Author: lhein
Date: Mon Feb 9 07:50:43 2009
New Revision: 742291
URL: http://svn.apache.org/viewvc?rev=742291&view=rev
Log:
changed version to 2009.01-SNAPSHOT
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=742291&r1=742290&r2=742291&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/pom.xml Mon Feb 9 07:50:43
2009
@@ -28,7 +28,7 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>shared-libraries-pom</artifactId>
- <version>2008.02-SNAPSHOT</version>
+ <version>2009.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=742291&r1=742290&r2=742291&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml Mon
Feb 9 07:50:43 2009
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>shared-libraries-pom</artifactId>
- <version>2008.02-SNAPSHOT</version>
+ <version>2009.01-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-common</artifactId>
- <version>2008.02-SNAPSHOT</version>
+ <version>2009.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=742291&r1=742290&r2=742291&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml Mon
Feb 9 07:50:43 2009
@@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>shared-libraries-pom</artifactId>
- <version>2008.02-SNAPSHOT</version>
+ <version>2009.01-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
- <version>2008.02-SNAPSHOT</version>
+ <version>2009.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=742291&r1=742290&r2=742291&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml Mon
Feb 9 07:50:43 2009
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>shared-libraries-pom</artifactId>
- <version>2008.02-SNAPSHOT</version>
+ <version>2009.01-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-soap</artifactId>
- <version>2008.02-SNAPSHOT</version>
+ <version>2009.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=742291&r1=742290&r2=742291&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml Mon
Feb 9 07:50:43 2009
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>shared-libraries-pom</artifactId>
- <version>2008.02-SNAPSHOT</version>
+ <version>2009.01-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-soap2</artifactId>
- <version>2008.02-SNAPSHOT</version>
+ <version>2009.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>2008.02-SNAPSHOT</version>
+ <version>2009.01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>