You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/03/11 19:42:27 UTC

svn commit: r921976 - in /servicemix/components/shared-libraries/trunk: pom.xml servicemix-common/pom.xml servicemix-shared/pom.xml servicemix-soap/pom.xml servicemix-soap2/pom.xml

Author: jbonofre
Date: Thu Mar 11 18:42:27 2010
New Revision: 921976

URL: http://svn.apache.org/viewvc?rev=921976&view=rev
Log:
Rollback shared-libraries 2010.01 release to sign servicemix-common source artifact.

Modified:
    servicemix/components/shared-libraries/trunk/pom.xml
    servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml
    servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml
    servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml
    servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml

Modified: servicemix/components/shared-libraries/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/pom.xml?rev=921976&r1=921975&r2=921976&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/pom.xml Thu Mar 11 18:42:27 2010
@@ -28,7 +28,7 @@
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>shared-libraries-pom</artifactId>
-  <version>2010.02-SNAPSHOT</version>
+  <version>2010.01-SNAPSHOT</version>
   <packaging>pom</packaging>
   
   <name>ServiceMix :: Shared Libraries</name>

Modified: servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml?rev=921976&r1=921975&r2=921976&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml Thu Mar 11 18:42:27 2010
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>shared-libraries-pom</artifactId>
-    <version>2010.02-SNAPSHOT</version>
+    <version>2010.01-SNAPSHOT</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>servicemix-common</artifactId>
-  <version>2010.02-SNAPSHOT</version>
+  <version>2010.01-SNAPSHOT</version>
   <packaging>jar</packaging>
   
   <name>ServiceMix :: Common</name>

Modified: servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml?rev=921976&r1=921975&r2=921976&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml Thu Mar 11 18:42:27 2010
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>shared-libraries-pom</artifactId>
-    <version>2010.02-SNAPSHOT</version>
+    <version>2010.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix</groupId>
   <artifactId>servicemix-shared</artifactId>
-  <version>2010.02-SNAPSHOT</version>
+  <version>2010.01-SNAPSHOT</version>
   <packaging>jbi-shared-library</packaging>
   
   <name>ServiceMix :: Shared</name>

Modified: servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml?rev=921976&r1=921975&r2=921976&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml Thu Mar 11 18:42:27 2010
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>shared-libraries-pom</artifactId>
-    <version>2010.02-SNAPSHOT</version>
+    <version>2010.01-SNAPSHOT</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>servicemix-soap</artifactId>
-  <version>2010.02-SNAPSHOT</version>
+  <version>2010.01-SNAPSHOT</version>
   <packaging>jar</packaging>
   
   <name>ServiceMix :: SOAP</name>

Modified: servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml?rev=921976&r1=921975&r2=921976&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml Thu Mar 11 18:42:27 2010
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>shared-libraries-pom</artifactId>
-    <version>2010.02-SNAPSHOT</version>
+    <version>2010.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix</groupId>
   <artifactId>servicemix-soap2</artifactId>
-  <version>2010.02-SNAPSHOT</version>
+  <version>2010.01-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>ServiceMix :: SOAP2</name>
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-common</artifactId>
-      <version>2010.02-SNAPSHOT</version>
+      <version>2010.01-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>