You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/12/29 11:42:33 UTC

svn commit: r729857 - in /servicemix/smx4/specs/trunk: activation-api-1.1/pom.xml javamail-api-1.4/pom.xml

Author: ffang
Date: Mon Dec 29 02:42:33 2008
New Revision: 729857

URL: http://svn.apache.org/viewvc?rev=729857&view=rev
Log:
use correct specs snapshot version

Modified:
    servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml
    servicemix/smx4/specs/trunk/javamail-api-1.4/pom.xml

Modified: servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml?rev=729857&r1=729856&r2=729857&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml (original)
+++ servicemix/smx4/specs/trunk/activation-api-1.1/pom.xml Mon Dec 29 02:42:33 2008
@@ -30,7 +30,7 @@
     <groupId>org.apache.servicemix.specs</groupId>
     <artifactId>org.apache.servicemix.specs.activation-api-1.1</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.2_1-SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <name>Apache ServiceMix Specs :: ACTIVATION API 1.4</name>
 
     <dependencies>

Modified: servicemix/smx4/specs/trunk/javamail-api-1.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/javamail-api-1.4/pom.xml?rev=729857&r1=729856&r2=729857&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/javamail-api-1.4/pom.xml (original)
+++ servicemix/smx4/specs/trunk/javamail-api-1.4/pom.xml Mon Dec 29 02:42:33 2008
@@ -30,7 +30,7 @@
     <groupId>org.apache.servicemix.specs</groupId>
     <artifactId>org.apache.servicemix.specs.javamail-api-1.4</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2_1-SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <name>Apache ServiceMix Specs :: JAVAMAIL API 1.4</name>
 
     <dependencies>
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-javamail_1.4_spec</artifactId>
-            <version>1.2</version>
+            <version>1.5</version>
         </dependency>
     </dependencies>