You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2007/03/07 18:29:32 UTC

svn commit: r515684 - in /incubator/adffaces/branches/matzew-core-1.0.0-incubation: pom.xml trinidad-api/pom.xml trinidad-build/pom.xml trinidad-examples/blank/pom.xml trinidad-examples/pom.xml trinidad-examples/trinidad-demo/pom.xml trinidad-impl/pom.xml

Author: matzew
Date: Wed Mar  7 10:29:31 2007
New Revision: 515684

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

Modified:
    incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml
    incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-api/pom.xml
    incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-build/pom.xml
    incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/blank/pom.xml
    incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/pom.xml
    incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/trinidad-demo/pom.xml
    incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-impl/pom.xml

Modified: incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml?view=diff&rev=515684&r1=515683&r2=515684
==============================================================================
--- incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml (original)
+++ incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml Wed Mar  7 10:29:31 2007
@@ -31,7 +31,7 @@
   <artifactId>trinidad</artifactId>
   <packaging>pom</packaging>
   <name>Apache Incubator Trinidad Podling</name>
-  <version>1.0.0-incubating-SNAPSHOT</version>
+  <version>1.0.0-incubating</version>
   <description>Apache Incubator Trinidad Podling</description>
 
   <issueManagement>
@@ -100,7 +100,7 @@
     <developer>
       <id>baranda</id>
       <name>Bruno Aranda</name>
-      <organization/>
+      <organization />
       <email>baranda@apache.org</email>
       <roles>
         <role>Developer</role>
@@ -110,7 +110,7 @@
     <developer>
       <id>craigmcc</id>
       <name>Craig McClanahan</name>
-      <organization/>
+      <organization />
       <email>craigmcc@apache.org</email>
       <roles>
         <role>Developer</role>
@@ -130,7 +130,7 @@
     <developer>
       <id>jfallows</id>
       <name>John Fallows</name>
-      <organization/>
+      <organization />
       <email>jfallows@apache.org</email>
       <roles>
         <role>Developer</role>
@@ -180,12 +180,8 @@
   </developers>
 
   <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/adffaces/branches/matzew-core-1.0.0-incubation/
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/adffaces/branches/matzew-core-1.0.0-incubation/
-    </developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/adffaces/tags/trinidad-1.0.0-incubating</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/adffaces/tags/trinidad-1.0.0-incubating</developerConnection>
   </scm>
 
   <build>
@@ -418,14 +414,14 @@
       <dependency>
         <groupId>org.apache.myfaces.trinidad</groupId>
         <artifactId>trinidad-build</artifactId>
-        <version>1.0.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</version>
         <scope>provided</scope>
       </dependency>
 
       <dependency>
         <groupId>org.apache.myfaces.trinidad</groupId>
         <artifactId>trinidad-api</artifactId>
-        <version>1.0.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</version>
       </dependency>
 
       <dependency>
@@ -439,7 +435,7 @@
       <dependency>
         <groupId>org.apache.myfaces.trinidad</groupId>
         <artifactId>trinidad-impl</artifactId>
-        <version>1.0.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</version>
       </dependency>
 
 

Modified: incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-api/pom.xml?view=diff&rev=515684&r1=515683&r2=515684
==============================================================================
--- incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-api/pom.xml (original)
+++ incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-api/pom.xml Wed Mar  7 10:29:31 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.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -82,7 +62,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <includes implementation="java.util.ArrayList" >
+          <includes implementation="java.util.ArrayList">
             <include implementation="java.lang.String">**/*Test.java</include>
           </includes>
         </configuration>
@@ -216,4 +196,4 @@
 -->
     </plugins>
   </reporting>
-</project>
+</project>
\ No newline at end of file

Modified: incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-build/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-build/pom.xml?view=diff&rev=515684&r1=515683&r2=515684
==============================================================================
--- incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-build/pom.xml (original)
+++ incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-build/pom.xml Wed Mar  7 10:29:31 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/blank/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/blank/pom.xml?view=diff&rev=515684&r1=515683&r2=515684
==============================================================================
--- incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/blank/pom.xml (original)
+++ incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/blank/pom.xml Wed Mar  7 10:29:31 2007
@@ -1,33 +1,11 @@
-<?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">
 
 
 
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -136,14 +114,14 @@
     <dependency>
       <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-api</artifactId>
-      <version>1.0.0-incubating-SNAPSHOT</version>
+      <version>1.0.0-incubating</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-impl</artifactId>
-      <version>1.0.0-incubating-SNAPSHOT</version>
+      <version>1.0.0-incubating</version>
       <scope>compile</scope>
     </dependency>
 

Modified: incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/pom.xml?view=diff&rev=515684&r1=515683&r2=515684
==============================================================================
--- incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/pom.xml (original)
+++ incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/pom.xml Wed Mar  7 10:29:31 2007
@@ -20,19 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
   </parent>
   <packaging>pom</packaging>
   <name>Apache Trinidad Examples</name>
   <artifactId>trinidad-example</artifactId>
 
   <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/adffaces/branches/matzew-core-1.0.0-incubation/examples
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/adffaces/branches/matzew-core-1.0.0-incubation/examples
-    </developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/adffaces/tags/trinidad-1.0.0-incubating</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/adffaces/tags/trinidad-1.0.0-incubating</developerConnection>
   </scm>
 
 

Modified: incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/trinidad-demo/pom.xml?view=diff&rev=515684&r1=515683&r2=515684
==============================================================================
--- incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/trinidad-demo/pom.xml (original)
+++ incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-examples/trinidad-demo/pom.xml Wed Mar  7 10:29:31 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-impl/pom.xml?view=diff&rev=515684&r1=515683&r2=515684
==============================================================================
--- incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-impl/pom.xml (original)
+++ incubator/adffaces/branches/matzew-core-1.0.0-incubation/trinidad-impl/pom.xml Wed Mar  7 10:29:31 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.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -84,7 +64,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>
@@ -293,4 +273,4 @@
       </plugin>
     </plugins>
   </reporting>
-</project>
+</project>
\ No newline at end of file