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 03:03:57 UTC

svn commit: r1160517 - in /myfaces/core/trunk: api/pom.xml assembly/pom.xml bundle/pom.xml impl/pom.xml implee6/pom.xml pom.xml shaded-impl/pom.xml shared/pom.xml

Author: lu4242
Date: Tue Aug 23 01:03:56 2011
New Revision: 1160517

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

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/assembly/pom.xml
    myfaces/core/trunk/bundle/pom.xml
    myfaces/core/trunk/impl/pom.xml
    myfaces/core/trunk/implee6/pom.xml
    myfaces/core/trunk/pom.xml
    myfaces/core/trunk/shaded-impl/pom.xml
    myfaces/core/trunk/shared/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=1160517&r1=1160516&r2=1160517&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Tue Aug 23 01:03:56 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.1.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -34,9 +34,9 @@
     <url>http://myfaces.apache.org/core21/myfaces-api</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/api</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/api</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/api</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/api</url>
     </scm>
     
     <build>

Modified: myfaces/core/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/assembly/pom.xml?rev=1160517&r1=1160516&r2=1160517&view=diff
==============================================================================
--- myfaces/core/trunk/assembly/pom.xml (original)
+++ myfaces/core/trunk/assembly/pom.xml Tue Aug 23 01:03:56 2011
@@ -27,13 +27,13 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.1.2-SNAPSHOT</version>
+    <version>2.1.2</version>
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/assembly</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/assembly</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/assembly</url>
   </scm>
 
   <build>

Modified: myfaces/core/trunk/bundle/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/bundle/pom.xml?rev=1160517&r1=1160516&r2=1160517&view=diff
==============================================================================
--- myfaces/core/trunk/bundle/pom.xml (original)
+++ myfaces/core/trunk/bundle/pom.xml Tue Aug 23 01:03:56 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.1.2-SNAPSHOT</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>myfaces-bundle</artifactId>
-    <name>Apache MyFaces JSF-2.1 Core OSGi Bundle</name>
-    <packaging>bundle</packaging>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/bundle</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/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.1.2</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>myfaces-bundle</artifactId>
+    <name>Apache MyFaces JSF-2.1 Core OSGi Bundle</name>
+    <packaging>bundle</packaging>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/bundle</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/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/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=1160517&r1=1160516&r2=1160517&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Tue Aug 23 01:03:56 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.1.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -34,9 +34,9 @@
     <url>http://myfaces.apache.org/core21/myfaces-impl</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/impl</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/impl</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/impl</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/impl</url>
     </scm>
     
     <build>

Modified: myfaces/core/trunk/implee6/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/implee6/pom.xml?rev=1160517&r1=1160516&r2=1160517&view=diff
==============================================================================
--- myfaces/core/trunk/implee6/pom.xml (original)
+++ myfaces/core/trunk/implee6/pom.xml Tue Aug 23 01:03:56 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.1.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -35,9 +35,9 @@
     <url>http://myfaces.apache.org/core21/myfaces-implee6</url>
         
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/implee6</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/implee6</developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/implee6</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/implee6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/implee6</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/implee6</url>
     </scm>
 
 

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

Modified: myfaces/core/trunk/shaded-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/shaded-impl/pom.xml?rev=1160517&r1=1160516&r2=1160517&view=diff
==============================================================================
--- myfaces/core/trunk/shaded-impl/pom.xml (original)
+++ myfaces/core/trunk/shaded-impl/pom.xml Tue Aug 23 01:03:56 2011
@@ -1,297 +1,297 @@
-<?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.core</groupId>
-        <artifactId>myfaces-core-project</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    
-    <groupId>org.apache.myfaces.core.internal</groupId>
-    <artifactId>myfaces-shaded-impl</artifactId>
-    <name>Apache MyFaces JSF-2.1 Core Shaded Impl</name>
-    <description>
-        Provides a shaded copy of impl, to allow implee6 module to use myfaces-impl SPI API and keep jdk 1.5 compatible
-    </description>
-    <url>http://myfaces.apache.org/core21/myfaces-shaded-impl</url>
-
-    <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/shaded-impl</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/shaded-impl</developerConnection>
-        <url>https://svn.apache.org/repos/asf/myfaces/core/trunk/shaded-impl</url>
-    </scm>
-    
-    <build>
-        
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-            </resource>
-        </resources>
-        
-        <plugins>
-
-           <!-- TODO jakobk: execution-ids are wrong + this always unpacks myfaces-impl 2.0.5 !! -->
-           <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-dependency-plugin</artifactId>
-               <version>2.0</version>
-               <executions>
-                   <execution>
-                       <id>unpack-shared-impl</id>
-                       <phase>process-classes</phase>
-                       <goals>
-                           <goal>unpack</goal>
-                       </goals>
-                       <configuration>
-                           <artifactItems>
-                               <artifactItem>
-                                   <groupId>org.apache.myfaces.core</groupId>
-                                   <artifactId>myfaces-impl</artifactId>
-                                   <version>2.1.1</version>
-                                   <excludes>org/apache/myfaces/ee6/*</excludes>
-                               </artifactItem>
-                           </artifactItems>
-                           <outputDirectory>${project.build.directory}/classes</outputDirectory>
-                       </configuration>
-                   </execution>
-                   
-                   <execution>
-                       <id>unpack-shared-impl-sources</id>
-                       <phase>process-sources</phase>
-                       <goals>
-                           <goal>unpack</goal>
-                       </goals>
-                       <configuration>
-                           <artifactItems>
-                               <artifactItem>
-                                   <groupId>org.apache.myfaces.core</groupId>
-                                   <artifactId>myfaces-impl</artifactId>
-                                   <version>2.1.1</version>
-                                   <classifier>sources</classifier>
-                                   <excludes>org/apache/myfaces/ee6/*</excludes>
-                               </artifactItem>
-                           </artifactItems>
-                           <outputDirectory>${project.build.directory}/impl_sources</outputDirectory>
-                       </configuration>
-                   </execution>
-             
-               </executions>
-           </plugin>
-           
-           <plugin>
-               <!--
-                   Add the unpacked shared sources directory as source directory into the pom datastructure,
-                   so that the -source jar includes them too; every .class file in the jar should have its
-                   source in the -source jar.
-               -->
-               <groupId>org.codehaus.mojo</groupId>
-               <artifactId>build-helper-maven-plugin</artifactId>
-               <version>1.0</version>
-               <executions>
-                   <execution>
-                       <id>add-source-shared</id>
-                       <phase>process-sources</phase>
-                       <goals>
-                           <goal>add-source</goal>
-                       </goals>
-                       <configuration>
-                           <sources>
-                               <source>${project.build.directory}/impl_sources</source>
-                           </sources>
-                       </configuration>
-                   </execution>
-               </executions>
-           </plugin>
-        </plugins>
-    </build>
-    
-    <dependencies>
-        <!-- NOTE that all versions and scopes are defined in the parent dependencyManagement section -->
-
-        <!-- myfaces-api -->
-        <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
-            <artifactId>myfaces-api</artifactId>
-        </dependency>
-
-        <!-- this dependency will be packed together with the main artifact of this pom -->
-        <dependency>
-            <groupId>org.apache.myfaces.core.internal</groupId>
-            <artifactId>myfaces-impl-shared</artifactId>
-        </dependency>
-
-        <!-- Servlet 2.5 -->
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-servlet_2.5_spec</artifactId>
-        </dependency>
-
-        <!-- JSP 2.1 -->
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jsp_2.1_spec</artifactId>
-        </dependency>
-
-        <!-- JSTL 1.2 -->
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>jstl</artifactId>
-        </dependency>
-
-        <!-- el 2.2 (javax.el.*) -->
-        <!--
-            NOTE that we are also compatible with el 1.0, but we need to use el 2.2 as
-            compile-dependency, because our ValueExpression wrappers need to support getValueReference().
-        -->
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-el_2.2_spec</artifactId>
-        </dependency>
-
-        <!-- bean-validation 1.0 (javax.validation.*) -->
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-validation_1.0_spec</artifactId>
-            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
-        </dependency>
-        
-        <!-- annotations 1.0 (javax.annotation.*) -->
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-annotation_1.0_spec</artifactId>
-        </dependency>
-
-        <!-- jpa 3.0 - needed in AllAnnotationLifecycleProvider -->
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_3.0_spec</artifactId>
-            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
-        </dependency>
-
-        <!-- ejb 3.0 - needed in AllAnnotationLifecycleProvider -->
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-ejb_3.0_spec</artifactId>
-            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
-        </dependency>
-
-        <!-- builder-annotations like @JSFWebConfigParam -->
-        <dependency>
-            <groupId>org.apache.myfaces.buildtools</groupId>
-            <artifactId>myfaces-builder-annotations</artifactId>
-        </dependency>
-
-        <!-- commons dependencies -->
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-        </dependency>
-       
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-digester</groupId>
-            <artifactId>commons-digester</artifactId>
-        </dependency>
-
-        <!-- tomcat 6.0.x support (LifecycleProvider) -->
-        <dependency>
-            <groupId>org.apache.tomcat</groupId>
-            <artifactId>catalina</artifactId>
-            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
-        </dependency>
-
-        <!-- tomcat 7 support (LifecycleProvider) -->
-        <dependency>
-            <groupId>org.apache.tomcat</groupId>
-            <artifactId>tomcat-catalina</artifactId>
-            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
-        </dependency>
-
-        <!-- Google guice support (GuiceResolver) -->
-        <dependency>
-            <groupId>com.google.code.guice</groupId>
-            <artifactId>guice</artifactId>
-            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
-        </dependency>
-        
-
-        <!-- TEST DEPENDENCIES -->
-
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-            <classifier>jdk15</classifier>
-        </dependency>
-
-        <!-- test cases of myfaces-api -->
-        <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
-            <artifactId>myfaces-api</artifactId>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.myfaces.test</groupId>
-            <artifactId>myfaces-test20</artifactId>
-        </dependency>
-
-        <!-- easymock -->
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymockclassextension</artifactId>
-        </dependency>
-
-        <!-- We need a real EL implementation for test ui:param tag,
-        because myfaces-test MockExpressionFactory is not designed to
-        handle VariableMapper stuff (see IncludeParamTestCase) -->
-        <dependency>
-            <groupId>org.apache.tomcat</groupId>
-            <artifactId>el-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tomcat</groupId>
-            <artifactId>jasper-el</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>
+        <groupId>org.apache.myfaces.core</groupId>
+        <artifactId>myfaces-core-project</artifactId>
+        <version>2.1.2</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    
+    <groupId>org.apache.myfaces.core.internal</groupId>
+    <artifactId>myfaces-shaded-impl</artifactId>
+    <name>Apache MyFaces JSF-2.1 Core Shaded Impl</name>
+    <description>
+        Provides a shaded copy of impl, to allow implee6 module to use myfaces-impl SPI API and keep jdk 1.5 compatible
+    </description>
+    <url>http://myfaces.apache.org/core21/myfaces-shaded-impl</url>
+
+    <scm>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/shaded-impl</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/shaded-impl</developerConnection>
+        <url>https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/shaded-impl</url>
+    </scm>
+    
+    <build>
+        
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+            </resource>
+        </resources>
+        
+        <plugins>
+
+           <!-- TODO jakobk: execution-ids are wrong + this always unpacks myfaces-impl 2.0.5 !! -->
+           <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-dependency-plugin</artifactId>
+               <version>2.0</version>
+               <executions>
+                   <execution>
+                       <id>unpack-shared-impl</id>
+                       <phase>process-classes</phase>
+                       <goals>
+                           <goal>unpack</goal>
+                       </goals>
+                       <configuration>
+                           <artifactItems>
+                               <artifactItem>
+                                   <groupId>org.apache.myfaces.core</groupId>
+                                   <artifactId>myfaces-impl</artifactId>
+                                   <version>2.1.1</version>
+                                   <excludes>org/apache/myfaces/ee6/*</excludes>
+                               </artifactItem>
+                           </artifactItems>
+                           <outputDirectory>${project.build.directory}/classes</outputDirectory>
+                       </configuration>
+                   </execution>
+                   
+                   <execution>
+                       <id>unpack-shared-impl-sources</id>
+                       <phase>process-sources</phase>
+                       <goals>
+                           <goal>unpack</goal>
+                       </goals>
+                       <configuration>
+                           <artifactItems>
+                               <artifactItem>
+                                   <groupId>org.apache.myfaces.core</groupId>
+                                   <artifactId>myfaces-impl</artifactId>
+                                   <version>2.1.1</version>
+                                   <classifier>sources</classifier>
+                                   <excludes>org/apache/myfaces/ee6/*</excludes>
+                               </artifactItem>
+                           </artifactItems>
+                           <outputDirectory>${project.build.directory}/impl_sources</outputDirectory>
+                       </configuration>
+                   </execution>
+             
+               </executions>
+           </plugin>
+           
+           <plugin>
+               <!--
+                   Add the unpacked shared sources directory as source directory into the pom datastructure,
+                   so that the -source jar includes them too; every .class file in the jar should have its
+                   source in the -source jar.
+               -->
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>build-helper-maven-plugin</artifactId>
+               <version>1.0</version>
+               <executions>
+                   <execution>
+                       <id>add-source-shared</id>
+                       <phase>process-sources</phase>
+                       <goals>
+                           <goal>add-source</goal>
+                       </goals>
+                       <configuration>
+                           <sources>
+                               <source>${project.build.directory}/impl_sources</source>
+                           </sources>
+                       </configuration>
+                   </execution>
+               </executions>
+           </plugin>
+        </plugins>
+    </build>
+    
+    <dependencies>
+        <!-- NOTE that all versions and scopes are defined in the parent dependencyManagement section -->
+
+        <!-- myfaces-api -->
+        <dependency>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-api</artifactId>
+        </dependency>
+
+        <!-- this dependency will be packed together with the main artifact of this pom -->
+        <dependency>
+            <groupId>org.apache.myfaces.core.internal</groupId>
+            <artifactId>myfaces-impl-shared</artifactId>
+        </dependency>
+
+        <!-- Servlet 2.5 -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+        </dependency>
+
+        <!-- JSP 2.1 -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jsp_2.1_spec</artifactId>
+        </dependency>
+
+        <!-- JSTL 1.2 -->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jstl</artifactId>
+        </dependency>
+
+        <!-- el 2.2 (javax.el.*) -->
+        <!--
+            NOTE that we are also compatible with el 1.0, but we need to use el 2.2 as
+            compile-dependency, because our ValueExpression wrappers need to support getValueReference().
+        -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-el_2.2_spec</artifactId>
+        </dependency>
+
+        <!-- bean-validation 1.0 (javax.validation.*) -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-validation_1.0_spec</artifactId>
+            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
+        </dependency>
+        
+        <!-- annotations 1.0 (javax.annotation.*) -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-annotation_1.0_spec</artifactId>
+        </dependency>
+
+        <!-- jpa 3.0 - needed in AllAnnotationLifecycleProvider -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
+        </dependency>
+
+        <!-- ejb 3.0 - needed in AllAnnotationLifecycleProvider -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ejb_3.0_spec</artifactId>
+            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
+        </dependency>
+
+        <!-- builder-annotations like @JSFWebConfigParam -->
+        <dependency>
+            <groupId>org.apache.myfaces.buildtools</groupId>
+            <artifactId>myfaces-builder-annotations</artifactId>
+        </dependency>
+
+        <!-- commons dependencies -->
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+        </dependency>
+       
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-digester</groupId>
+            <artifactId>commons-digester</artifactId>
+        </dependency>
+
+        <!-- tomcat 6.0.x support (LifecycleProvider) -->
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>catalina</artifactId>
+            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
+        </dependency>
+
+        <!-- tomcat 7 support (LifecycleProvider) -->
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-catalina</artifactId>
+            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
+        </dependency>
+
+        <!-- Google guice support (GuiceResolver) -->
+        <dependency>
+            <groupId>com.google.code.guice</groupId>
+            <artifactId>guice</artifactId>
+            <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
+        </dependency>
+        
+
+        <!-- TEST DEPENDENCIES -->
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <classifier>jdk15</classifier>
+        </dependency>
+
+        <!-- test cases of myfaces-api -->
+        <dependency>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-api</artifactId>
+            <classifier>tests</classifier>
+            <scope>test</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.myfaces.test</groupId>
+            <artifactId>myfaces-test20</artifactId>
+        </dependency>
+
+        <!-- easymock -->
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymockclassextension</artifactId>
+        </dependency>
+
+        <!-- We need a real EL implementation for test ui:param tag,
+        because myfaces-test MockExpressionFactory is not designed to
+        handle VariableMapper stuff (see IncludeParamTestCase) -->
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>el-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>jasper-el</artifactId>
+        </dependency>
+
+    </dependencies>
+
+
+</project>

Modified: myfaces/core/trunk/shared/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/shared/pom.xml?rev=1160517&r1=1160516&r2=1160517&view=diff
==============================================================================
--- myfaces/core/trunk/shared/pom.xml (original)
+++ myfaces/core/trunk/shared/pom.xml Tue Aug 23 01:03:56 2011
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-core-project</artifactId>
-      <version>2.1.2-SNAPSHOT</version>
+      <version>2.1.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -33,9 +33,9 @@
   projects like Tomahawk, Orchestra and Portlet-Bridge through shared project.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/shared</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/shared</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/shared</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/shared</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-core-project-2.1.2/shared</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/myfaces-core-project-2.1.2/shared</url>
   </scm>
   
   <dependencies>