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 2020/06/08 23:46:38 UTC

[myfaces] branch 2.2.x updated: [maven-release-plugin] rollback the release of myfaces-core-module-2.2.13

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 14a3300  [maven-release-plugin] rollback the release of myfaces-core-module-2.2.13
14a3300 is described below

commit 14a3300cc713f862fda65445b3df4d9d6938ef8d
Author: root <pn...@gmail.com>
AuthorDate: Mon Jun 8 19:46:25 2020 -0400

    [maven-release-plugin] rollback the release of myfaces-core-module-2.2.13
---
 api/pom.xml           | 2 +-
 bundle/pom.xml        | 2 +-
 impl-test/pom.xml     | 2 +-
 impl/pom.xml          | 2 +-
 parent/pom.xml        | 6 +-----
 pom.xml               | 5 ++---
 shared-public/pom.xml | 2 +-
 shared/pom.xml        | 2 +-
 8 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 1731e71..0400d43 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.13</version>
+        <version>2.2.13-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 23a36b3..e7c306f 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.13</version>
+        <version>2.2.13-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl-test/pom.xml b/impl-test/pom.xml
index e86af40..d855c9d 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.13</version>
+        <version>2.2.13-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index 2e1213e..a8f5aaa 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.13</version>
+        <version>2.2.13-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 8f6747c..32cdf98 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.13</version>
+    <version>2.2.13-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core22</url>
     
     <issueManagement>
@@ -721,8 +721,4 @@
     <siteScmPublish.url>scm:svn:https://svn.apache.org/repos/asf/myfaces/site/publish/</siteScmPublish.url>
   </properties>
 
-
-  <scm>
-    <tag>myfaces-core-module-2.2.13</tag>
-  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index 59eba6c..cc9e15f 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.13</version>
+    <version>2.2.13-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core22</url>
 
     <issueManagement>
@@ -45,8 +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.13</tag>
-  </scm>
+    </scm>
 
     <modules>
         <module>parent</module>
diff --git a/shared-public/pom.xml b/shared-public/pom.xml
index 4967d3b..568fa40 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.13</version>
+      <version>2.2.13-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/shared/pom.xml b/shared/pom.xml
index cc1eeaf..fb2efcd 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.13</version>
+      <version>2.2.13-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>