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

[myfaces] branch 1_1_7prepare created (now 88d99fc)

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

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


      at 88d99fc  [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

     new 88d99fc  [maven-release-plugin] prepare for next development iteration

The 1 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] 01/01: [maven-release-plugin] prepare for next development iteration

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

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

commit 88d99fc16d929439cf08c5a82469e39338513986
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Mon Jun 1 23:05:27 2009 +0000

    [maven-release-plugin] prepare for next development iteration
---
 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 65e6490..b3e9c8b 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.7</version>
+    <version>1.1.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -12,9 +12,9 @@
     The public API classes of the Apache MyFaces Core JSF-1.1 project.
   </description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7/api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7/api</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_7/api</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/api</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/api</url>
   </scm>
 
   <build>
diff --git a/impl/pom.xml b/impl/pom.xml
index 4b3362e..fe345cb 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.1.7</version>
+    <version>1.1.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -13,9 +13,9 @@
     The private implementation classes of the Apache MyFaces Core JSF-1.1 Implementation.
   </description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7/impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7/impl</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_7/impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/impl</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/impl</url>
   </scm>
   <build>
     <resources>
diff --git a/pom.xml b/pom.xml
index 7ac7205..42b85b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,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.7</version>
+  <version>1.1.8-SNAPSHOT</version>
   <url>http://myfaces.apache.org/core11</url>
 
   <issueManagement>
@@ -24,9 +24,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_7</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/core/tags/1_1_7</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/core/trunk</url>
   </scm>
 
   <modules>

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