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/22 22:09:35 UTC

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

Author: schof
Date: Sat Apr 22 13:09:33 2006
New Revision: 396153

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

Modified:
    myfaces/maven/branches/1_0_2/build-tools/pom.xml
    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/build-tools/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_2/build-tools/pom.xml?rev=396153&r1=396152&r2=396153&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/build-tools/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/build-tools/pom.xml Sat Apr 22 13:09:33 2006
@@ -1,88 +1,54 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- * Copyright 2002-2005 The Apache Software Foundation.
- *
- *    Licensed under the Apache License, Version 2.0 (the "License");
- *    you may not use this file except in compliance with the License.
- *    You may obtain a copy of the License at
- *
- *        http://www.apache.org/licenses/LICENSE-2.0
- *
- *    Unless required by applicable law or agreed to in writing, software
- *    distributed under the License is distributed on an "AS IS" BASIS,
- *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *    See the License for the specific language governing permissions and
- *    limitations under the License.
--->
-
-<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">
+<?xml version="1.0" encoding="UTF-8"?><project>
   <modelVersion>4.0.0</modelVersion>
-  <!--parent>
-    <groupId>org.apache.myfaces.maven</groupId>
-    <artifactId>maven-project</artifactIdi-->
-    <version>1.0.0-SNAPSHOT</version>
-  <!--/parent-->
-  <packaging>jar</packaging>
-  <name>MyFaces Build Tools</name>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>build-tools</artifactId>
-
+  <name>MyFaces Build Tools</name>
+  <version>1.0.0</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/build-tools</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2/build-tools</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2/build-tools</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/tags/1_0_2/build-tools</url>
   </scm>
-
   <build>
-      <extensions>
-        <extension>
-          <groupId>org.apache.maven.wagon</groupId>
-           <artifactId>wagon-ssh-external</artifactId>
-           <version>1.0-alpha-5</version>
-        </extension>
-      </extensions>
-    </build>
-
-    <dependencies>
-
-        <dependency>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-          <version>1.0.4</version>
-          <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-          <groupId>velocity</groupId>
-          <artifactId>velocity</artifactId>
-          <version>1.4</version>
-          <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-          <groupId>ant</groupId>
-          <artifactId>ant</artifactId>
-          <version>1.6.5</version>
-          <scope>provided</scope>
-        </dependency>
-
-    </dependencies>
-
-    <distributionManagement>
-      <repository>
-        <id>apache-maven</id>
-        <name>Apache Maven Repository</name>
-        <url>scpexe://people.apache.org/www/www.apache.org/dist/maven-repository</url>
-      </repository>
-      <snapshotRepository>
-        <uniqueVersion>false</uniqueVersion>
-        <id>apache-maven-snapshots</id>
-        <name>Apache Maven Snapshot Repository</name>
-        <url>scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
-      </snapshotRepository>
-    </distributionManagement>
-
-</project>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>1.0-alpha-5</version>
+      </extension>
+    </extensions>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.6.5</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>velocity</groupId>
+      <artifactId>velocity</artifactId>
+      <version>1.4</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <repository>
+      <id>apache-maven</id>
+      <name>Apache Maven Repository</name>
+      <url>scpexe://people.apache.org/www/www.apache.org/dist/maven-repository</url>
+    </repository>
+    <snapshotRepository>
+      <uniqueVersion>false</uniqueVersion>
+      <id>apache-maven-snapshots</id>
+      <name>Apache Maven Snapshot Repository</name>
+      <url>scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+    </snapshotRepository>
+  </distributionManagement>
+</project>
\ No newline at end of file

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=396153&r1=396152&r2=396153&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/master-pom/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/master-pom/pom.xml Sat Apr 22 13:09:33 2006
@@ -1,10 +1,10 @@
-<?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">
+<?xml version="1.0" encoding="UTF-8"?><project>
   <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/master-pom</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2/master-pom</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/tags/1_0_2/master-pom</url>
   </scm>
   <organization>
     <name>Apache Software Foundation</name>

Modified: myfaces/maven/branches/1_0_2/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_2/pom.xml?rev=396153&r1=396152&r2=396153&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/pom.xml Sat Apr 22 13:09:33 2006
@@ -1,16 +1,16 @@
-<?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">
+<?xml version="1.0" encoding="UTF-8"?><project>
   <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>
@@ -40,4 +40,4 @@
       <url>scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
     </snapshotRepository>
   </distributionManagement>
-</project>
+</project>
\ No newline at end of file

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=396153&r1=396152&r2=396153&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 Sat Apr 22 13:09:33 2006
@@ -1,14 +1,14 @@
-<?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">
+<?xml version="1.0" encoding="UTF-8"?><project>
   <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/wagon-maven-plugin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2/wagon-maven-plugin</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/tags/1_0_2/wagon-maven-plugin</url>
   </scm>
   <build>
     <extensions>
@@ -53,5 +53,5 @@
       <name>Apache Website</name>
       <url>scpexe://minotaur.apache.org/www/myfaces.apache.org</url>
     </site>
-  </distributionManagement>  
+  </distributionManagement>
 </project>