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/08/07 19:04:18 UTC

svn commit: r563558 - in /myfaces/trinidad/branches/matzew-core-102-release: ./ trinidad-api/ trinidad-build/ trinidad-examples/ trinidad-examples/trinidad-blank/ trinidad-examples/trinidad-demo/ trinidad-impl/

Author: matzew
Date: Tue Aug  7 10:04:17 2007
New Revision: 563558

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

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

Modified: myfaces/trinidad/branches/matzew-core-102-release/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-102-release/pom.xml?view=diff&rev=563558&r1=563557&r2=563558
==============================================================================
--- myfaces/trinidad/branches/matzew-core-102-release/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-102-release/pom.xml Tue Aug  7 10:04:17 2007
@@ -34,7 +34,7 @@
   <artifactId>trinidad</artifactId>
   <packaging>pom</packaging>
   <name>Apache MyFaces Trinidad</name>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2</version>
   <description>Apache MyFaces Trinidad</description>
 
   <issueManagement>
@@ -173,13 +173,9 @@
   </developers>
 
   <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad/
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad/
-    </developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/trinidad/trunk/trinidad</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-1.0.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-1.0.2</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/trinidad/tags/trinidad-1.0.2</url>
   </scm>
 
   <build>
@@ -429,20 +425,20 @@
       <dependency>
         <groupId>org.apache.myfaces.trinidad</groupId>
         <artifactId>trinidad-build</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
         <scope>provided</scope>
       </dependency>
 
       <dependency>
         <groupId>org.apache.myfaces.trinidad</groupId>
         <artifactId>trinidad-api</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.myfaces.trinidad</groupId>
         <artifactId>trinidad-api</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
         <type>test-jar</type>
         <scope>test</scope>
       </dependency>
@@ -450,7 +446,7 @@
       <dependency>
         <groupId>org.apache.myfaces.trinidad</groupId>
         <artifactId>trinidad-impl</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
       </dependency>
 
 

Modified: myfaces/trinidad/branches/matzew-core-102-release/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-102-release/trinidad-api/pom.xml?view=diff&rev=563558&r1=563557&r2=563558
==============================================================================
--- myfaces/trinidad/branches/matzew-core-102-release/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-102-release/trinidad-api/pom.xml Tue Aug  7 10:04:17 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.0.2-SNAPSHOT</version>
+    <version>1.0.2</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>
@@ -228,4 +208,4 @@
 -->
     </plugins>
   </reporting>
-</project>
+</project>
\ No newline at end of file

Modified: myfaces/trinidad/branches/matzew-core-102-release/trinidad-build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-102-release/trinidad-build/pom.xml?view=diff&rev=563558&r1=563557&r2=563558
==============================================================================
--- myfaces/trinidad/branches/matzew-core-102-release/trinidad-build/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-102-release/trinidad-build/pom.xml Tue Aug  7 10:04:17 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/pom.xml?view=diff&rev=563558&r1=563557&r2=563558
==============================================================================
--- myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/pom.xml Tue Aug  7 10:04:17 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <packaging>pom</packaging>
   <name>Apache MyFaces Trinidad Examples</name>

Modified: myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/trinidad-blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/trinidad-blank/pom.xml?view=diff&rev=563558&r1=563557&r2=563558
==============================================================================
--- myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/trinidad-blank/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/trinidad-blank/pom.xml Tue Aug  7 10:04:17 2007
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/trinidad-demo/pom.xml?view=diff&rev=563558&r1=563557&r2=563558
==============================================================================
--- myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-102-release/trinidad-examples/trinidad-demo/pom.xml Tue Aug  7 10:04:17 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/trinidad/branches/matzew-core-102-release/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-102-release/trinidad-impl/pom.xml?view=diff&rev=563558&r1=563557&r2=563558
==============================================================================
--- myfaces/trinidad/branches/matzew-core-102-release/trinidad-impl/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-102-release/trinidad-impl/pom.xml Tue Aug  7 10:04:17 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.0.2-SNAPSHOT</version>
+    <version>1.0.2</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>
@@ -295,4 +275,4 @@
       </plugin>
     </plugins>
   </reporting>
-</project>
+</project>
\ No newline at end of file