You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2013/01/23 16:21:35 UTC

svn commit: r1437458 - in /aries/trunk/util: util-r42/pom.xml util/pom.xml

Author: dkulp
Date: Wed Jan 23 15:21:34 2013
New Revision: 1437458

URL: http://svn.apache.org/viewvc?rev=1437458&view=rev
Log:
Keep the version #'s in sync

Modified:
    aries/trunk/util/util-r42/pom.xml
    aries/trunk/util/util/pom.xml

Modified: aries/trunk/util/util-r42/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/util/util-r42/pom.xml?rev=1437458&r1=1437457&r2=1437458&view=diff
==============================================================================
--- aries/trunk/util/util-r42/pom.xml (original)
+++ aries/trunk/util/util-r42/pom.xml Wed Jan 23 15:21:34 2013
@@ -27,7 +27,7 @@
 
     <artifactId>org.apache.aries.util-r42</artifactId>
     <packaging>jar</packaging>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Apache Aries Util classes compiled under r 42 framework</name>
     <description>
         This bundle contains the OSGi common util for Apache Aries classes that need to be compiled under r 4.2

Modified: aries/trunk/util/util/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/util/util/pom.xml?rev=1437458&r1=1437457&r2=1437458&view=diff
==============================================================================
--- aries/trunk/util/util/pom.xml (original)
+++ aries/trunk/util/util/pom.xml Wed Jan 23 15:21:34 2013
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util-r42</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>