You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/12/09 01:31:45 UTC

svn commit: r1043801 - in /myfaces/commons/trunk: ./ examples/ examples/myfaces-commons-examples/ examples/myfaces-commons-facelets-examples/ myfaces-commons-assembly/ myfaces-commons-components/ myfaces-commons-converters/ myfaces-commons-utils/ myfac...

Author: lu4242
Date: Thu Dec  9 00:31:45 2010
New Revision: 1043801

URL: http://svn.apache.org/viewvc?rev=1043801&view=rev
Log:
[maven-release-plugin] prepare release commons12-1.0.1

Modified:
    myfaces/commons/trunk/examples/myfaces-commons-examples/pom.xml
    myfaces/commons/trunk/examples/myfaces-commons-facelets-examples/pom.xml
    myfaces/commons/trunk/examples/pom.xml
    myfaces/commons/trunk/myfaces-commons-assembly/pom.xml
    myfaces/commons/trunk/myfaces-commons-components/pom.xml
    myfaces/commons/trunk/myfaces-commons-converters/pom.xml
    myfaces/commons/trunk/myfaces-commons-utils/pom.xml
    myfaces/commons/trunk/myfaces-commons-validators/pom.xml
    myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/examples/myfaces-commons-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/examples/myfaces-commons-examples/pom.xml?rev=1043801&r1=1043800&r2=1043801&view=diff
==============================================================================
--- myfaces/commons/trunk/examples/myfaces-commons-examples/pom.xml (original)
+++ myfaces/commons/trunk/examples/myfaces-commons-examples/pom.xml Thu Dec  9 00:31:45 2010
@@ -19,14 +19,14 @@
     <parent>
         <artifactId>commons12</artifactId>
         <groupId>org.apache.myfaces.commons</groupId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.commons</groupId>
     <artifactId>myfaces-commons-examples12</artifactId>
     <packaging>war</packaging>
     <name>Apache MyFaces Commons Examples</name>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <build>
         <finalName>myfaces-commons-examples12</finalName>
         <resources>

Modified: myfaces/commons/trunk/examples/myfaces-commons-facelets-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/examples/myfaces-commons-facelets-examples/pom.xml?rev=1043801&r1=1043800&r2=1043801&view=diff
==============================================================================
--- myfaces/commons/trunk/examples/myfaces-commons-facelets-examples/pom.xml (original)
+++ myfaces/commons/trunk/examples/myfaces-commons-facelets-examples/pom.xml Thu Dec  9 00:31:45 2010
@@ -1,123 +1,123 @@
-<?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>
-        <artifactId>commons12</artifactId>
-        <groupId>org.apache.myfaces.commons</groupId>
-        <version>1.0.1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.myfaces.commons</groupId>
-    <artifactId>myfaces-commons-facelets-examples12</artifactId>
-    <packaging>war</packaging>
-    <name>Apache MyFaces Commons Facelets Examples</name>
-    <version>1.0.1-SNAPSHOT</version>
-    <build>
-        <finalName>myfaces-commons-facelets-examples12</finalName>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-            <resource>
-                <directory>src/main/java</directory>
-            </resource>
-        </resources>
-        <plugins>
-            <plugin>
-                <groupId>org.mortbay.jetty</groupId>
-                <artifactId>maven-jetty-plugin</artifactId>
-                <version>6.1.8</version>
-                <configuration>
-                    <scanIntervalSeconds>10</scanIntervalSeconds>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <repositories>
-        <repository>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots />
-            <id>apache-maven-snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        </repository>
-        <repository>
-            <id>java.net</id>
-            <url>http://download.java.net/maven/1</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
-    <dependencies>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>com.sun.facelets</groupId>
-            <artifactId>jsf-facelets</artifactId>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
-            <artifactId>myfaces-api</artifactId>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
-            <artifactId>myfaces-impl</artifactId>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-validators12</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-converters12</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-components12</artifactId>
-            <version>${project.version}</version>
-        </dependency>        
-        <dependency>
-	      <groupId>com.lowagie</groupId>
-	      <artifactId>itext</artifactId>
-        </dependency>  
-        <dependency>
-            <groupId>poi</groupId>
-            <artifactId>poi</artifactId>
-        </dependency>  
-        <dependency>
-            <groupId>jstl</groupId>
-            <artifactId>jstl</artifactId>
-            <version>1.2</version>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
-    </dependencies>
-</project>
+<?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>
+        <artifactId>commons12</artifactId>
+        <groupId>org.apache.myfaces.commons</groupId>
+        <version>1.0.1</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.myfaces.commons</groupId>
+    <artifactId>myfaces-commons-facelets-examples12</artifactId>
+    <packaging>war</packaging>
+    <name>Apache MyFaces Commons Facelets Examples</name>
+    <version>1.0.1</version>
+    <build>
+        <finalName>myfaces-commons-facelets-examples12</finalName>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <filtering>true</filtering>
+            </resource>
+            <resource>
+                <directory>src/main/java</directory>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>maven-jetty-plugin</artifactId>
+                <version>6.1.8</version>
+                <configuration>
+                    <scanIntervalSeconds>10</scanIntervalSeconds>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <repositories>
+        <repository>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots />
+            <id>apache-maven-snapshots</id>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        </repository>
+        <repository>
+            <id>java.net</id>
+            <url>http://download.java.net/maven/1</url>
+            <layout>legacy</layout>
+        </repository>
+    </repositories>
+    <dependencies>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>com.sun.facelets</groupId>
+            <artifactId>jsf-facelets</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-api</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-impl</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.myfaces.commons</groupId>
+            <artifactId>myfaces-validators12</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.myfaces.commons</groupId>
+            <artifactId>myfaces-converters12</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.myfaces.commons</groupId>
+            <artifactId>myfaces-components12</artifactId>
+            <version>${project.version}</version>
+        </dependency>        
+        <dependency>
+	      <groupId>com.lowagie</groupId>
+	      <artifactId>itext</artifactId>
+        </dependency>  
+        <dependency>
+            <groupId>poi</groupId>
+            <artifactId>poi</artifactId>
+        </dependency>  
+        <dependency>
+            <groupId>jstl</groupId>
+            <artifactId>jstl</artifactId>
+            <version>1.2</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Modified: myfaces/commons/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/examples/pom.xml?rev=1043801&r1=1043800&r2=1043801&view=diff
==============================================================================
--- myfaces/commons/trunk/examples/pom.xml (original)
+++ myfaces/commons/trunk/examples/pom.xml Thu Dec  9 00:31:45 2010
@@ -1,45 +1,45 @@
-<?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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.myfaces.commons</groupId>
-        <artifactId>commons12</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.myfaces.commons</groupId>
-    <artifactId>commons-examples12</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
-    <packaging>pom</packaging>
-    <name>Apache MyFaces Commons Examples</name>
-
-    <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/trunk/examples</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/trunk/examples</developerConnection>
-      <url>http://svn.apache.org/viewcvs.cgi/myfaces/commons/trunk/examples</url>
-    </scm>
-
-    <modules>
-        <module>myfaces-commons-examples</module>
-        <module>myfaces-commons-facelets-examples</module>
-    </modules>
-
-</project>
+<?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">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.myfaces.commons</groupId>
+        <artifactId>commons12</artifactId>
+        <version>1.0.1</version>
+    </parent>
+
+    <groupId>org.apache.myfaces.commons</groupId>
+    <artifactId>commons-examples12</artifactId>
+    <version>1.0.1</version>
+    <packaging>pom</packaging>
+    <name>Apache MyFaces Commons Examples</name>
+
+    <scm>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/tags/commons12-1.0.1/examples</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/tags/commons12-1.0.1/examples</developerConnection>
+      <url>http://svn.apache.org/viewcvs.cgi/myfaces/commons/tags/commons12-1.0.1/examples</url>
+    </scm>
+
+    <modules>
+        <module>myfaces-commons-examples</module>
+        <module>myfaces-commons-facelets-examples</module>
+    </modules>
+
+</project>

Modified: myfaces/commons/trunk/myfaces-commons-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-assembly/pom.xml?rev=1043801&r1=1043800&r2=1043801&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-assembly/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-assembly/pom.xml Thu Dec  9 00:31:45 2010
@@ -1,5 +1,4 @@
-<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>
     <artifactId>myfaces-commons-assembly12</artifactId>
     <packaging>pom</packaging>
@@ -10,7 +9,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons12</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <build>

Modified: myfaces/commons/trunk/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-components/pom.xml?rev=1043801&r1=1043800&r2=1043801&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-components/pom.xml Thu Dec  9 00:31:45 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons12</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
     <artifactId>myfaces-components12</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/trunk/myfaces-commons-converters/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-converters/pom.xml?rev=1043801&r1=1043800&r2=1043801&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-converters/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-converters/pom.xml Thu Dec  9 00:31:45 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons12</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
     <artifactId>myfaces-converters12</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/trunk/myfaces-commons-utils/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-utils/pom.xml?rev=1043801&r1=1043800&r2=1043801&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-utils/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-utils/pom.xml Thu Dec  9 00:31:45 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons12</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
     <artifactId>myfaces-commons-utils12</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/trunk/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-validators/pom.xml?rev=1043801&r1=1043800&r2=1043801&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-validators/pom.xml Thu Dec  9 00:31:45 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons12</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
     <artifactId>myfaces-validators12</artifactId>
     <packaging>jar</packaging>

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/pom.xml?rev=1043801&r1=1043800&r2=1043801&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Thu Dec  9 00:31:45 2010
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.myfaces.commons</groupId>
     <artifactId>commons12</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Commons</name>
     <url>http://myfaces.apache.org/commons12</url>
@@ -246,9 +246,9 @@
     </dependencyManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/commons/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/tags/commons12-1.0.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/tags/commons12-1.0.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/commons/tags/commons12-1.0.1</url>
     </scm>
 
     <modules>