You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2013/10/22 00:51:19 UTC

svn commit: r1534405 - in /myfaces/shared/trunk_4.0.x: core/pom.xml pom.xml shared-tomahawk/pom.xml

Author: lu4242
Date: Mon Oct 21 22:51:18 2013
New Revision: 1534405

URL: http://svn.apache.org/r1534405
Log:
[maven-release-plugin] prepare release myfaces-shared-project-4.0.19

Modified:
    myfaces/shared/trunk_4.0.x/core/pom.xml
    myfaces/shared/trunk_4.0.x/pom.xml
    myfaces/shared/trunk_4.0.x/shared-tomahawk/pom.xml

Modified: myfaces/shared/trunk_4.0.x/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_4.0.x/core/pom.xml?rev=1534405&r1=1534404&r2=1534405&view=diff
==============================================================================
--- myfaces/shared/trunk_4.0.x/core/pom.xml (original)
+++ myfaces/shared/trunk_4.0.x/core/pom.xml Mon Oct 21 22:51:18 2013
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>4.0.19-SNAPSHOT</version>
+    <version>4.0.19</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -31,9 +31,9 @@
     needed by the shared-* modules.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/core/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/core</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_4.0.x/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-4.0.19/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-4.0.19/core</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/tags/myfaces-shared-project-4.0.19/core</url>
   </scm>
 
   <build>

Modified: myfaces/shared/trunk_4.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_4.0.x/pom.xml?rev=1534405&r1=1534404&r2=1534405&view=diff
==============================================================================
--- myfaces/shared/trunk_4.0.x/pom.xml (original)
+++ myfaces/shared/trunk_4.0.x/pom.xml Mon Oct 21 22:51:18 2013
@@ -47,14 +47,14 @@
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>Apache MyFaces Shared For JSF 2.0 - Project</name>
-  <version>4.0.19-SNAPSHOT</version>
+  <version>4.0.19</version>
   <description>Provides common classes for use in various MyFaces projects.</description>
   <url>http://myfaces.apache.org/shared20</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_4.0.x</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-4.0.19</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-4.0.19</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/tags/myfaces-shared-project-4.0.19</url>
   </scm>
 
   <modules>
@@ -117,7 +117,7 @@
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-core</artifactId>
-        <version>4.0.19-SNAPSHOT</version>
+        <version>4.0.19</version>
         <scope>provided</scope>
       </dependency>
     </dependencies>

Modified: myfaces/shared/trunk_4.0.x/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_4.0.x/shared-tomahawk/pom.xml?rev=1534405&r1=1534404&r2=1534405&view=diff
==============================================================================
--- myfaces/shared/trunk_4.0.x/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/trunk_4.0.x/shared-tomahawk/pom.xml Mon Oct 21 22:51:18 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>4.0.19-SNAPSHOT</version>
+    <version>4.0.19</version>
   </parent>
 
   <artifactId>myfaces-shared-tomahawk</artifactId>
@@ -31,9 +31,9 @@
   <description>Shared project renamed for use in Tomahawk.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/shared-tomahawk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/shared-tomahawk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_4.0.x/shared-tomahawk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-4.0.19/shared-tomahawk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-4.0.19/shared-tomahawk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/tags/myfaces-shared-project-4.0.19/shared-tomahawk</url>
   </scm>
 
   <build>