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 2022/05/26 21:33:42 UTC

[myfaces] branch 2.3.x updated: [maven-release-plugin] prepare release myfaces-core-module-2.3.10

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

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


The following commit(s) were added to refs/heads/2.3.x by this push:
     new a31414cf7 [maven-release-plugin] prepare release myfaces-core-module-2.3.10
a31414cf7 is described below

commit a31414cf74ed478703f5a69b8ff99f09c9b21f92
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Thu May 26 17:33:37 2022 -0400

    [maven-release-plugin] prepare release myfaces-core-module-2.3.10
---
 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, 14 insertions(+), 10 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index d217097dd..784b0832b 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.3.10-SNAPSHOT</version>
+        <version>2.3.10</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 976c3b803..67f36b352 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.3.10-SNAPSHOT</version>
+    <version>2.3.10</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 8bb608058..00438f73d 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.3.10-SNAPSHOT</version>
+        <version>2.3.10</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl-test/pom.xml b/impl-test/pom.xml
index a98a19af8..8bd9e5314 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.3.10-SNAPSHOT</version>
+        <version>2.3.10</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index 0853ce4cb..27db86aef 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.3.10-SNAPSHOT</version>
+        <version>2.3.10</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index aa6522713..b14e6797e 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 (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>2.3.10-SNAPSHOT</version>
+    <version>2.3.10</version>
     <url>http://myfaces.apache.org/core23</url>
 
     <issueManagement>
@@ -699,4 +699,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-2.3.10</tag>
+  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index f2fc5ce8a..1ef74821f 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 (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>2.3.10-SNAPSHOT</version>
+    <version>2.3.10</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-2.3.10</tag>
   </scm>
 
     <modules>
diff --git a/shared-public/pom.xml b/shared-public/pom.xml
index 71447a75b..0ce356380 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.3.10-SNAPSHOT</version>
+      <version>2.3.10</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/shared/pom.xml b/shared/pom.xml
index 37ac321a4..3be69565f 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.3.10-SNAPSHOT</version>
+      <version>2.3.10</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>