You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by gt...@apache.org on 2015/08/07 21:20:45 UTC

svn commit: r1694732 - in /river/river-examples/river-examples/trunk: browser/pom.xml hello-api/pom.xml hello-client/pom.xml hello-service/pom.xml hello-webapp-client/pom.xml home/pom.xml pom.xml

Author: gtrasuk
Date: Fri Aug  7 19:20:45 2015
New Revision: 1694732

URL: http://svn.apache.org/r1694732
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    river/river-examples/river-examples/trunk/browser/pom.xml
    river/river-examples/river-examples/trunk/hello-api/pom.xml
    river/river-examples/river-examples/trunk/hello-client/pom.xml
    river/river-examples/river-examples/trunk/hello-service/pom.xml
    river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml
    river/river-examples/river-examples/trunk/home/pom.xml
    river/river-examples/river-examples/trunk/pom.xml

Modified: river/river-examples/river-examples/trunk/browser/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/browser/pom.xml?rev=1694732&r1=1694731&r2=1694732&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/browser/pom.xml (original)
+++ river/river-examples/river-examples/trunk/browser/pom.xml Fri Aug  7 19:20:45 2015
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.river.examples</groupId>
         <artifactId>river-examples</artifactId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.river.examples</groupId>
     <artifactId>browser</artifactId>

Modified: river/river-examples/river-examples/trunk/hello-api/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-api/pom.xml?rev=1694732&r1=1694731&r2=1694732&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-api/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-api/pom.xml Fri Aug  7 19:20:45 2015
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.river.examples</groupId>
     <artifactId>river-examples</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.river.examples</groupId>
   <artifactId>hello-api</artifactId>

Modified: river/river-examples/river-examples/trunk/hello-client/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-client/pom.xml?rev=1694732&r1=1694731&r2=1694732&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-client/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-client/pom.xml Fri Aug  7 19:20:45 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.river.examples</groupId>
         <artifactId>river-examples</artifactId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.river.examples</groupId>
     <artifactId>hello-client</artifactId>
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.river.examples</groupId>
             <artifactId>hello-api</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
     

Modified: river/river-examples/river-examples/trunk/hello-service/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-service/pom.xml?rev=1694732&r1=1694731&r2=1694732&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-service/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-service/pom.xml Fri Aug  7 19:20:45 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.river.examples</groupId>
         <artifactId>river-examples</artifactId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.river.examples</groupId>
     <artifactId>hello-service</artifactId>
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.river.examples</groupId>
             <artifactId>hello-api</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
     

Modified: river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml?rev=1694732&r1=1694731&r2=1694732&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml Fri Aug  7 19:20:45 2015
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>river-examples</artifactId>
         <groupId>org.apache.river.examples</groupId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.river.examples</groupId>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.apache.river.examples</groupId>
             <artifactId>hello-api</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

Modified: river/river-examples/river-examples/trunk/home/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/home/pom.xml?rev=1694732&r1=1694731&r2=1694732&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/home/pom.xml (original)
+++ river/river-examples/river-examples/trunk/home/pom.xml Fri Aug  7 19:20:45 2015
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>river-examples</artifactId>
         <groupId>org.apache.river.examples</groupId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.river.examples</groupId>
     <artifactId>home</artifactId>
@@ -33,25 +33,25 @@
         <dependency>
             <groupId>org.apache.river.examples</groupId>
             <artifactId>browser</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.river.examples</groupId>
             <artifactId>hello-api</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
         </dependency>   
 
         <dependency>
             <groupId>org.apache.river.examples</groupId>
             <artifactId>hello-service</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
         </dependency>   
 
         <dependency>
             <groupId>org.apache.river.examples</groupId>
             <artifactId>hello-client</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
         </dependency>   
 
         <!-- Note that the version ids for the following are in the 

Modified: river/river-examples/river-examples/trunk/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/pom.xml?rev=1694732&r1=1694731&r2=1694732&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/pom.xml (original)
+++ river/river-examples/river-examples/trunk/pom.xml Fri Aug  7 19:20:45 2015
@@ -27,7 +27,7 @@
     
     <groupId>org.apache.river.examples</groupId>
     <artifactId>river-examples</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>river-examples</name>
@@ -35,10 +35,10 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/river/river-examples/river-examples/tags/river-examples-1.0
+            scm:svn:http://svn.apache.org/repos/asf/river/river-examples/river-examples/trunk
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/river/river-examples/river-examples/tags/river-examples-1.0
+            scm:svn:https://svn.apache.org/repos/asf/river/river-examples/river-examples/trunk
         </developerConnection>
     </scm>