summaryrefslogtreecommitdiff
path: root/java/common
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-02-06 15:20:34 +0000
committerRobert Gemmell <robbie@apache.org>2014-02-06 15:20:34 +0000
commit006d33e38ea28f10b3eb93fcd90cfe3fd988014a (patch)
treec8422dd30245ed3d404f1a5e2ac097f028b72bc3 /java/common
parent94b5b6029da7104bc4afb88c52736fc317e72224 (diff)
downloadqpid-python-006d33e38ea28f10b3eb93fcd90cfe3fd988014a.tar.gz
QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versions
Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1565303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common')
-rw-r--r--java/common/pom.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/java/common/pom.xml b/java/common/pom.xml
index d931c799a3..7ea7f5907a 100644
--- a/java/common/pom.xml
+++ b/java/common/pom.xml
@@ -16,14 +16,18 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.apache.qpid</groupId>
- <artifactId>qpid-project</artifactId>
- <version>0.26-SNAPSHOT</version>
+ <artifactId>qpid-parent</artifactId>
+ <version>1.0-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
<artifactId>qpid-common</artifactId>
+ <version>0.28-SNAPSHOT</version>
+ <name>Qpid Common</name>
+ <description>Common functionality</description>
<properties>
<!-- used during the antrun-plugin execution -->
@@ -37,15 +41,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>${slf4j-version}</version>
- <scope>compile</scope>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-test-utils</artifactId>
- <version>0.26-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>test</scope>
</dependency>
@@ -91,17 +93,17 @@
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
- <version>1.4</version>
+ <version>${velocity-version}</version>
</dependency>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity-dep</artifactId>
- <version>1.4</version>
+ <version>${velocity-version}</version>
</dependency>
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
- <version>2.5.3</version>
+ <version>${jython-version}</version>
</dependency>
</dependencies>
</plugin>