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/07/01 14:03:30 UTC

svn commit: r552294 - in /myfaces/trinidad/branches/matzew121core_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: Sun Jul  1 05:03:29 2007
New Revision: 552294

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

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

Modified: myfaces/trinidad/branches/matzew121core_release/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew121core_release/pom.xml?view=diff&rev=552294&r1=552293&r2=552294
==============================================================================
--- myfaces/trinidad/branches/matzew121core_release/pom.xml (original)
+++ myfaces/trinidad/branches/matzew121core_release/pom.xml Sun Jul  1 05:03:29 2007
@@ -30,7 +30,7 @@
   <artifactId>trinidad</artifactId>
   <packaging>pom</packaging>
   <name>Apache MyFaces Trinidad 1.2</name>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.2.1</version>
   <description>JSF 1.2 branch of Apache MyFaces Trinidad</description>
 
   <issueManagement>
@@ -169,13 +169,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.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-1.2.1</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/trinidad/tags/trinidad-1.2.1</url>
   </scm>
 
   <build>

Modified: myfaces/trinidad/branches/matzew121core_release/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew121core_release/trinidad-api/pom.xml?view=diff&rev=552294&r1=552293&r2=552294
==============================================================================
--- myfaces/trinidad/branches/matzew121core_release/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/branches/matzew121core_release/trinidad-api/pom.xml Sun Jul  1 05:03:29 2007
@@ -1,24 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2006 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"> 
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -84,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>
@@ -226,4 +210,4 @@
 -->
     </plugins>
   </reporting>
-</project>
+</project>
\ No newline at end of file

Modified: myfaces/trinidad/branches/matzew121core_release/trinidad-build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew121core_release/trinidad-build/pom.xml?view=diff&rev=552294&r1=552293&r2=552294
==============================================================================
--- myfaces/trinidad/branches/matzew121core_release/trinidad-build/pom.xml (original)
+++ myfaces/trinidad/branches/matzew121core_release/trinidad-build/pom.xml Sun Jul  1 05:03:29 2007
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/trinidad/branches/matzew121core_release/trinidad-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew121core_release/trinidad-examples/pom.xml?view=diff&rev=552294&r1=552293&r2=552294
==============================================================================
--- myfaces/trinidad/branches/matzew121core_release/trinidad-examples/pom.xml (original)
+++ myfaces/trinidad/branches/matzew121core_release/trinidad-examples/pom.xml Sun Jul  1 05:03:29 2007
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.1</version>
   </parent>
   <packaging>pom</packaging>
   <name>Apache MyFaces Trinidad Examples</name>

Modified: myfaces/trinidad/branches/matzew121core_release/trinidad-examples/trinidad-blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew121core_release/trinidad-examples/trinidad-blank/pom.xml?view=diff&rev=552294&r1=552293&r2=552294
==============================================================================
--- myfaces/trinidad/branches/matzew121core_release/trinidad-examples/trinidad-blank/pom.xml (original)
+++ myfaces/trinidad/branches/matzew121core_release/trinidad-examples/trinidad-blank/pom.xml Sun Jul  1 05:03:29 2007
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -143,14 +143,14 @@
     <dependency>
       <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-api</artifactId>
-      <version>1.2.1-SNAPSHOT</version>
+      <version>1.2.1</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-impl</artifactId>
-      <version>1.2.1-SNAPSHOT</version>
+      <version>1.2.1</version>
       <scope>compile</scope>
     </dependency>
 

Modified: myfaces/trinidad/branches/matzew121core_release/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew121core_release/trinidad-examples/trinidad-demo/pom.xml?view=diff&rev=552294&r1=552293&r2=552294
==============================================================================
--- myfaces/trinidad/branches/matzew121core_release/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/branches/matzew121core_release/trinidad-examples/trinidad-demo/pom.xml Sun Jul  1 05:03:29 2007
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/trinidad/branches/matzew121core_release/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew121core_release/trinidad-impl/pom.xml?view=diff&rev=552294&r1=552293&r2=552294
==============================================================================
--- myfaces/trinidad/branches/matzew121core_release/trinidad-impl/pom.xml (original)
+++ myfaces/trinidad/branches/matzew121core_release/trinidad-impl/pom.xml Sun Jul  1 05:03:29 2007
@@ -1,24 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2006 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">
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -86,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 +272,4 @@
       </plugin>
     </plugins>
   </reporting>
-</project>
+</project>
\ No newline at end of file