You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/01/03 10:12:04 UTC

svn commit: r1819940 - /myfaces/myfaces-master-pom/trunk/pom.xml

Author: lofwyr
Date: Wed Jan  3 10:12:04 2018
New Revision: 1819940

URL: http://svn.apache.org/viewvc?rev=1819940&view=rev
Log:
[maven-release-plugin] prepare release myfaces-17

Modified:
    myfaces/myfaces-master-pom/trunk/pom.xml

Modified: myfaces/myfaces-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?rev=1819940&r1=1819939&r2=1819940&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Wed Jan  3 10:12:04 2018
@@ -35,7 +35,7 @@
     <artifactId>myfaces</artifactId>
     <packaging>pom</packaging>
     <name>Apache MyFaces</name>
-    <version>17-SNAPSHOT</version>
+    <version>17</version>
     <description>
        The MyFaces project is home of the first free open source JavaServer Faces
        implementation as well as some useful JSF component libraries and other
@@ -903,9 +903,9 @@
     </contributors>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/tags/myfaces-17</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/tags/myfaces-17</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/tags/myfaces-17</url>
     </scm>
 
     <build>
@@ -991,7 +991,7 @@
 
               <plugin>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.2.1</version>
+                <version>2.5.3</version>
               </plugin>
 
               <plugin>