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:47:55 UTC

[myfaces] branch 1_2_7 created (now daa7fc3)

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

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


      at daa7fc3  update assembly to 1.2.7

This branch includes the following new commits:

     new d082c4a  set shared to 3.0.6 for release
     new cd105aa  [maven-release-plugin] prepare release 1_2_7
     new 64c7139  [maven-release-plugin]  copy for tag 1_2_7
     new daa7fc3  update assembly to 1.2.7

The 4 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.


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

[myfaces] 02/04: [maven-release-plugin] prepare release 1_2_7

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

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

commit cd105aa2dbde3fc39c46dc62f2e6850a5c598815
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Mon Jun 1 07:26:14 2009 +0000

    [maven-release-plugin] prepare release 1_2_7
---
 api/pom.xml  | 8 ++++----
 impl/pom.xml | 8 ++++----
 pom.xml      | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 0477c2f..84ead6b 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.7-SNAPSHOT</version>
+    <version>1.2.7</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_7</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_7</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_7</url>
   </scm>
   <build>
     <plugins>
diff --git a/impl/pom.xml b/impl/pom.xml
index 04de13b..7fb7126 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.7-SNAPSHOT</version>
+    <version>1.2.7</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_7</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_2_7</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/1_2_7</url>
   </scm>
   <build>
     <resources>
diff --git a/pom.xml b/pom.xml
index 0f7856c..c16dfb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,16 +16,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.7-SNAPSHOT</version>
+  <version>1.2.7</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_7</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_2_7</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_7</url>
   </scm>
   <modules>
     <!-- module>build</module -->

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

[myfaces] 04/04: update assembly to 1.2.7

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

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

commit daa7fc31b3502c05916b9576091095e6dc3ff5e7
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Mon Jun 1 08:07:16 2009 +0000

    update assembly to 1.2.7
---
 assembly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index d0685dd..160cec8 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.7</version>
   </parent>
 
   <scm>

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

[myfaces] 03/04: [maven-release-plugin] copy for tag 1_2_7

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

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

commit 64c7139dbb5b65ca5935294ca49bdd20fedf0c68
Merge: 441caa9 cd105aa
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Mon Jun 1 07:26:24 2009 +0000

    [maven-release-plugin]  copy for tag 1_2_7

 api/pom.xml  |  8 ++++----
 impl/pom.xml | 10 +++++-----
 pom.xml      |  8 ++++----
 3 files changed, 13 insertions(+), 13 deletions(-)

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

[myfaces] 01/04: set shared to 3.0.6 for release

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

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

commit d082c4a70865aac09009a23a18c70e90c19ba10d
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Mon Jun 1 07:18:02 2009 +0000

    set shared to 3.0.6 for release
---
 impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index d9bb506..04de13b 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -584,6 +584,6 @@
   </repositories>
 
   <properties>
-    <myfaces-shared.version>3.0.6-SNAPSHOT</myfaces-shared.version>
+    <myfaces-shared.version>3.0.6</myfaces-shared.version>
   </properties>
 </project>

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