Author: ptahchiev
Date: Sun Jan 18 09:32:16 2009
New Revision: 735510

URL: http://svn.apache.org/viewvc?rev=735510&view=rev
Log:
[maven-release-plugin] prepare release 1.8.1-rc1

Modified:
    jakarta/cactus/trunk/build-tools/pom.xml
    jakarta/cactus/trunk/cactus-maven-skin/pom.xml
    jakarta/cactus/trunk/cactus-site/pom.xml
    jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml
    jakarta/cactus/trunk/framework/framework-13-14/pom.xml
    jakarta/cactus/trunk/framework/framework-uberjars/javaEE-12-uberjar/pom.xml
    jakarta/cactus/trunk/framework/framework-uberjars/javaEE-13-uberjar/pom.xml
    jakarta/cactus/trunk/framework/framework-uberjars/javaEE-14-uberjar/pom.xml
    jakarta/cactus/trunk/framework/framework-uberjars/javaEE-15-uberjar/pom.xml
    jakarta/cactus/trunk/framework/framework-uberjars/pom.xml
    jakarta/cactus/trunk/framework/framework-wrappers/pom.xml
    jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/pom.xml
    jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-13/pom.xml
    jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-14/pom.xml
    jakarta/cactus/trunk/framework/pom.xml
    jakarta/cactus/trunk/integration/ant/pom.xml
    
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml
    
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/pom.xml
    jakarta/cactus/trunk/integration/eclipse/pom.xml
    jakarta/cactus/trunk/integration/maven/pom.xml
    jakarta/cactus/trunk/integration/maven2/pom.xml
    jakarta/cactus/trunk/integration/pom.xml
    jakarta/cactus/trunk/integration/shared-api/pom.xml
    jakarta/cactus/trunk/pom.xml
    jakarta/cactus/trunk/samples/ejb/pom.xml
    jakarta/cactus/trunk/samples/ejb3/pom.xml
    jakarta/cactus/trunk/samples/jetty/pom.xml
    jakarta/cactus/trunk/samples/pom.xml
    jakarta/cactus/trunk/samples/servlet/pom.xml

Modified: jakarta/cactus/trunk/build-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/build-tools/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/build-tools/pom.xml (original)
+++ jakarta/cactus/trunk/build-tools/pom.xml Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.build.tools</artifactId>
        <name>Cactus Build Tools</name>

Modified: jakarta/cactus/trunk/cactus-maven-skin/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-maven-skin/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-maven-skin/pom.xml (original)
+++ jakarta/cactus/trunk/cactus-maven-skin/pom.xml Sun Jan 18 09:32:16 2009
@@ -21,13 +21,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cactus</groupId>
     <artifactId>cactus.maven.skin</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <name>Cactus Site Skin</name>
     <description>Cactus Maven2 Site Skin</description>
     <packaging>jar</packaging>
     <parent>
         <groupId>org.apache.cactus</groupId>
         <artifactId>cactus</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.8.1-rc1</version>
     </parent>
 </project>

Modified: jakarta/cactus/trunk/cactus-site/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-site/pom.xml (original)
+++ jakarta/cactus/trunk/cactus-site/pom.xml Sun Jan 18 09:32:16 2009
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
     <artifactId>cactus</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.apache.cactus</groupId>
@@ -41,8 +41,8 @@
        <inceptionYear>2001</inceptionYear>
        
   <scm>
-               
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/cactus/trunk/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/cactus/trunk/</developerConnection>
+               
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/cactus/tags/1.8.1-rc1</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/cactus/tags/1.8.1-rc1</developerConnection>
        </scm>
        
   <issueManagement>

Modified: jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml Sun Jan 18 
09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.core.framework</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <name>Cactus Framework - shared all versions</name>
        <description>Shared classes of Cactus Framework for all Java 
EE</description>

Modified: jakarta/cactus/trunk/framework/framework-13-14/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-13-14/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-13-14/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-13-14/pom.xml Sun Jan 18 09:32:16 
2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.core.framework</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <name>Cactus Framework - shared Java EE 1.3 and 1.4</name>
        <description>Shared classes of Cactus Framework for Java EE 1.3 and 
1.4</description>

Modified: 
jakarta/cactus/trunk/framework/framework-uberjars/javaEE-12-uberjar/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-uberjars/javaEE-12-uberjar/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/javaEE-12-uberjar/pom.xml 
(original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/javaEE-12-uberjar/pom.xml 
Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.core.framework.uberjars</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.core.framework.uberjar.javaEE.12</artifactId>
        <name>Cactus Uberjar - Java EE 1.2</name>

Modified: 
jakarta/cactus/trunk/framework/framework-uberjars/javaEE-13-uberjar/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-uberjars/javaEE-13-uberjar/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/javaEE-13-uberjar/pom.xml 
(original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/javaEE-13-uberjar/pom.xml 
Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.core.framework.uberjars</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.core.framework.uberjar.javaEE.13</artifactId>
        <name>Cactus Uberjar - Java EE 1.3</name>

Modified: 
jakarta/cactus/trunk/framework/framework-uberjars/javaEE-14-uberjar/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-uberjars/javaEE-14-uberjar/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/javaEE-14-uberjar/pom.xml 
(original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/javaEE-14-uberjar/pom.xml 
Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.core.framework.uberjars</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.core.framework.uberjar.javaEE.14</artifactId>
        <name>Cactus Uberjar - Java EE 1.4</name>

Modified: 
jakarta/cactus/trunk/framework/framework-uberjars/javaEE-15-uberjar/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-uberjars/javaEE-15-uberjar/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/javaEE-15-uberjar/pom.xml 
(original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/javaEE-15-uberjar/pom.xml 
Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.core.framework.uberjars</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.core.framework.uberjar.javaEE.15</artifactId>
        <name>Cactus Uberjar - Java EE 1.5</name>

Modified: jakarta/cactus/trunk/framework/framework-uberjars/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-uberjars/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/pom.xml Sun Jan 18 
09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.core.framework</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.core.framework.uberjars</artifactId>
        <name>Cactus Uberjars - Parent Projcet</name>

Modified: jakarta/cactus/trunk/framework/framework-wrappers/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-wrappers/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/pom.xml Sun Jan 18 
09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.core.framework</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <packaging>pom</packaging>
   <name>Cactus Wrappers - Parent Project</name>

Modified: 
jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/pom.xml 
(original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/pom.xml 
Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.core.framework.wrappers</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.core.framework.wrapper.javaEE.12</artifactId>
        <packaging>jar</packaging>

Modified: 
jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-13/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-13/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-13/pom.xml 
(original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-13/pom.xml 
Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
     <artifactId>cactus.core.framework.wrappers</artifactId>
-         <version>1.8.1-SNAPSHOT</version>
+         <version>1.8.1-rc1</version>
        </parent>
        <name>Cactus Wrappers - Java EE 1.3</name>
        <description>Cactus Wrappers and JSP redirector for Java EE 
1.3</description>

Modified: 
jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-14/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-14/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-14/pom.xml 
(original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-14/pom.xml 
Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.core.framework.wrappers</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <name>Cactus Wrappers - Java EE 1.4</name>
        <description>Cactus Wrappers and JSP redirector for Java EE 
1.4</description>

Modified: jakarta/cactus/trunk/framework/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/pom.xml (original)
+++ jakarta/cactus/trunk/framework/pom.xml Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
   <name>Cactus Framework - Parent Project</name>
        <description>Parent project for Cactus framework</description>

Modified: jakarta/cactus/trunk/integration/ant/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/pom.xml (original)
+++ jakarta/cactus/trunk/integration/ant/pom.xml Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.integration</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.integration.ant</artifactId>
        <name>Cactus Ant Integration</name>

Modified: 
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- 
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml
 (original)
+++ 
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml
 Sun Jan 18 09:32:16 2009
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.integration.eclipse</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <name>Cactus Eclipse Integration - Runner</name>
        <packaging>jar</packaging>
@@ -200,7 +200,7 @@
                <dependency> 
                        <groupId>org.apache.cactus</groupId>
                        
<artifactId>org.apache.cactus.eclipse.webapp</artifactId>
-                       <version>1.8.1-SNAPSHOT</version>
+                       <version>1.8.1-rc1</version>
                </dependency>
                
                <!--dependency> 

Modified: 
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- 
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/pom.xml
 (original)
+++ 
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/pom.xml
 Sun Jan 18 09:32:16 2009
@@ -22,10 +22,10 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.integration.eclipse</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <name>Cactus Eclipse Integration - Webapp</name>
-       <version>1.8.1-SNAPSHOT</version>
+       <version>1.8.1-rc1</version>
        <artifactId>org.apache.cactus.eclipse.webapp</artifactId>
        <packaging>jar</packaging>
        

Modified: jakarta/cactus/trunk/integration/eclipse/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/eclipse/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/eclipse/pom.xml (original)
+++ jakarta/cactus/trunk/integration/eclipse/pom.xml Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.integration</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.integration.eclipse</artifactId>
        <name>Cactus Eclipse Integration</name>

Modified: jakarta/cactus/trunk/integration/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven/pom.xml (original)
+++ jakarta/cactus/trunk/integration/maven/pom.xml Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.integration</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.maven1.plugin</artifactId>
        <name>Cactus Maven 1 Plugin</name>

Modified: jakarta/cactus/trunk/integration/maven2/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven2/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven2/pom.xml (original)
+++ jakarta/cactus/trunk/integration/maven2/pom.xml Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cactus</groupId>
         <artifactId>cactus.integration</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.8.1-rc1</version>
     </parent>
     <artifactId>cactus.integration.maven2</artifactId>
     <name>Cactus Integration Maven2 - Plugin Project</name>

Modified: jakarta/cactus/trunk/integration/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/pom.xml (original)
+++ jakarta/cactus/trunk/integration/pom.xml Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.integration</artifactId>
        <name>Cactus Integration - Parent Project</name>

Modified: jakarta/cactus/trunk/integration/shared-api/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/shared-api/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/shared-api/pom.xml (original)
+++ jakarta/cactus/trunk/integration/shared-api/pom.xml Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.integration</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.integration.shared.api</artifactId>
        <name>Cactus Shared API for the integration </name>

Modified: jakarta/cactus/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/pom.xml (original)
+++ jakarta/cactus/trunk/pom.xml Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <groupId>org.apache.cactus</groupId>
        <artifactId>cactus</artifactId>
        <name>Cactus Parent Project</name>
-       <version>1.8.1-SNAPSHOT</version>
+       <version>1.8.1-rc1</version>
        <packaging>pom</packaging>
        <url>http://jakarta.apache.org/cactus/</url>
        <inceptionYear>2001</inceptionYear>
@@ -38,8 +38,8 @@
                <url>http://www.apache.org/</url>
        </organization>
        <scm>
-               
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/cactus/trunk/</connection>
-               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/cactus/trunk/</developerConnection>
+               
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/cactus/tags/1.8.1-rc1</connection>
+               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/cactus/tags/1.8.1-rc1</developerConnection>
        </scm>
        <prerequisites>
                <!-- It may work with previous versions of Maven but this 
hasn't been tested so for safety

Modified: jakarta/cactus/trunk/samples/ejb/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb/pom.xml (original)
+++ jakarta/cactus/trunk/samples/ejb/pom.xml Sun Jan 18 09:32:16 2009
@@ -17,12 +17,12 @@
        specific language governing permissions and limitations
        under the License.   
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.samples</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.samples.ejb</artifactId>
        <name>Cactus Ejb Samples - Parent Project</name>
@@ -151,7 +151,7 @@
                  <plugin>
                                <groupId>org.apache.cactus</groupId>
                                
<artifactId>cactus.integration.maven2</artifactId>
-                               <version>1.8.1-SNAPSHOT</version>
+                               <version>1.8.1-rc1</version>
                                <configuration>
                                        
<srcFile>target/cactus.samples.ejb-1.8.1-SNAPSHOT-bin.ear</srcFile>
                                        <cactusWar>
@@ -162,7 +162,7 @@
                                                                
<mapping>/ServletRedirectorSecure</mapping>
                                                                
<roles>test</roles>
                                                        </servletRedirector>
-                                                       <servletRedirector/>
+                                                       <servletRedirector />
                                                        <filterRedirector>
                                                                
<name>FilterRedirector</name>
                                                                
<mapping>/test/filterRedirector</mapping>

Modified: jakarta/cactus/trunk/samples/ejb3/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb3/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb3/pom.xml (original)
+++ jakarta/cactus/trunk/samples/ejb3/pom.xml Sun Jan 18 09:32:16 2009
@@ -17,12 +17,12 @@
        specific language governing permissions and limitations
        under the License.   
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.samples</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.samples.ejb3</artifactId>
        <name>Cactus Ejb Samples - Parent Project</name>
@@ -144,7 +144,7 @@
                  <plugin>
                                <groupId>org.apache.cactus</groupId>
                                
<artifactId>cactus.integration.maven2</artifactId>
-                               <version>1.8.1-SNAPSHOT</version>
+                               <version>1.8.1-rc1</version>
                                <configuration>
                                        
<srcFile>target/${pom.artifactId}-${pom.version}-bin.ear</srcFile>
                                        
<destFile>${project.build.directory}/${pom.artifactId}-cactified.ear</destFile>
@@ -157,7 +157,7 @@
                                                                
<mapping>/ServletRedirectorSecure</mapping>
                                                                
<roles>test</roles>
                                                        </servletRedirector>
-                                                       <servletRedirector/>
+                                                       <servletRedirector />
                                                        <filterRedirector>
                                                                
<name>FilterRedirector</name>
                                                                
<mapping>/test/filterRedirector</mapping>

Modified: jakarta/cactus/trunk/samples/jetty/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/pom.xml (original)
+++ jakarta/cactus/trunk/samples/jetty/pom.xml Sun Jan 18 09:32:16 2009
@@ -17,12 +17,12 @@
        specific language governing permissions and limitations
        under the License.   
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.samples</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.samples.jetty</artifactId>
        <name>Cactus Jetty Samples</name>
@@ -170,7 +170,7 @@
                                            <configuration>
                                                <tasks>
                                                                        <ant 
antfile="build.xml">
-                                                                               
<property name="cactus.version" value="${pom.version}"/>
+                                                                               
<property name="cactus.version" value="${pom.version}" />
                                                                        </ant>
                                                </tasks>
                                            </configuration>

Modified: jakarta/cactus/trunk/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/pom.xml (original)
+++ jakarta/cactus/trunk/samples/pom.xml Sun Jan 18 09:32:16 2009
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.samples</artifactId>
        <name>Cactus Samples - Parent Project</name>

Modified: jakarta/cactus/trunk/samples/servlet/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/pom.xml?rev=735510&r1=735509&r2=735510&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/servlet/pom.xml (original)
+++ jakarta/cactus/trunk/samples/servlet/pom.xml Sun Jan 18 09:32:16 2009
@@ -17,12 +17,12 @@
        specific language governing permissions and limitations
        under the License.   
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache.cactus</groupId>
                <artifactId>cactus.samples</artifactId>
-               <version>1.8.1-SNAPSHOT</version>
+               <version>1.8.1-rc1</version>
        </parent>
        <artifactId>cactus.samples.servlet</artifactId>
        <name>Cactus Servlet Samples</name>
@@ -146,7 +146,7 @@
           <plugin>
         <groupId>org.apache.cactus</groupId>
         <artifactId>cactus.integration.maven2</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.8.1-rc1</version>
         <configuration>
           
<srcFile>${project.build.directory}/${pom.artifactId}-${pom.version}.war</srcFile>
           
<destFile>${project.build.directory}/${pom.artifactId}-cactified.war</destFile>
@@ -174,7 +174,7 @@
               <mapping>/ServletRedirectorSecure</mapping>
               <roles>test</roles>
             </servletRedirector>
-            <servletRedirector/>
+            <servletRedirector />
             <filterRedirector>
               <name>FilterRedirector</name>
               <mapping>/test/filterRedirector</mapping>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: cactus-dev-h...@jakarta.apache.org

Reply via email to