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:49:13 UTC

[myfaces] 14/29: [maven-release-plugin] prepare release myfaces-core-project-1.1.9

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

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

commit 194f04c293fee7a5f850d9f1b7f4d6d456403153
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Wed Mar 16 17:41:43 2011 +0000

    [maven-release-plugin] prepare release myfaces-core-project-1.1.9
---
 api/pom.xml      | 8 ++++----
 assembly/pom.xml | 8 ++++----
 impl/pom.xml     | 8 ++++----
 pom.xml          | 8 ++++----
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 11905f4..ed4d61d 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>1.1.9-SNAPSHOT</version>
+        <version>1.1.9</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -34,9 +34,9 @@
     <url>http://myfaces.apache.org/core11/myfaces-api</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x/api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x/api</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x/api</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9/api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9/api</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9/api</url>
     </scm>
     
     <build>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 90bb38e..2c4c3b4 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -28,13 +28,13 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.9-SNAPSHOT</version>
+    <version>1.1.9</version>
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x/assembly</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9/assembly</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9/assembly</url>
   </scm>
 
   <build>
diff --git a/impl/pom.xml b/impl/pom.xml
index 9aa70e8..d26168f 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>1.1.9-SNAPSHOT</version>
+        <version>1.1.9</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -34,9 +34,9 @@
     <url>http://myfaces.apache.org/core11/myfaces-impl</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x/impl</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x/impl</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x/impl</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9/impl</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9/impl</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9/impl</url>
     </scm>
     
     <build>
diff --git a/pom.xml b/pom.xml
index 207e690..4d7a67d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
         This project is the home of the MyFaces implementation of the JavaServer Faces 1.1 specification, and
         consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>1.1.9-SNAPSHOT</version>
+    <version>1.1.9</version>
     <url>http://myfaces.apache.org/core11</url>
     
     <issueManagement>
@@ -42,9 +42,9 @@
     </issueManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1.1.x</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-1.1.9</url>
     </scm>
 
     <modules>

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