summaryrefslogtreecommitdiff
path: root/java/tools/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/tools/pom.xml')
-rw-r--r--java/tools/pom.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 0afaa1d274..9da9ca0443 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -16,42 +16,39 @@
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-tools</artifactId>
+ <version>0.28-SNAPSHOT</version>
+ <name>Qpid Tools</name>
+ <description>Tools</description>
<dependencies>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-client</artifactId>
- <version>0.26-SNAPSHOT</version>
- <scope>compile</scope>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>${log4j-version}</version>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>${slf4j-version}</version>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_1.1_spec</artifactId>
- <version>1.0</version>
- <scope>compile</scope>
</dependency>
</dependencies>