You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/04/12 18:54:57 UTC

svn commit: r1325377 - in /activemq/activemq-apollo/trunk: apollo-web/pom.xml pom.xml

Author: chirino
Date: Thu Apr 12 16:54:57 2012
New Revision: 1325377

URL: http://svn.apache.org/viewvc?rev=1325377&view=rev
Log:
Refactor the swagger version setting into the top level pom.

Modified:
    activemq/activemq-apollo/trunk/apollo-web/pom.xml
    activemq/activemq-apollo/trunk/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-web/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/pom.xml?rev=1325377&r1=1325376&r2=1325377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-web/pom.xml Thu Apr 12 16:54:57 2012
@@ -72,7 +72,7 @@
     <dependency>
       <groupId>com.wordnik</groupId>
       <artifactId>swagger-jaxrs_2.9.1</artifactId>
-      <version>1.02-SNAPSHOT</version>
+      <version>${swagger-version}</version>
       <exclusions>
         <exclusion>
           <groupId>javax.servlet</groupId>

Modified: activemq/activemq-apollo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1325377&r1=1325376&r2=1325377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Thu Apr 12 16:54:57 2012
@@ -116,6 +116,7 @@
     <logback-version>0.9.24</logback-version>
     <jersey-version>1.7</jersey-version>
     <snakeyaml-version>1.7</snakeyaml-version>
+    <swagger-version>1.02-SNAPSHOT</swagger-version>
       
     <!-- maven plugin versions -->
     <maven-scala-plugin-version>2.15.2</maven-scala-plugin-version>