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 2011/08/23 21:33:09 UTC

svn commit: r1160862 - in /myfaces/core/branches/2.0.x: api/pom.xml assembly/pom.xml bundle/pom.xml impl/pom.xml implee6/pom.xml pom.xml shared/pom.xml

Author: lu4242
Date: Tue Aug 23 19:33:08 2011
New Revision: 1160862

URL: http://svn.apache.org/viewvc?rev=1160862&view=rev
Log:
[maven-release-plugin] prepare release myfaces-core-project-2.0.8

Modified:
    myfaces/core/branches/2.0.x/api/pom.xml
    myfaces/core/branches/2.0.x/assembly/pom.xml
    myfaces/core/branches/2.0.x/bundle/pom.xml
    myfaces/core/branches/2.0.x/impl/pom.xml
    myfaces/core/branches/2.0.x/implee6/pom.xml
    myfaces/core/branches/2.0.x/pom.xml
    myfaces/core/branches/2.0.x/shared/pom.xml

Modified: myfaces/core/branches/2.0.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/api/pom.xml?rev=1160862&r1=1160861&r2=1160862&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/api/pom.xml (original)
+++ myfaces/core/branches/2.0.x/api/pom.xml Tue Aug 23 19:33:08 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.8-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -34,9 +34,9 @@
     <url>http://myfaces.apache.org/core20/myfaces-api</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/api</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/api</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/api</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/api</url>
     </scm>
     
     <build>

Modified: myfaces/core/branches/2.0.x/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/assembly/pom.xml?rev=1160862&r1=1160861&r2=1160862&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/assembly/pom.xml (original)
+++ myfaces/core/branches/2.0.x/assembly/pom.xml Tue Aug 23 19:33:08 2011
@@ -27,13 +27,13 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.0.8-SNAPSHOT</version>
+    <version>2.0.8</version>
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/assembly</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/assembly</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/assembly</url>
   </scm>
 
   <build>

Modified: myfaces/core/branches/2.0.x/bundle/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/bundle/pom.xml?rev=1160862&r1=1160861&r2=1160862&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/bundle/pom.xml (original)
+++ myfaces/core/branches/2.0.x/bundle/pom.xml Tue Aug 23 19:33:08 2011
@@ -1,121 +1,121 @@
-<?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/xsd/maven-4.0.0.xsd">
-
-    <parent>
-        <groupId>org.apache.myfaces.core</groupId>
-        <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.8-SNAPSHOT</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>myfaces-bundle</artifactId>
-    <name>Apache MyFaces JSF-2.0 Core OSGi Bundle</name>
-    <packaging>bundle</packaging>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/bundle</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/bundle</url>
-    </scm>
-    
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.4</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-SymbolicName>org.apache.myfaces.core.bundle</Bundle-SymbolicName>
-                        <Build-Jdk>${java.version}</Build-Jdk>
-                        <Implementation-Title>${project.name}</Implementation-Title>
-                        <Implementation-Version>${project.version}</Implementation-Version>
-                        <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
-                        <Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id>
-                        <Export-Package>
-                            javax.faces.*;version="${project.version}",
-                            org.apache.myfaces.config.annotation;version="${project.version}",
-                            org.apache.myfaces.shared_impl.webapp.webxml;version="${project.version}",
-                            org.apache.myfaces.shared.taglib;version="${project.version}",
-                            org.apache.myfaces.shared.taglib.core;version="${project.version}",
-                            org.apache.myfaces.spi;version="${project.version}",
-                            org.apache.myfaces.webapp;version="${project.version}",
-                            org.apache.myfaces.taglib.*;version="${project.version}",
-                            org.apache.myfaces.ee6;version="${project.version}",
-                            org.apache.myfaces.config.element;version="${project.version}",
-                            org.apache.myfaces.config.impl.digester.elements;version="${project.version}"
-                        </Export-Package>
-                        <Import-Package>
-                            !org.apache.myfaces.*,
-                            com.google.inject;version="[1.0.0, 2.0.0)";resolution:=optional,
-                            javax.annotation,
-                            javax.crypto,
-                            javax.crypto.spec,
-                            javax.ejb;resolution:=optional,
-                            javax.el;version="[1.0.0, 3.0.0)",
-                            javax.naming,
-                            javax.persistence;version="[1.0.0, 2.1)";resolution:=optional,
-                            javax.portlet;version="[1.0.0, 2.1)";resolution:=optional,
-                            javax.servlet;version="[2.5.0, 3.1)",
-                            javax.servlet.http;version="[2.5.0, 3.1)",
-                            javax.servlet.jsp;version="[2.1.0, 3.1)",
-                            javax.servlet.jsp.jstl.core;version="[1.1.2, 2.0.0)",
-                            javax.servlet.jsp.tagext;version="[2.1.0, 3.1)",
-                            javax.servlet.annotation;resolution:=optional,
-                            javax.xml.parsers,
-                            org.apache;resolution:=optional,
-                            org.apache.commons.beanutils;version="[1.8.3, 2.0.0)",
-                            org.apache.commons.codec.binary;version="[1.3.0, 2.0.0)",
-                            org.apache.commons.collections.map;version="[3.2.0, 4.0.0)",
-                            org.apache.commons.digester;version="[1.8.0, 2.0.0)",
-                            org.apache.commons.logging;version="[1.1.1, 2.0.0)",
-                            org.w3c.dom,
-                            org.xml.sax,
-                            org.xml.sax.helpers,
-                            org.apache.jasper.compiler;resolution:=optional,
-                            org.apache.jasper.el;resolution:=optional,
-                            org.apache.el;resolution:=optional,
-                            org.apache.tomcat;resolution:=optional,
-                            *
-                        </Import-Package>
-                        <Embed-Dependency>*;type=!pom;inline=true</Embed-Dependency>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    
-    <dependencies>
-        <!-- include myfaces-api and myfaces-impl in the bundle -->
-        <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
-            <artifactId>myfaces-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
-            <artifactId>myfaces-impl</artifactId>
-            <scope>provided</scope>
-        </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/xsd/maven-4.0.0.xsd">
+
+    <parent>
+        <groupId>org.apache.myfaces.core</groupId>
+        <artifactId>myfaces-core-project</artifactId>
+        <version>2.0.8</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>myfaces-bundle</artifactId>
+    <name>Apache MyFaces JSF-2.0 Core OSGi Bundle</name>
+    <packaging>bundle</packaging>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/bundle</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/bundle</url>
+    </scm>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <version>2.3.4</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-SymbolicName>org.apache.myfaces.core.bundle</Bundle-SymbolicName>
+                        <Build-Jdk>${java.version}</Build-Jdk>
+                        <Implementation-Title>${project.name}</Implementation-Title>
+                        <Implementation-Version>${project.version}</Implementation-Version>
+                        <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+                        <Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id>
+                        <Export-Package>
+                            javax.faces.*;version="${project.version}",
+                            org.apache.myfaces.config.annotation;version="${project.version}",
+                            org.apache.myfaces.shared_impl.webapp.webxml;version="${project.version}",
+                            org.apache.myfaces.shared.taglib;version="${project.version}",
+                            org.apache.myfaces.shared.taglib.core;version="${project.version}",
+                            org.apache.myfaces.spi;version="${project.version}",
+                            org.apache.myfaces.webapp;version="${project.version}",
+                            org.apache.myfaces.taglib.*;version="${project.version}",
+                            org.apache.myfaces.ee6;version="${project.version}",
+                            org.apache.myfaces.config.element;version="${project.version}",
+                            org.apache.myfaces.config.impl.digester.elements;version="${project.version}"
+                        </Export-Package>
+                        <Import-Package>
+                            !org.apache.myfaces.*,
+                            com.google.inject;version="[1.0.0, 2.0.0)";resolution:=optional,
+                            javax.annotation,
+                            javax.crypto,
+                            javax.crypto.spec,
+                            javax.ejb;resolution:=optional,
+                            javax.el;version="[1.0.0, 3.0.0)",
+                            javax.naming,
+                            javax.persistence;version="[1.0.0, 2.1)";resolution:=optional,
+                            javax.portlet;version="[1.0.0, 2.1)";resolution:=optional,
+                            javax.servlet;version="[2.5.0, 3.1)",
+                            javax.servlet.http;version="[2.5.0, 3.1)",
+                            javax.servlet.jsp;version="[2.1.0, 3.1)",
+                            javax.servlet.jsp.jstl.core;version="[1.1.2, 2.0.0)",
+                            javax.servlet.jsp.tagext;version="[2.1.0, 3.1)",
+                            javax.servlet.annotation;resolution:=optional,
+                            javax.xml.parsers,
+                            org.apache;resolution:=optional,
+                            org.apache.commons.beanutils;version="[1.8.3, 2.0.0)",
+                            org.apache.commons.codec.binary;version="[1.3.0, 2.0.0)",
+                            org.apache.commons.collections.map;version="[3.2.0, 4.0.0)",
+                            org.apache.commons.digester;version="[1.8.0, 2.0.0)",
+                            org.apache.commons.logging;version="[1.1.1, 2.0.0)",
+                            org.w3c.dom,
+                            org.xml.sax,
+                            org.xml.sax.helpers,
+                            org.apache.jasper.compiler;resolution:=optional,
+                            org.apache.jasper.el;resolution:=optional,
+                            org.apache.el;resolution:=optional,
+                            org.apache.tomcat;resolution:=optional,
+                            *
+                        </Import-Package>
+                        <Embed-Dependency>*;type=!pom;inline=true</Embed-Dependency>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    
+    <dependencies>
+        <!-- include myfaces-api and myfaces-impl in the bundle -->
+        <dependency>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-impl</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    
+</project>

Modified: myfaces/core/branches/2.0.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/impl/pom.xml?rev=1160862&r1=1160861&r2=1160862&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.0.x/impl/pom.xml Tue Aug 23 19:33:08 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.8-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -34,9 +34,9 @@
     <url>http://myfaces.apache.org/core20/myfaces-impl</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/impl</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/impl</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/impl</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/impl</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/impl</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/impl</url>
     </scm>
     
     <build>

Modified: myfaces/core/branches/2.0.x/implee6/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/implee6/pom.xml?rev=1160862&r1=1160861&r2=1160862&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/implee6/pom.xml (original)
+++ myfaces/core/branches/2.0.x/implee6/pom.xml Tue Aug 23 19:33:08 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.8-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -35,9 +35,9 @@
     <url>http://myfaces.apache.org/core20/myfaces-implee6</url>
         
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/implee6</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/implee6</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/implee6</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/implee6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/implee6</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/implee6</url>
     </scm>
 
 

Modified: myfaces/core/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/pom.xml?rev=1160862&r1=1160861&r2=1160862&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/pom.xml (original)
+++ myfaces/core/branches/2.0.x/pom.xml Tue Aug 23 19:33:08 2011
@@ -33,7 +33,7 @@
         This project is the home of the MyFaces implementation of the JavaServer Faces 2.0 specification, and
         consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>2.0.8-SNAPSHOT</version>
+    <version>2.0.8</version>
     <url>http://myfaces.apache.org/core20</url>
     
     <issueManagement>
@@ -42,9 +42,9 @@
     </issueManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8</url>
     </scm>
 
     <modules>

Modified: myfaces/core/branches/2.0.x/shared/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/shared/pom.xml?rev=1160862&r1=1160861&r2=1160862&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/shared/pom.xml (original)
+++ myfaces/core/branches/2.0.x/shared/pom.xml Tue Aug 23 19:33:08 2011
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-core-project</artifactId>
-      <version>2.0.8-SNAPSHOT</version>
+      <version>2.0.8</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -33,9 +33,9 @@
     needed by the shared-* modules</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/shared</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/shared</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/branches/2.0.x/shared</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/shared</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.0.8/shared</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/myfaces-core-project-2.0.8/shared</url>
   </scm>
   
   <dependencies>