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 2010/08/31 23:51:17 UTC

svn commit: r991349 - /myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml

Author: lu4242
Date: Tue Aug 31 21:51:16 2010
New Revision: 991349

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

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml?rev=991349&r1=991348&r2=991349&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml Tue Aug 31 21:51:16 2010
@@ -25,9 +25,7 @@
   - This project also builds a common build-tools site.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -38,7 +36,7 @@
 
   <groupId>org.apache.myfaces.buildtools</groupId>
   <artifactId>myfaces-plugin-parent</artifactId>
-  <version>1.0.4-SNAPSHOT</version>
+  <version>1.0.4</version>
   <packaging>pom</packaging>
   <name>Apache MyFaces Buildtools Maven2 Plugin Parent</name>
   <url>http://myfaces.apache.org/build-tools/plugins</url>
@@ -167,9 +165,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/tags/myfaces-plugin-parent-1.0.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/tags/myfaces-plugin-parent-1.0.4</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/tags/myfaces-plugin-parent-1.0.4</url>
   </scm>
 
   <distributionManagement>