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/04/24 20:29:29 UTC

svn commit: r396633 - in /myfaces/maven/branches/1_0_2: master-pom/pom.xml pom.xml wagon-maven-plugin/pom.xml

Author: schof
Date: Mon Apr 24 11:29:27 2006
New Revision: 396633

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

Modified:
    myfaces/maven/branches/1_0_2/master-pom/pom.xml
    myfaces/maven/branches/1_0_2/pom.xml
    myfaces/maven/branches/1_0_2/wagon-maven-plugin/pom.xml

Modified: myfaces/maven/branches/1_0_2/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_2/master-pom/pom.xml?rev=396633&r1=396632&r2=396633&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/master-pom/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/master-pom/pom.xml Mon Apr 24 11:29:27 2006
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?><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>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>myfaces-master</artifactId>
   <packaging>pom</packaging>
   <name>Master POM</name>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2</version>
   <description>This is a master POM that is meant to be used by the various MyFaces modules.  It contains information that is 
      common to all projects.</description>
   <url>http://myfaces.apache.org/projects</url>
@@ -346,9 +346,9 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/master-pom</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/tags/1_0_2</url>
   </scm>
   <organization>
     <name>Apache Software Foundation</name>
@@ -395,7 +395,7 @@
     <repository>
       <id>myfaces-repo</id>
       <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
-    </repository>  
+    </repository>
   </repositories>
   <dependencies>
     <dependency>
@@ -413,18 +413,11 @@
     </plugins>
   </reporting>
   <distributionManagement>
-    <!-- publish to myfaces repo and manually sync to apache one after signing artifacts
-    <repository>
-      <id>apache-maven</id>
-      <name>Apache Maven Repository</name>
-      <url>scpexe://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
-    </repository>
-    -->
     <repository>
       <id>myfaces-repo</id>
       <name>Apache Maven Repository</name>
       <url>file:///var/apache2/htdocs/dist/maven-repository</url>
-    </repository>    
+    </repository>
     <snapshotRepository>
       <uniqueVersion>false</uniqueVersion>
       <id>apache-maven-snapshots</id>

Modified: myfaces/maven/branches/1_0_2/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_2/pom.xml?rev=396633&r1=396632&r2=396633&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/pom.xml Mon Apr 24 11:29:27 2006
@@ -1,16 +1,16 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?><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>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>maven-project</artifactId>
   <packaging>pom</packaging>
   <name>Maven Project</name>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2</version>
   <description>Artifacts used in the M2 build of MyFaces and its subprojects.</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/tags/1_0_2</url>
   </scm>
   <build>
     <extensions>
@@ -24,19 +24,9 @@
   </build>
   <modules>
     <module>master-pom</module>
-    <!--
-    <module>build-tools</module>
-    -->
     <module>wagon-maven-plugin</module>
   </modules>
   <distributionManagement>
-		<!--
-    <repository>
-      <id>apache-maven</id>
-      <name>Apache Maven Repository</name>
-      <url>scpexe://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
-    </repository>
-    -->
     <snapshotRepository>
       <uniqueVersion>false</uniqueVersion>
       <id>apache-maven-snapshots</id>

Modified: myfaces/maven/branches/1_0_2/wagon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_2/wagon-maven-plugin/pom.xml?rev=396633&r1=396632&r2=396633&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/wagon-maven-plugin/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/wagon-maven-plugin/pom.xml Mon Apr 24 11:29:27 2006
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?><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>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>wagon-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Wagon Maven Plugin</name>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/wagon-maven-plugin</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk/wagon-maven-plugin</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/wagon-maven-plugin</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/tags/1_0_2</url>
   </scm>
   <build>
     <extensions>