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 2019/01/23 21:23:31 UTC

[myfaces] 01/01: [maven-release-plugin] prepare release myfaces-core-module-2.3.3

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

paulnicolucci pushed a commit to annotated tag myfaces-core-module-2.3.3
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 9ed979f8fd93b8cea576f31ee4795cde114efa37
Author: root <pn...@gmail.com>
AuthorDate: Wed Jan 23 16:15:31 2019 -0500

    [maven-release-plugin] prepare release myfaces-core-module-2.3.3
---
 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 40a8956..88ff19c 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.3-SNAPSHOT</version>
+        <version>2.3.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 464a9b4..e5bf6aa 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.3-SNAPSHOT</version>
+    <version>2.3.3</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 06ce543..5c7a55e 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.3-SNAPSHOT</version>
+        <version>2.3.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl-test/pom.xml b/impl-test/pom.xml
index bf8d247..a915e7f 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.3-SNAPSHOT</version>
+        <version>2.3.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index 0c02a04..7fb4950 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.3-SNAPSHOT</version>
+        <version>2.3.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index f2edf92..1c8429b 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.3-SNAPSHOT</version>
+    <version>2.3.3</version>
     <url>http://myfaces.apache.org/core23</url>
 
     <issueManagement>
@@ -683,4 +683,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.3</tag>
+  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index 6f34e2d..0a44447 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.3-SNAPSHOT</version>
+    <version>2.3.3</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.3</tag>
   </scm>
 
     <modules>
diff --git a/shared-public/pom.xml b/shared-public/pom.xml
index 7a8754b..91825d6 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.3-SNAPSHOT</version>
+      <version>2.3.3</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/shared/pom.xml b/shared/pom.xml
index 95ec001..7538efe 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.3-SNAPSHOT</version>
+      <version>2.3.3</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>