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 2011/08/23 02:13:11 UTC

svn commit: r1160507 - in /myfaces/shared/trunk: core/pom.xml pom.xml shared-tomahawk/pom.xml

Author: lu4242
Date: Tue Aug 23 00:13:11 2011
New Revision: 1160507

URL: http://svn.apache.org/viewvc?rev=1160507&view=rev
Log:
[maven-release-plugin] prepare release myfaces-shared-project-mvn install

Modified:
    myfaces/shared/trunk/core/pom.xml
    myfaces/shared/trunk/pom.xml
    myfaces/shared/trunk/shared-tomahawk/pom.xml

Modified: myfaces/shared/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/core/pom.xml?rev=1160507&r1=1160506&r2=1160507&view=diff
==============================================================================
--- myfaces/shared/trunk/core/pom.xml (original)
+++ myfaces/shared/trunk/core/pom.xml Tue Aug 23 00:13:11 2011
@@ -20,20 +20,21 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>4.1.1-SNAPSHOT</version>
+    <version>mvn install</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-core</artifactId>
+  <version>4.1.1</version>
   <packaging>jar</packaging>
   <name>Apache MyFaces Shared For JSF 2.1 - Core Mirror</name>
   <description>The MyFaces Shared Core Subproject build the sources artifact
     needed by the shared-* modules</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk/core</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-mvn install/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-mvn install/core</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/tags/myfaces-shared-project-mvn install/core</url>
   </scm>
 
   <build>
@@ -222,9 +223,7 @@
                       <phase>generate-resources</phase>
                       <configuration>
                           <tasks>
-                              <copy file="${project.build.directory}/refactored-shared-sources/main/resources/META-INF/internal-resources/org.apache.myfaces/oamSubmit-uncompressed.js"
-                                   tofile="${basedir}/src/main/javascript/META-INF/resources/myfaces/_impl/oamSubmit.js" overwrite="true" 
-                                    verbose="true" failonerror="true"/>
+                              <copy file="${project.build.directory}/refactored-shared-sources/main/resources/META-INF/internal-resources/org.apache.myfaces/oamSubmit-uncompressed.js" tofile="${basedir}/src/main/javascript/META-INF/resources/myfaces/_impl/oamSubmit.js" overwrite="true" verbose="true" failonerror="true" />
                           </tasks>
                       </configuration>
                       <goals>

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?rev=1160507&r1=1160506&r2=1160507&view=diff
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Tue Aug 23 00:13:11 2011
@@ -47,14 +47,14 @@
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>Apache MyFaces Shared For JSF 2.1 - Project</name>
-  <version>4.1.1-SNAPSHOT</version>
+  <version>mvn install</version>
   <description>Provides common classes for use in various MyFaces projects.</description>
   <url>http://myfaces.apache.org/shared21</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-mvn install</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-mvn install</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/tags/myfaces-shared-project-mvn install</url>
   </scm>
 
   <modules>
@@ -117,7 +117,7 @@
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-core</artifactId>
-        <version>4.1.1-SNAPSHOT</version>
+        <version>4.1.1</version>
         <scope>provided</scope>
       </dependency>
     </dependencies>

Modified: myfaces/shared/trunk/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/shared-tomahawk/pom.xml?rev=1160507&r1=1160506&r2=1160507&view=diff
==============================================================================
--- myfaces/shared/trunk/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/trunk/shared-tomahawk/pom.xml Tue Aug 23 00:13:11 2011
@@ -22,18 +22,19 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>4.1.1-SNAPSHOT</version>
+    <version>mvn install</version>
   </parent>
 
   <artifactId>myfaces-shared-tomahawk</artifactId>
+  <version>4.1.1</version>
   <packaging>jar</packaging>
   <name>MyFaces Shared Tomahawk</name>
   <description>Shared project renamed for use in Tomahawk.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-tomahawk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-tomahawk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk/shared-tomahawk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-mvn install/shared-tomahawk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-shared-project-mvn install/shared-tomahawk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/tags/myfaces-shared-project-mvn install/shared-tomahawk</url>
   </scm>
 
   <build>