diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-02-06 15:20:34 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-02-06 15:20:34 +0000 |
| commit | 2762f18d32aa2aadc66dfccf94bea823df75336e (patch) | |
| tree | 17d0b4bef7975c41435f4ed2fcdcabf833957382 /qpid/java/common | |
| parent | 0e959638373f85c341780df7d30db45761287355 (diff) | |
| download | qpid-python-2762f18d32aa2aadc66dfccf94bea823df75336e.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@1565303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common')
| -rw-r--r-- | qpid/java/common/pom.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml index d931c799a3..7ea7f5907a 100644 --- a/qpid/java/common/pom.xml +++ b/qpid/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> |
