You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2021/01/15 21:08:03 UTC

[myfaces] branch 3.0.x updated (59263d7 -> 3243c03)

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

volosied pushed a change to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git.


    from 59263d7  [maven-release-plugin] prepare release myfaces-core-module-3.0.0
     new 8a312bf  [maven-release-plugin] rollback the release of myfaces-core-module-3.0.0
     new bb63f70  [maven-release-plugin] prepare release myfaces-core-module-3.0.0
     new 3243c03  [maven-release-plugin] prepare for next development iteration

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 test/pom.xml          | 2 +-
 10 files changed, 11 insertions(+), 15 deletions(-)


[myfaces] 03/03: [maven-release-plugin] prepare for next development iteration

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3243c03c71789850aaa2317e8e8afcca64d39811
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Fri Jan 15 16:07:32 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 +-
 test/pom.xml          | 2 +-
 10 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index db1b81a..8645f1a 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>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 788df74..92146e6 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>3.0.0</version>
+    <version>3.0.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index b7530ec..cb2cf14 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>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl-test/pom.xml b/impl-test/pom.xml
index 8456e01..34ce06e 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>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index b43557a..8b2f78f 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>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index a84fc96..6dbc798 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.3 specification, and
         consists of an API module (jakarta.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>3.0.0</version>
+    <version>3.0.1-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core23</url>
 
     <issueManagement>
@@ -684,8 +684,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-3.0.0</tag>
-  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index e0abf30..12c9ca5 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.3 specification, and
         consists of an API module (jakarta.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>3.0.0</version>
+    <version>3.0.1-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core23</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-3.0.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <modules>
diff --git a/shared-public/pom.xml b/shared-public/pom.xml
index c0f8818..c606f10 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>3.0.0</version>
+      <version>3.0.1-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/shared/pom.xml b/shared/pom.xml
index 4de3550..e5ea110 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>3.0.0</version>
+      <version>3.0.1-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/test/pom.xml b/test/pom.xml
index b10f35b..f0cfafe 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 


[myfaces] 02/03: [maven-release-plugin] prepare release myfaces-core-module-3.0.0

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bb63f700ecbc64c25fdc678fb7f1bceb3f998111
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Fri Jan 15 16:07:22 2021 -0500

    [maven-release-plugin] prepare release myfaces-core-module-3.0.0
---
 api/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 +-
 test/pom.xml          | 2 +-
 9 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 3e7d4bd..db1b81a 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>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 7beda08..b7530ec 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>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl-test/pom.xml b/impl-test/pom.xml
index 3d8202b..8456e01 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>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index cb2fbb8..b43557a 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>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 3d8e614..a84fc96 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.3 specification, and
         consists of an API module (jakarta.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <url>http://myfaces.apache.org/core23</url>
 
     <issueManagement>
@@ -684,4 +684,8 @@
     <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-3.0.0</tag>
+  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index 166af93..e0abf30 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.3 specification, and
         consists of an API module (jakarta.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <url>http://myfaces.apache.org/core23</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>HEAD</tag>
+      <tag>myfaces-core-module-3.0.0</tag>
   </scm>
 
     <modules>
diff --git a/shared-public/pom.xml b/shared-public/pom.xml
index d8c6fc2..c0f8818 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>3.0.0-SNAPSHOT</version>
+      <version>3.0.0</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/shared/pom.xml b/shared/pom.xml
index ed996e5..4de3550 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>3.0.0-SNAPSHOT</version>
+      <version>3.0.0</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/test/pom.xml b/test/pom.xml
index d8d6bb0..b10f35b 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 


[myfaces] 01/03: [maven-release-plugin] rollback the release of myfaces-core-module-3.0.0

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8a312bf6cb6e0ae002f6d301c7c680d52b05d77f
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Fri Jan 15 15:08:03 2021 -0500

    [maven-release-plugin] rollback the release of myfaces-core-module-3.0.0
---
 api/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 +-
 test/pom.xml          | 2 +-
 9 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index db1b81a..3e7d4bd 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>3.0.0</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index b7530ec..7beda08 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>3.0.0</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl-test/pom.xml b/impl-test/pom.xml
index 8456e01..3d8202b 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>3.0.0</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index b43557a..cb2fbb8 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>3.0.0</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index a84fc96..3d8e614 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.3 specification, and
         consists of an API module (jakarta.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>3.0.0</version>
+    <version>3.0.0-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core23</url>
 
     <issueManagement>
@@ -684,8 +684,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-3.0.0</tag>
-  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index e0abf30..166af93 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.3 specification, and
         consists of an API module (jakarta.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>3.0.0</version>
+    <version>3.0.0-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core23</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-3.0.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <modules>
diff --git a/shared-public/pom.xml b/shared-public/pom.xml
index c0f8818..d8c6fc2 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>3.0.0</version>
+      <version>3.0.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/shared/pom.xml b/shared/pom.xml
index 4de3550..ed996e5 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>3.0.0</version>
+      <version>3.0.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/test/pom.xml b/test/pom.xml
index b10f35b..d8d6bb0 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>