You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/09/11 11:57:56 UTC

svn commit: r574535 - in /myfaces/maven/trunk: build-tools/pom.xml master-pom/pom.xml pom.xml wagon-maven-plugin/pom.xml

Author: imario
Date: Tue Sep 11 02:57:55 2007
New Revision: 574535

URL: http://svn.apache.org/viewvc?rev=574535&view=rev
Log:
[maven-release-plugin] prepare release 1_0_6

Modified:
    myfaces/maven/trunk/build-tools/pom.xml
    myfaces/maven/trunk/master-pom/pom.xml
    myfaces/maven/trunk/pom.xml
    myfaces/maven/trunk/wagon-maven-plugin/pom.xml

Modified: myfaces/maven/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/build-tools/pom.xml?rev=574535&r1=574534&r2=574535&view=diff
==============================================================================
--- myfaces/maven/trunk/build-tools/pom.xml (original)
+++ myfaces/maven/trunk/build-tools/pom.xml Tue Sep 11 02:57:55 2007
@@ -1,15 +1,15 @@
 <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>
-  <version>1.0.6-SNAPSHOT</version>
+  <version>1.0.6</version>
   <packaging>jar</packaging>
   <name>MyFaces Build Tools</name>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>build-tools</artifactId>
 
   <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:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</developerConnection>
+    <url>https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</url>
   </scm>
 
   <build>

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/master-pom/pom.xml?rev=574535&r1=574534&r2=574535&view=diff
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Tue Sep 11 02:57:55 2007
@@ -1,25 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You 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">
+<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>
         <groupId>org.apache</groupId>
@@ -30,7 +9,7 @@
     <artifactId>myfaces-master</artifactId>
     <packaging>pom</packaging>
     <name>Master POM</name>
-    <version>1.0.6-SNAPSHOT</version>
+    <version>1.0.6</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>
@@ -504,9 +483,9 @@
         </contributor>        
     </contributors>
     <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:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</developerConnection>
+        <url>https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</url>
     </scm>
     <build>
         <extensions>
@@ -518,7 +497,7 @@
             <extension>
                 <groupId>org.apache.myfaces.maven</groupId>
                 <artifactId>build-tools</artifactId>
-                <version>1.0.6-SNAPSHOT</version>
+                <version>1.0.6</version>
             </extension>
         </extensions>
         <defaultGoal>install</defaultGoal>
@@ -670,4 +649,4 @@
     </profile>
   </profiles>
     
-</project>
+</project>
\ No newline at end of file

Modified: myfaces/maven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/pom.xml?rev=574535&r1=574534&r2=574535&view=diff
==============================================================================
--- myfaces/maven/trunk/pom.xml (original)
+++ myfaces/maven/trunk/pom.xml Tue Sep 11 02:57:55 2007
@@ -4,13 +4,13 @@
   <artifactId>maven-project</artifactId>
   <packaging>pom</packaging>
   <name>Maven Project</name>
-  <version>1.0.6-SNAPSHOT</version>
+  <version>1.0.6</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:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</developerConnection>
+    <url>https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</url>
   </scm>
   <build>
     <extensions>

Modified: myfaces/maven/trunk/wagon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/wagon-maven-plugin/pom.xml?rev=574535&r1=574534&r2=574535&view=diff
==============================================================================
--- myfaces/maven/trunk/wagon-maven-plugin/pom.xml (original)
+++ myfaces/maven/trunk/wagon-maven-plugin/pom.xml Tue Sep 11 02:57:55 2007
@@ -1,17 +1,15 @@
 <?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">
+<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.6-SNAPSHOT</version>
+  <version>1.0.6</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:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</developerConnection>
+    <url>https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_6</url>
   </scm>
   <build>
     <extensions>