You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/11/30 23:46:33 UTC

svn commit: r599996 - in /myfaces/trinidad/branches/matzew-1.2.4-release: pom.xml trinidad-api/pom.xml trinidad-build/pom.xml trinidad-examples/pom.xml trinidad-examples/trinidad-blank/pom.xml trinidad-examples/trinidad-demo/pom.xml trinidad-impl/pom.xml

Author: matzew
Date: Fri Nov 30 14:46:32 2007
New Revision: 599996

URL: http://svn.apache.org/viewvc?rev=599996&view=rev
Log:
[maven-release-plugin] prepare release trinidad-1.2.4

Modified:
    myfaces/trinidad/branches/matzew-1.2.4-release/pom.xml
    myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-api/pom.xml
    myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-build/pom.xml
    myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/pom.xml
    myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/trinidad-blank/pom.xml
    myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/trinidad-demo/pom.xml
    myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-impl/pom.xml

Modified: myfaces/trinidad/branches/matzew-1.2.4-release/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.4-release/pom.xml?rev=599996&r1=599995&r2=599996&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.4-release/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.4-release/pom.xml Fri Nov 30 14:46:32 2007
@@ -34,7 +34,7 @@
   <artifactId>trinidad</artifactId>
   <packaging>pom</packaging>
   <name>Apache MyFaces Trinidad 1.2</name>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.4</version>
   <description>JSF 1.2 branch of Apache MyFaces Trinidad</description>
 
   <issueManagement>
@@ -173,13 +173,9 @@
   </developers>
 
   <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/branches/1.2.1-branch/trinidad/
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/branches/1.2.1-branch/trinidad/
-    </developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/trinidad/branches/1.2.1-branch/trinidad</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-1.2.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-1.2.4</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/trinidad/tags/trinidad-1.2.4</url>
   </scm>
 
   <build>

Modified: myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-api/pom.xml?rev=599996&r1=599995&r2=599996&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-api/pom.xml Fri Nov 30 14:46:32 2007
@@ -1,28 +1,8 @@
-<?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"> 
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -88,7 +68,7 @@
           <argLine>-enableassertions</argLine>
           <forkMode>once</forkMode>
 -->
-          <includes implementation="java.util.ArrayList" >
+          <includes implementation="java.util.ArrayList">
             <include implementation="java.lang.String">**/*Test.java</include>
           </includes>
         </configuration>
@@ -241,4 +221,4 @@
 -->
     </plugins>
   </reporting>
-</project>
+</project>
\ No newline at end of file

Modified: myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-build/pom.xml?rev=599996&r1=599995&r2=599996&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-build/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-build/pom.xml Fri Nov 30 14:46:32 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/pom.xml?rev=599996&r1=599995&r2=599996&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/pom.xml Fri Nov 30 14:46:32 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
   </parent>
   <packaging>pom</packaging>
   <name>Apache MyFaces Trinidad Examples</name>

Modified: myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/trinidad-blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/trinidad-blank/pom.xml?rev=599996&r1=599995&r2=599996&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/trinidad-blank/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/trinidad-blank/pom.xml Fri Nov 30 14:46:32 2007
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/trinidad-demo/pom.xml?rev=599996&r1=599995&r2=599996&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-examples/trinidad-demo/pom.xml Fri Nov 30 14:46:32 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-impl/pom.xml?rev=599996&r1=599995&r2=599996&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-impl/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.4-release/trinidad-impl/pom.xml Fri Nov 30 14:46:32 2007
@@ -1,28 +1,8 @@
-<?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">
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -90,7 +70,7 @@
               <value>true</value>
             </property>
           </systemProperties>
-          <includes implementation="java.util.ArrayList" >
+          <includes implementation="java.util.ArrayList">
             <include implementation="java.lang.String">**/*Test.java</include>
           </includes>
         </configuration>
@@ -288,4 +268,4 @@
       </plugin>
     </plugins>
   </reporting>
-</project>
+</project>
\ No newline at end of file