You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2015/11/23 21:19:28 UTC

svn commit: r1715944 - in /myfaces/core/trunk: api/pom.xml assembly/pom.xml bundle/pom.xml impl-test/pom.xml impl/pom.xml parent/pom.xml pom.xml shared-public/pom.xml shared/pom.xml

Author: lu4242
Date: Mon Nov 23 20:19:27 2015
New Revision: 1715944

URL: http://svn.apache.org/viewvc?rev=1715944&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/assembly/pom.xml
    myfaces/core/trunk/bundle/pom.xml
    myfaces/core/trunk/impl-test/pom.xml
    myfaces/core/trunk/impl/pom.xml
    myfaces/core/trunk/parent/pom.xml
    myfaces/core/trunk/pom.xml
    myfaces/core/trunk/shared-public/pom.xml
    myfaces/core/trunk/shared/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=1715944&r1=1715943&r2=1715944&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Mon Nov 23 20:19:27 2015
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.2.9</version>
+        <version>2.2.10-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -35,9 +35,9 @@
     <url>http://myfaces.apache.org/core21/myfaces-api</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/api</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/api</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/api</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/api</url>
     </scm>
     
     <build>

Modified: myfaces/core/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/assembly/pom.xml?rev=1715944&r1=1715943&r2=1715944&view=diff
==============================================================================
--- myfaces/core/trunk/assembly/pom.xml (original)
+++ myfaces/core/trunk/assembly/pom.xml Mon Nov 23 20:19:27 2015
@@ -27,14 +27,14 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.2.9</version>
+    <version>2.2.10-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/assembly</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/assembly</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/assembly</url>
   </scm>
 
   <build>

Modified: myfaces/core/trunk/bundle/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/bundle/pom.xml?rev=1715944&r1=1715943&r2=1715944&view=diff
==============================================================================
--- myfaces/core/trunk/bundle/pom.xml (original)
+++ myfaces/core/trunk/bundle/pom.xml Mon Nov 23 20:19:27 2015
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.2.9</version>
+        <version>2.2.10-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -31,9 +31,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/bundle</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/bundle</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/bundle</url>
     </scm>
     
     <build>

Modified: myfaces/core/trunk/impl-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl-test/pom.xml?rev=1715944&r1=1715943&r2=1715944&view=diff
==============================================================================
--- myfaces/core/trunk/impl-test/pom.xml (original)
+++ myfaces/core/trunk/impl-test/pom.xml Mon Nov 23 20:19:27 2015
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.2.9</version>
+        <version>2.2.10-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -30,9 +30,9 @@
     <name>Apache MyFaces JSF-2.2 Impl Test</name>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/impl-test</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/impl-test</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/impl-test</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/impl-test</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/impl-test</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/impl-test</url>
     </scm>
     
     <properties>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=1715944&r1=1715943&r2=1715944&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Mon Nov 23 20:19:27 2015
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.2.9</version>
+        <version>2.2.10-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -35,9 +35,9 @@
     <url>http://myfaces.apache.org/core22/myfaces-impl</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/impl</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/impl</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/impl</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/impl</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</url>
     </scm>
     
     <properties>

Modified: myfaces/core/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/parent/pom.xml?rev=1715944&r1=1715943&r2=1715944&view=diff
==============================================================================
--- myfaces/core/trunk/parent/pom.xml (original)
+++ myfaces/core/trunk/parent/pom.xml Mon Nov 23 20:19:27 2015
@@ -33,7 +33,7 @@
         This project is the home of the MyFaces implementation of the JavaServer Faces 2.2 specification, and
         consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>2.2.9</version>
+    <version>2.2.10-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core22</url>
     
     <issueManagement>
@@ -42,9 +42,9 @@
     </issueManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/parent</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/parent</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/parent</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/parent</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/parent</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/parent</url>
     </scm>
 
     <build>

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=1715944&r1=1715943&r2=1715944&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Mon Nov 23 20:19:27 2015
@@ -33,7 +33,7 @@
         This project is the home of the MyFaces implementation of the JavaServer Faces 2.2 specification, and
         consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>2.2.9</version>
+    <version>2.2.10-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core22</url>
 
     <issueManagement>
@@ -42,9 +42,9 @@
     </issueManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk</url>
     </scm>
 
     <modules>

Modified: myfaces/core/trunk/shared-public/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/shared-public/pom.xml?rev=1715944&r1=1715943&r2=1715944&view=diff
==============================================================================
--- myfaces/core/trunk/shared-public/pom.xml (original)
+++ myfaces/core/trunk/shared-public/pom.xml Mon Nov 23 20:19:27 2015
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-core-project</artifactId>
-      <version>2.2.9</version>
+      <version>2.2.10-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -34,9 +34,9 @@
   projects like Tomahawk, Orchestra and Portlet-Bridge through shared project.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/shared-public</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/shared-public</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/myfaces-core-module-2.2.9/shared-public</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/shared-public</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/shared-public</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/shared-public</url>
   </scm>
   
   <dependencies>

Modified: myfaces/core/trunk/shared/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/shared/pom.xml?rev=1715944&r1=1715943&r2=1715944&view=diff
==============================================================================
--- myfaces/core/trunk/shared/pom.xml (original)
+++ myfaces/core/trunk/shared/pom.xml Mon Nov 23 20:19:27 2015
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-core-project</artifactId>
-      <version>2.2.9</version>
+      <version>2.2.10-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -34,9 +34,9 @@
   projects like Tomahawk, Orchestra and Portlet-Bridge through shared project.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/shared</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-module-2.2.9/shared</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/myfaces-core-module-2.2.9/shared</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/shared</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/shared</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/shared</url>
   </scm>
   
   <dependencies>