You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/05/01 19:45:42 UTC

svn commit: r398645 - in /myfaces/core/branches/1_1_3: api/pom.xml impl/pom.xml pom.xml

Author: schof
Date: Mon May  1 10:45:41 2006
New Revision: 398645

URL: http://svn.apache.org/viewcvs?rev=398645&view=rev
Log:
[maven-release-plugin] prepare release 1_1_3

Modified:
    myfaces/core/branches/1_1_3/api/pom.xml
    myfaces/core/branches/1_1_3/impl/pom.xml
    myfaces/core/branches/1_1_3/pom.xml

Modified: myfaces/core/branches/1_1_3/api/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/api/pom.xml?rev=398645&r1=398644&r2=398645&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/api/pom.xml (original)
+++ myfaces/core/branches/1_1_3/api/pom.xml Mon May  1 10:45:41 2006
@@ -2,18 +2,19 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-api</artifactId>
   <name>API</name>
+  <version>1.1.3</version>
   <description>The MyFaces API Subproject provides a full set of the API interfaces and classes
     defined in JSR-127 (see also http://www.jcp.org/en/jsr/detail?id=127).</description>
   <scm>
-    <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>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_3</url>
   </scm>
   <profiles>
     <profile>

Modified: myfaces/core/branches/1_1_3/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/impl/pom.xml?rev=398645&r1=398644&r2=398645&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_3/impl/pom.xml Mon May  1 10:45:41 2006
@@ -2,18 +2,19 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-impl</artifactId>
   <name>Impl</name>
+  <version>1.1.3</version>
   <description>This is the MyFaces Impl Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <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>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_3</url>
   </scm>
   <build>
     <resources>

Modified: myfaces/core/branches/1_1_3/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/pom.xml?rev=398645&r1=398644&r2=398645&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/pom.xml (original)
+++ myfaces/core/branches/1_1_3/pom.xml Mon May  1 10:45:41 2006
@@ -9,16 +9,16 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.1.3-SNAPSHOT</version>
+  <version>1.1.3</version>
   <url>http://myfaces.apache.org/projects</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</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_3</url>
   </scm>
   <modules>
     <module>api</module>