You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:48:47 UTC

[myfaces] 03/04: [maven-release-plugin] prepare release 1_2_3

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

deki pushed a commit to branch 1_2_3
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 407a7630c59e4f352ad435d5cd8cee4e2e5e71fe
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Wed May 7 03:30:59 2008 +0000

    [maven-release-plugin] prepare release 1_2_3
---
 api/pom.xml   | 10 +++++-----
 build/pom.xml |  8 ++++----
 impl/pom.xml  |  8 ++++----
 pom.xml       | 10 +++++-----
 4 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index b5f5c1c..da909be 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -13,9 +13,9 @@
   </description>
   <url>http://myfaces.apache.org/core12/myfaces-api</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/api</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/api</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_3</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_3</url>
   </scm>
   <build>
     <plugins>
@@ -140,7 +140,7 @@
          -->
        <groupId>org.apache.myfaces.core</groupId>
        <artifactId>myfaces-build</artifactId>
-       <version>1.2.3-SNAPSHOT</version>
+       <version>1.2.3</version>
        <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/build/pom.xml b/build/pom.xml
index bb26881..e15b6a3 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -38,7 +38,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -50,9 +50,9 @@
   <packaging>jar</packaging>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/build</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/build</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/build</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_3</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_3</url>
   </scm>
 
   <build>
diff --git a/impl/pom.xml b/impl/pom.xml
index 6cc4bb6..8825b3e 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.2.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -14,9 +14,9 @@
   </description>
   <url>http://myfaces.apache.org/core12/myfaces-impl</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_3</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_3</url>
   </scm>
   <build>
     <resources>
diff --git a/pom.xml b/pom.xml
index 2b5e67d..abda62c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,16 +14,16 @@
     This project is the home of the MyFaces implementation of the JavaServer Faces 1.2 specification, and
     consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
   </description>
-  <version>1.2.3-SNAPSHOT</version>
+  <version>1.2.3</version>
   <url>http://myfaces.apache.org/core12</url>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
   </issueManagement>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk_1.2.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk_1.2.x</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/trunk_1.2.x</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_3</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_3</url>
   </scm>
   <modules>
     <module>build</module>
@@ -95,7 +95,7 @@
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.2</version>
         <reportSets>
-          <reportSet/>
+          <reportSet />
         </reportSets>
       </plugin>
     </plugins>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.