group required and test dependency version properties, add missing property for 
jms spec


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/546eb45d
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/546eb45d
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/546eb45d

Branch: refs/heads/master
Commit: 546eb45d6aee6be2c31d12bca3a7210478856f91
Parents: c7ef435
Author: Robert Gemmell <rob...@apache.org>
Authored: Tue Mar 3 15:47:01 2015 +0000
Committer: Robert Gemmell <rob...@apache.org>
Committed: Tue Mar 3 16:52:01 2015 +0000

----------------------------------------------------------------------
 pom.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/546eb45d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 03a1254..4adef38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,15 +43,17 @@
     <target-version>1.7</target-version>
 
     <!-- Dependency Versions for this Project -->
-    <junit-version>4.12</junit-version>
+    <proton-version>0.8</proton-version>
+    <netty-version>4.0.17.Final</netty-version>
     <slf4j-version>1.7.10</slf4j-version>
+    <geronimo-jms-1-1-spec-version>1.1.1</geronimo-jms-1-1-spec-version>
+    <!-- Test Dependency Versions for this Project -->
     <activemq-version>5.11.1</activemq-version>
-    <proton-version>0.8</proton-version>
+    <junit-version>4.12</junit-version>
     <fuse-joram-tests-version>1.0</fuse-joram-tests-version>
     <jetty-version>8.1.16.v20140903</jetty-version>
     <mockito-version>1.10.19</mockito-version>
     <hamcrest-version>1.3</hamcrest-version>
-    <netty-version>4.0.17.Final</netty-version>
 
     <!-- Maven Plugin Versions for this Project -->
     <maven-javacc-plugin-version>2.6</maven-javacc-plugin-version>
@@ -116,7 +118,7 @@
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jms_1.1_spec</artifactId>
-        <version>1.1.1</version>
+        <version>${geronimo-jms-1-1-spec-version}</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to