You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by pa...@apache.org on 2021/02/03 19:49:28 UTC

[myfaces] branch 2.2.x updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

paulnicolucci pushed a commit to branch 2.2.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.2.x by this push:
     new c2a42f1  [maven-release-plugin] prepare for next development iteration
c2a42f1 is described below

commit c2a42f12e3471d7c7d29c1532e24c1dead8d3cd0
Author: root <pn...@gmail.com>
AuthorDate: Wed Feb 3 14:49:14 2021 -0500

    [maven-release-plugin] prepare for next development iteration
---
 api/pom.xml           | 2 +-
 assembly/pom.xml      | 2 +-
 bundle/pom.xml        | 2 +-
 impl-test/pom.xml     | 2 +-
 impl/pom.xml          | 2 +-
 parent/pom.xml        | 6 +-----
 pom.xml               | 4 ++--
 shared-public/pom.xml | 2 +-
 shared/pom.xml        | 2 +-
 9 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index ad98cbf..28f1dca 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.2.14</version>
+        <version>2.2.15-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/assembly/pom.xml b/assembly/pom.xml
index f52360d..69133e5 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.2.14</version>
+    <version>2.2.15-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index c2647a5..13bbb8b 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.2.14</version>
+        <version>2.2.15-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl-test/pom.xml b/impl-test/pom.xml
index b7acaf6..1610fb2 100644
--- a/impl-test/pom.xml
+++ b/impl-test/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.2.14</version>
+        <version>2.2.15-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index e371295..23c397f 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.2.14</version>
+        <version>2.2.15-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index f38919c..1f335b4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -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.14</version>
+    <version>2.2.15-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core22</url>
     
     <issueManagement>
@@ -726,8 +726,4 @@
     <siteDeploy.url>file://${user.home}/myfaces-site/site/${siteModule.path}</siteDeploy.url>
     <siteScmPublish.url>scm:svn:https://svn.apache.org/repos/asf/myfaces/site/publish/</siteScmPublish.url>
   </properties>
-
-  <scm>
-    <tag>myfaces-core-module-2.2.14</tag>
-  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index db387cb..d885b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.14</version>
+    <version>2.2.15-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core22</url>
 
     <issueManagement>
@@ -45,7 +45,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=myfaces.git</url>
-      <tag>myfaces-core-module-2.2.14</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <modules>
diff --git a/shared-public/pom.xml b/shared-public/pom.xml
index d5ec6b5..f9a5681 100644
--- a/shared-public/pom.xml
+++ b/shared-public/pom.xml
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-core-project</artifactId>
-      <version>2.2.14</version>
+      <version>2.2.15-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/shared/pom.xml b/shared/pom.xml
index 6e4e90e..3b9c0aa 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-core-project</artifactId>
-      <version>2.2.14</version>
+      <version>2.2.15-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>