You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/01/02 15:20:22 UTC

svn commit: r608108 - in /servicemix/smx4/runtime/trunk: RELEASE-NOTES.txt assembly/pom.xml filemonitor/pom.xml gshell/gshell-core/pom.xml testing/support/pom.xml

Author: gnodet
Date: Wed Jan  2 06:20:21 2008
New Revision: 608108

URL: http://svn.apache.org/viewvc?rev=608108&view=rev
Log:
Switch to 1.0-m2-SNAPSHOT

Modified:
    servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt
    servicemix/smx4/runtime/trunk/assembly/pom.xml
    servicemix/smx4/runtime/trunk/filemonitor/pom.xml
    servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml
    servicemix/smx4/runtime/trunk/testing/support/pom.xml

Modified: servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt?rev=608108&r1=608107&r2=608108&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt (original)
+++ servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt Wed Jan  2 06:20:21 2008
@@ -15,16 +15,21 @@
  * limitations under the License.
  */
 
-                  Apache ServiceMix Runtime 1.0-m1
+                  Apache ServiceMix Runtime 1.0-m2
                   ================================
 
 See the README.txt file for more general informations about ServiceMix Runtime.
 
-This is the first milestone of ServiceMix Runtime.  All the features are not 
+This is the second milestone of ServiceMix Runtime.  All the features are not 
 implemented yet and things may be changed until the final 1.0 release.
 Please refer to the web site for more informations and feel free to ask any
 questions on the ServiceMix mailing lists or simply to provide feedback 
 (we appreciate it very much).
+
+Changes since 1.0-m1
+====================
+  *
+
 
 Thanks you for downloading ServiceMix Runtime.  Enjoy !
 

Modified: servicemix/smx4/runtime/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/pom.xml?rev=608108&r1=608107&r2=608108&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/assembly/pom.xml Wed Jan  2 06:20:21 2008
@@ -112,27 +112,27 @@
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.mina-${mina.version}</artifactId>
-          <version>1.0-m1</version>
+          <version>1.0-m2-SNAPSHOT</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.xstream-${xstream.version}</artifactId>
-          <version>1.0-m1</version>
+          <version>1.0-m2-SNAPSHOT</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.aopalliance-${aopalliance.version}</artifactId>
-          <version>1.0-m1</version>
+          <version>1.0-m2-SNAPSHOT</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.asm-${asm.version}</artifactId>
-          <version>1.0-m1</version>
+          <version>1.0-m2-SNAPSHOT</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.cglib-${cglib.version}</artifactId>
-          <version>1.0-m1</version>
+          <version>1.0-m2-SNAPSHOT</version>
       </dependency>
       <dependency>
           <groupId>org.apache.felix</groupId>

Modified: servicemix/smx4/runtime/trunk/filemonitor/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/filemonitor/pom.xml?rev=608108&r1=608107&r2=608108&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/filemonitor/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/filemonitor/pom.xml Wed Jan  2 06:20:21 2008
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.ant-${ant.version}</artifactId>
-      <version>1.0-m1</version>
+      <version>1.0-m2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>

Modified: servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml?rev=608108&r1=608107&r2=608108&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml Wed Jan  2 06:20:21 2008
@@ -75,7 +75,7 @@
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.cglib-${cglib.version}</artifactId>
-            <version>1.0-m1</version>
+            <version>1.0-m2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.osgi</groupId>

Modified: servicemix/smx4/runtime/trunk/testing/support/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/testing/support/pom.xml?rev=608108&r1=608107&r2=608108&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/testing/support/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/testing/support/pom.xml Wed Jan  2 06:20:21 2008
@@ -123,17 +123,17 @@
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.aopalliance-${aopalliance.version}</artifactId>
-          <version>1.0-m1</version>
+          <version>1.0-m2-SNAPSHOT</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.asm-${asm.version}</artifactId>
-          <version>1.0-m1</version>
+          <version>1.0-m2-SNAPSHOT</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.junit-${junit.version}</artifactId>
-          <version>1.0-m1</version>
+          <version>1.0-m2-SNAPSHOT</version>
       </dependency>
   </dependencies>