You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/06/08 01:12:27 UTC

svn commit: r412607 - in /myfaces/tomahawk/branches/1_1_3: core/pom.xml examples/blank/pom.xml examples/pom.xml examples/simple/pom.xml examples/tiles/pom.xml examples/wap/pom.xml pom.xml sandbox/core/pom.xml sandbox/examples/pom.xml sandbox/pom.xml

Author: schof
Date: Wed Jun  7 16:12:27 2006
New Revision: 412607

URL: http://svn.apache.org/viewvc?rev=412607&view=rev
Log:
[maven-release-plugin] prepare release 1_1_3

Modified:
    myfaces/tomahawk/branches/1_1_3/core/pom.xml
    myfaces/tomahawk/branches/1_1_3/examples/blank/pom.xml
    myfaces/tomahawk/branches/1_1_3/examples/pom.xml
    myfaces/tomahawk/branches/1_1_3/examples/simple/pom.xml
    myfaces/tomahawk/branches/1_1_3/examples/tiles/pom.xml
    myfaces/tomahawk/branches/1_1_3/examples/wap/pom.xml
    myfaces/tomahawk/branches/1_1_3/pom.xml
    myfaces/tomahawk/branches/1_1_3/sandbox/core/pom.xml
    myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml
    myfaces/tomahawk/branches/1_1_3/sandbox/pom.xml

Modified: myfaces/tomahawk/branches/1_1_3/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/core/pom.xml?rev=412607&r1=412606&r2=412607&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/core/pom.xml Wed Jun  7 16:12:27 2006
@@ -1,176 +1,20 @@
-<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">
+<?xml version="1.0" encoding="UTF-8"?><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>tomahawk-project</artifactId>
+    <groupId>org.apache.myfaces.tomahawk</groupId>
+    <version>1.1.3</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
-
   <groupId>org.apache.myfaces.tomahawk</groupId>
   <artifactId>tomahawk</artifactId>
-  <packaging>jar</packaging>
   <name>Tomahawk Core</name>
-  
-  <parent>
-    <groupId>org.apache.myfaces.tomahawk</groupId>
-    <artifactId>tomahawk-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
-  </parent>
-
+  <version>1.1.3</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_3</url>
   </scm>
-
-  <dependencies>
-
-    <!-- compile dependencies -->
-
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-validator</groupId>
-      <artifactId>commons-validator</artifactId>
-      <version>1.2.0</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-fileupload</groupId>
-      <artifactId>commons-fileupload</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
-      <scope>compile</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>struts</groupId>
-      <artifactId>struts</artifactId>
-      <version>1.2.8</version>
-      <scope>compile</scope>
-      <optional>false</optional>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-el</groupId>
-      <artifactId>commons-el</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>1.3</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-      <version>2.0.8</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <!-- provided dependencies -->
-
-    <dependency>
-      <groupId>org.apache.myfaces.core</groupId>
-      <artifactId>myfaces-api</artifactId>
-      <version>1.1.3</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.myfaces.shared</groupId>
-      <artifactId>myfaces-shared-tomahawk</artifactId>
-      <version>2.0.2</version>
-      <scope>provided</scope> <!-- because we add all classes to the jar directly -->
-    </dependency>
-
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jsp-api</artifactId>
-      <version>2.0</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.3</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>portlet-api</groupId>
-      <artifactId>portlet-api</artifactId>
-      <version>1.0</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- test dependencies -->
-
-    <dependency>
-      <groupId>org.apache.myfaces.core</groupId>
-      <artifactId>myfaces-impl</artifactId>
-      <version>1.1.3</version>
-      <!--
-        Since Tomahawk must stay compatible to other JSF implementations we
-        must not have any (compile time) dependency on myfaces-impl other than
-        test classes.
-      -->
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>cactus</groupId>
-      <artifactId>cactus</artifactId>
-      <version>13-1.7.1</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>aspectj</groupId>
-      <artifactId>aspectjrt</artifactId>
-      <version>1.2.1</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>easymock</groupId>
-      <artifactId>easymock</artifactId>
-      <version>1.1</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>easymock</groupId>
-      <artifactId>easymockclassextension</artifactId>
-      <version>1.1</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.struts.shale</groupId>
-      <artifactId>shale-test</artifactId>
-      <version>1.0.2</version>
-      <scope>test</scope>		
-    </dependency>
-
-  </dependencies>
-
   <build>
-
     <resources>
       <resource>
         <directory>src/main/resources</directory>
@@ -179,11 +23,8 @@
         <directory>src/main/resources-facesconfig</directory>
       </resource>
     </resources>
-
     <plugins>
-
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <excludes>
@@ -191,17 +32,10 @@
           </excludes>
         </configuration>
       </plugin>
-
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>xslt-maven-plugin</artifactId>
         <version>1.0</version>
-        <configuration>
-          <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
-          <srcIncludes>**/*.tld</srcIncludes>
-          <srcDir>src/main/tld</srcDir>
-          <destDir>target/classes/META-INF</destDir>
-        </configuration>
         <executions>
           <execution>
             <goals>
@@ -209,8 +43,13 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
+          <srcIncludes>**/*.tld</srcIncludes>
+          <srcDir>src/main/tld</srcDir>
+          <destDir>target/classes/META-INF</destDir>
+        </configuration>
       </plugin>
-
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>dependency-maven-plugin</artifactId>
@@ -218,80 +57,26 @@
           <execution>
             <id>unpack-shared-tomahawk</id>
             <phase>process-classes</phase>
-            <goals><goal>unpack</goal></goals>
+            <goals>
+              <goal>unpack</goal>
+            </goals>
             <configuration>
               <artifactItems>
                 <artifactItem>
-                   <groupId>org.apache.myfaces.shared</groupId>
-                   <artifactId>myfaces-shared-tomahawk</artifactId>
-                   <version>2.0.2</version>
-                 </artifactItem>
-               </artifactItems>
-               <outputDirectory>${project.build.directory}/classes</outputDirectory>
+                  <groupId>org.apache.myfaces.shared</groupId>
+                  <artifactId>myfaces-shared-tomahawk</artifactId>
+                  <version>2.0.2</version>
+                </artifactItem>
+              </artifactItems>
+              <outputDirectory>${project.build.directory}/classes</outputDirectory>
             </configuration>
           </execution>
         </executions>
       </plugin>
-
     </plugins>
-
   </build>
-
-  <reporting>
-
-    <plugins>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>changelog-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-        <reportSets>
-          <reportSet>
-            <id>dual-report</id>
-            <configuration>
-              <type>range</type>
-              <range>30</range>
-            </configuration>
-            <reports>
-              <report>changelog</report>
-              <report>file-activity</report>
-              <report>dev-activity</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.0-beta-3</version>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-        <configuration>
-          <tags>TODO, FIXME, XXX, @deprecated</tags>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>surefire-report-maven-plugin</artifactId>
-      </plugin>
-
-    </plugins>
-
-  </reporting>
-
   <profiles>
-      <profile>
+    <profile>
       <id>generate-site</id>
       <build>
         <plugins>
@@ -327,7 +112,6 @@
             </executions>
           </plugin>
         </plugins>
-
       </build>
       <reporting>
         <plugins>
@@ -378,36 +162,40 @@
             </executions>
           </plugin>
           <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
             <executions>
               <execution>
                 <id>attach-javadoc</id>
-                <goals><goal>jar</goal></goals>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
               </execution>
             </executions>
           </plugin>
           <plugin>
             <groupId>net.sourceforge.maven-taglib</groupId>
             <artifactId>maven-taglib-plugin</artifactId>
-            <configuration>
-              <taglib.src.dir>${basedir}/target/tlddoc-site</taglib.src.dir>
-              <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
-            </configuration>
             <executions>
               <execution>
                 <id>attach-javadoc</id>
-                <goals><goal>taglibdocjar</goal></goals>
+                <goals>
+                  <goal>taglibdocjar</goal>
+                </goals>
               </execution>
             </executions>
+            <configuration>
+              <taglib.src.dir>${basedir}/target/tlddoc-site</taglib.src.dir>
+              <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
+            </configuration>
           </plugin>
           <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
             <executions>
               <execution>
                 <id>attach-source</id>
-                <goals><goal>jar</goal></goals>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
               </execution>
             </executions>
           </plugin>
@@ -415,5 +203,163 @@
       </build>
     </profile>
   </profiles>
-
-</project>
+  <dependencies>
+    <dependency>
+      <groupId>easymock</groupId>
+      <artifactId>easymockclassextension</artifactId>
+      <version>1.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.3</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-el</groupId>
+      <artifactId>commons-el</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>jsp-api</artifactId>
+      <version>2.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-api</artifactId>
+      <version>1.1.3</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.shared</groupId>
+      <artifactId>myfaces-shared-tomahawk</artifactId>
+      <version>2.0.2</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>cactus</groupId>
+      <artifactId>cactus</artifactId>
+      <version>13-1.7.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>portlet-api</groupId>
+      <artifactId>portlet-api</artifactId>
+      <version>1.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-validator</groupId>
+      <artifactId>commons-validator</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>struts</groupId>
+      <artifactId>struts</artifactId>
+      <version>1.2.8</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>oro</groupId>
+      <artifactId>oro</artifactId>
+      <version>2.0.8</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.struts.shale</groupId>
+      <artifactId>shale-test</artifactId>
+      <version>1.0.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>1.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-impl</artifactId>
+      <version>1.1.3</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+      <version>1.2.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.0-beta-3</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>changelog-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
+        <reportSets>
+          <reportSet>
+            <id>dual-report</id>
+            <configuration>
+              <type>range</type>
+              <range>30</range>
+            </configuration>
+            <reports>
+              <report>changelog</report>
+              <report>file-activity</report>
+              <report>dev-activity</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>surefire-report-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
+        <configuration>
+          <tags>TODO, FIXME, XXX, @deprecated</tags>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>
\ No newline at end of file

Modified: myfaces/tomahawk/branches/1_1_3/examples/blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/examples/blank/pom.xml?rev=412607&r1=412606&r2=412607&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/examples/blank/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/examples/blank/pom.xml Wed Jun  7 16:12:27 2006
@@ -1,40 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- * Copyright 2002-2005 The Apache Software Foundation.
- *
- *    Licensed 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>
+<?xml version="1.0" encoding="UTF-8"?><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.tomahawk</groupId>
     <artifactId>tomahawk-examples-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <groupId>org.apache.myfaces.tomahawk</groupId>
+    <version>1.1.3</version>
   </parent>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/blank</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/blank</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/blank</url>
-  </scm>   
+  <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-example-blank</artifactId>
   <packaging>war</packaging>
   <name>Tomahawk Examples: Blank</name>
+  <version>1.1.3</version>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_3</url>
+  </scm>
   <build>
     <finalName>myfaces-example-blank</finalName>
   </build>
-
-</project>
+</project>
\ No newline at end of file

Modified: myfaces/tomahawk/branches/1_1_3/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/examples/pom.xml?rev=412607&r1=412606&r2=412607&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/examples/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/examples/pom.xml Wed Jun  7 16:12:27 2006
@@ -1,38 +1,48 @@
-<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>
-  <packaging>pom</packaging>
-  <name>Tomahawk Examples Project</name>
-  <groupId>org.apache.myfaces.tomahawk</groupId>
-  <artifactId>tomahawk-examples-project</artifactId>
-  
+<?xml version="1.0" encoding="UTF-8"?><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.tomahawk</groupId>
     <artifactId>tomahawk-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <groupId>org.apache.myfaces.tomahawk</groupId>
+    <version>1.1.3</version>
   </parent>
-  
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.myfaces.tomahawk</groupId>
+  <artifactId>tomahawk-examples-project</artifactId>
+  <packaging>pom</packaging>
+  <name>Tomahawk Examples Project</name>
+  <version>1.1.3</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples</url>
-  </scm>   
-
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_3</url>
+  </scm>
+  <profiles>
+    <profile>
+      <id>generate-assembly</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-source</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
   <modules>
     <module>blank</module>
     <module>simple</module>
     <module>tiles</module>
     <module>wap</module>
   </modules>
-
   <dependencies>
     <dependency>
-      <groupId>org.apache.myfaces.tomahawk</groupId>
-      <artifactId>tomahawk</artifactId>
-      <version>${version}</version>
-    </dependency> 
-    <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
       <version>1.1.3</version>
@@ -41,33 +51,12 @@
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
       <version>1.1.3</version>
-      <!-- Tomahawk examples must only have runtime dependency to myfaces-impl
-           so that it will be automatically added to war. But there must not be
-           any compile dependency on impl so that is is always possible to use
-           other JSF implementations. -->
       <scope>runtime</scope>
     </dependency>
-    
+    <dependency>
+      <groupId>org.apache.myfaces.tomahawk</groupId>
+      <artifactId>tomahawk</artifactId>
+      <version>1.1.3</version>
+    </dependency>
   </dependencies>
-  
-  <profiles>
-  <profile>
-      <id>generate-assembly</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-source-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-source</id>
-                <goals><goal>jar</goal></goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-</project>
-
+</project>
\ No newline at end of file

Modified: myfaces/tomahawk/branches/1_1_3/examples/simple/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/examples/simple/pom.xml?rev=412607&r1=412606&r2=412607&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/examples/simple/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/examples/simple/pom.xml Wed Jun  7 16:12:27 2006
@@ -1,42 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- * Copyright 2002-2005 The Apache Software Foundation.
- *
- *    Licensed 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>
+<?xml version="1.0" encoding="UTF-8"?><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.tomahawk</groupId>
     <artifactId>tomahawk-examples-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <groupId>org.apache.myfaces.tomahawk</groupId>
+    <version>1.1.3</version>
   </parent>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/simple</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/simple</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/simple</url>
-  </scm>   
+  <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-example-simple</artifactId>
   <packaging>war</packaging>
   <name>Tomahawk Examples: Simple</name>
+  <version>1.1.3</version>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_3</url>
+  </scm>
   <build>
     <finalName>myfaces-example-simple</finalName>
   </build>
-
   <dependencies>
     <dependency>
       <groupId>commons-logging</groupId>
@@ -45,5 +25,4 @@
       <scope>compile</scope>
     </dependency>
   </dependencies>
-
-</project>
+</project>
\ No newline at end of file

Modified: myfaces/tomahawk/branches/1_1_3/examples/tiles/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/examples/tiles/pom.xml?rev=412607&r1=412606&r2=412607&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/examples/tiles/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/examples/tiles/pom.xml Wed Jun  7 16:12:27 2006
@@ -1,55 +1,28 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- * Copyright 2002-2005 The Apache Software Foundation.
- *
- *    Licensed 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>
+<?xml version="1.0" encoding="UTF-8"?><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.tomahawk</groupId>
     <artifactId>tomahawk-examples-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <groupId>org.apache.myfaces.tomahawk</groupId>
+    <version>1.1.3</version>
   </parent>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/tiles</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/tiles</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/tiles</url>
-  </scm>   
+  <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-example-tiles</artifactId>
   <packaging>war</packaging>
   <name>Tomahawk Examples: Tiles</name>
+  <version>1.1.3</version>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_3</url>
+  </scm>
   <build>
     <finalName>myfaces-example-tiles</finalName>
   </build>
-
   <dependencies>
     <dependency>
-       <groupId>struts</groupId>
-       <artifactId>struts</artifactId>
-       <version>1.2.8</version>
-       <scope>compile</scope>
-       <!--exclusions>
-        <exclusion>
-          <groupId>xalan</groupId>
-          <artifactId>xalan</artifactId>
-        </exclusion>
-      </exclusions-->
-     </dependency>
-   </dependencies>
-
-</project>
+      <groupId>struts</groupId>
+      <artifactId>struts</artifactId>
+      <version>1.2.8</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Modified: myfaces/tomahawk/branches/1_1_3/examples/wap/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/examples/wap/pom.xml?rev=412607&r1=412606&r2=412607&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/examples/wap/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/examples/wap/pom.xml Wed Jun  7 16:12:27 2006
@@ -1,49 +1,28 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- * Copyright 2002-2005 The Apache Software Foundation.
- *
- *    Licensed 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>
+<?xml version="1.0" encoding="UTF-8"?><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.tomahawk</groupId>
     <artifactId>tomahawk-examples-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <groupId>org.apache.myfaces.tomahawk</groupId>
+    <version>1.1.3</version>
   </parent>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/wap</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/wap</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/wap</url>
-  </scm>   
+  <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-example-wap</artifactId>
   <packaging>war</packaging>
   <name>Tomahawk Examples: WAP</name>
+  <version>1.1.3</version>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_3</url>
+  </scm>
   <build>
     <finalName>myfaces-example-wap</finalName>
   </build>
-
-    <dependencies>
-      <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>1.0.4</version>
-        <scope>compile</scope>
-      </dependency>
-    </dependencies>
-
-</project>
+  <dependencies>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Modified: myfaces/tomahawk/branches/1_1_3/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/pom.xml?rev=412607&r1=412606&r2=412607&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/pom.xml Wed Jun  7 16:12:27 2006
@@ -1,39 +1,31 @@
-<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">
+<?xml version="1.0" encoding="UTF-8"?><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>myfaces-master</artifactId>
+    <groupId>org.apache.myfaces.maven</groupId>
+    <version>1.0.3</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.tomahawk</groupId>
   <artifactId>tomahawk-project</artifactId>
   <packaging>pom</packaging>
   <name>Tomahawk Project</name>
-  <url>http://myfaces.apache.org/tomahawk</url> <!-- TODO which url has tomahawk? -->
-  <version>1.1.3-SNAPSHOT</version>	 
+  <version>1.1.3</version>
   <description>Apache MyFaces Tomahawk is a sub-project of Apache MyFaces which provides an extensive sets
   of custom components for use in your JSF-projects. Additionally, Tomahawk includes many custom
-  features helping you to implement JSF-projects more easily.
-  </description>
-  
-  <parent>
-    <groupId>org.apache.myfaces.maven</groupId>
-    <artifactId>myfaces-master</artifactId>
-		<version>1.0.3</version>	  
-  </parent>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk</url>
-  </scm>  
-
+  features helping you to implement JSF-projects more easily.</description>
+  <url>http://myfaces.apache.org/tomahawk</url>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/TOMAHAWK</url>
   </issueManagement>
-
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_3</url>
+  </scm>
   <modules>
     <module>core</module>
     <module>examples</module>
     <module>sandbox</module>
   </modules>
-
-</project>
+</project>
\ No newline at end of file

Modified: myfaces/tomahawk/branches/1_1_3/sandbox/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/sandbox/core/pom.xml?rev=412607&r1=412606&r2=412607&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/sandbox/core/pom.xml Wed Jun  7 16:12:27 2006
@@ -1,107 +1,20 @@
-<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">
+<?xml version="1.0" encoding="UTF-8"?><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>sandbox-project</artifactId>
+    <groupId>org.apache.myfaces.tomahawk</groupId>
+    <version>1.1.3</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomahawk-sandbox</artifactId>
-  <packaging>jar</packaging>
   <name>Sandbox Core</name>
+  <version>1.1.3</version>
+  <description>This is the Sandbox Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
-  <description>
-    This is the Sandbox Subproject Description [INSERT MORE STUFF HERE]
-  </description>
-
-  <parent>
-    <groupId>org.apache.myfaces.tomahawk</groupId>
-    <artifactId>sandbox-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
-  </parent>
-  
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_3</url>
   </scm>
-
-  <dependencies>
-  
-  <!-- compile -->
-
-    <dependency>
-      <groupId>org.apache.myfaces.tomahawk</groupId>
-      <artifactId>tomahawk</artifactId>
-      <version>${version}</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-validator</groupId>
-      <artifactId>commons-validator</artifactId>
-      <version>1.2.0</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-el</groupId>
-      <artifactId>commons-el</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>1.3</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <!-- provided dependencies -->
-
-    <dependency>
-      <groupId>org.apache.myfaces.core</groupId>
-      <artifactId>myfaces-api</artifactId>
-      <version>1.1.3</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jsp-api</artifactId>
-      <version>2.0</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.3</version>
-      <scope>provided</scope>
-    </dependency>
-    
-    <!-- test dependencies -->
-
-    <dependency>
-      <groupId>org.apache.myfaces.core</groupId>
-      <artifactId>myfaces-impl</artifactId>
-      <version>1.1.3</version>
-      <scope>test</scope>
-    </dependency>
-    
-  </dependencies>
-
   <build>
     <resources>
       <resource>
@@ -116,12 +29,6 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>xslt-maven-plugin</artifactId>
         <version>1.0</version>
-        <configuration>
-          <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
-          <srcIncludes>**/*.tld</srcIncludes>
-          <srcDir>src/main/tld</srcDir>
-          <destDir>target/classes/META-INF</destDir>
-        </configuration>
         <executions>
           <execution>
             <goals>
@@ -129,61 +36,15 @@
             </goals>
           </execution>
         </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-  <reporting>
-    <plugins>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>changelog-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-        <reportSets>
-          <reportSet>
-            <id>dual-report</id>
-            <configuration>
-              <type>range</type>
-              <range>30</range>
-            </configuration>
-            <reports>
-              <report>changelog</report>
-              <report>file-activity</report>
-              <report>dev-activity</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.0-beta-3</version>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
         <configuration>
-          <tags>TODO, FIXME, XXX, @deprecated</tags>
+          <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
+          <srcIncludes>**/*.tld</srcIncludes>
+          <srcDir>src/main/tld</srcDir>
+          <destDir>target/classes/META-INF</destDir>
         </configuration>
       </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>surefire-report-maven-plugin</artifactId>
-      </plugin>
-
     </plugins>
-  </reporting>
-
+  </build>
   <profiles>
     <profile>
       <id>generate-site</id>
@@ -221,7 +82,6 @@
             </executions>
           </plugin>
         </plugins>
-
       </build>
       <reporting>
         <plugins>
@@ -272,32 +132,139 @@
             </executions>
           </plugin>
           <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-             <artifactId>maven-javadoc-plugin</artifactId>
-             <executions>
-               <execution>
-                 <id>attach-javadoc</id>
-                 <goals><goal>jar</goal></goals>
-               </execution>
-             </executions>
-           </plugin>
-           <plugin>
-             <groupId>net.sourceforge.maven-taglib</groupId>
-             <artifactId>maven-taglib-plugin</artifactId>
-             <configuration>
-               <taglib.src.dir>${basedir}/target/tlddoc-site</taglib.src.dir>
-               <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
-             </configuration>
-             <executions>
-               <execution>
-                 <id>attach-javadoc</id>
-                 <goals><goal>taglibdocjar</goal></goals>
-               </execution>
-             </executions>
-           </plugin>
-         </plugins>
-       </build>
-     </profile>
-   </profiles>
-
-</project>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-javadoc</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>net.sourceforge.maven-taglib</groupId>
+            <artifactId>maven-taglib-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-javadoc</id>
+                <goals>
+                  <goal>taglibdocjar</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <taglib.src.dir>${basedir}/target/tlddoc-site</taglib.src.dir>
+              <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  <dependencies>
+    <dependency>
+      <groupId>commons-validator</groupId>
+      <artifactId>commons-validator</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.3</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-el</groupId>
+      <artifactId>commons-el</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>jsp-api</artifactId>
+      <version>2.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-api</artifactId>
+      <version>1.1.3</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-impl</artifactId>
+      <version>1.1.3</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tomahawk</groupId>
+      <artifactId>tomahawk</artifactId>
+      <version>1.1.3</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.0-beta-3</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>changelog-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
+        <reportSets>
+          <reportSet>
+            <id>dual-report</id>
+            <configuration>
+              <type>range</type>
+              <range>30</range>
+            </configuration>
+            <reports>
+              <report>changelog</report>
+              <report>file-activity</report>
+              <report>dev-activity</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>surefire-report-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
+        <configuration>
+          <tags>TODO, FIXME, XXX, @deprecated</tags>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>
\ No newline at end of file

Modified: myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml?rev=412607&r1=412606&r2=412607&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml Wed Jun  7 16:12:27 2006
@@ -1,64 +1,38 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- * Copyright 2002-2005 The Apache Software Foundation.
- *
- *    Licensed 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">
+<?xml version="1.0" encoding="UTF-8"?><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>sandbox-project</artifactId>
+    <groupId>org.apache.myfaces.tomahawk</groupId>
+    <version>1.1.3</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomahawk-sandbox-examples</artifactId>
   <packaging>war</packaging>
   <name>Sandbox Examples</name>
-
-  <parent>
-    <groupId>org.apache.myfaces.tomahawk</groupId>
-    <artifactId>sandbox-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
-  </parent>
+  <version>1.1.3</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/examples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/examples</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox/examples</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_3</url>
   </scm>
-
   <build>
     <finalName>myfaces-example-sandbox</finalName>
   </build>
-
   <dependencies>
     <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.myfaces.tomahawk</groupId>
       <artifactId>tomahawk-sandbox</artifactId>
-      <version>${version}</version>
-    </dependency> 
-    <dependency>
-      <groupId>org.apache.myfaces.core</groupId>
-      <artifactId>myfaces-api</artifactId>
       <version>1.1.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
-      <artifactId>myfaces-impl</artifactId>
+      <artifactId>myfaces-api</artifactId>
       <version>1.1.3</version>
-      <!-- Sandbox examples must only have runtime dependency to myfaces-impl
-           so that it will be automatically added to war. But there must not be
-           any compile dependency on impl so that is is always possible to use
-           other JSF implementations. -->
-      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
@@ -67,11 +41,10 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.1</version>
-      <scope>compile</scope>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-impl</artifactId>
+      <version>1.1.3</version>
+      <scope>runtime</scope>
     </dependency>
-    
   </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: myfaces/tomahawk/branches/1_1_3/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/sandbox/pom.xml?rev=412607&r1=412606&r2=412607&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/sandbox/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/sandbox/pom.xml Wed Jun  7 16:12:27 2006
@@ -1,30 +1,24 @@
-<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">
+<?xml version="1.0" encoding="UTF-8"?><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>tomahawk-project</artifactId>
+    <groupId>org.apache.myfaces.tomahawk</groupId>
+    <version>1.1.3</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.tomahawk</groupId>
   <artifactId>sandbox-project</artifactId>
   <packaging>pom</packaging>
   <name>Sandbox Project</name>
+  <version>1.1.3</version>
+  <description>This is the MyFaces Sandbox Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org/sandbox</url>
-  <description>
-    This is the MyFaces Sandbox Subproject Description [INSERT MORE STUFF HERE]
-  </description>
-
-  <parent>
-    <groupId>org.apache.myfaces.tomahawk</groupId>
-    <artifactId>tomahawk-project</artifactId>
-		<version>1.1.3-SNAPSHOT</version>	  
-  </parent>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/tags/1_1_3</url>
   </scm>
-
   <modules>
     <module>core</module>
     <module>examples</module>
   </modules>
-
-</project>
+</project>
\ No newline at end of file