You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2008/03/29 22:50:00 UTC

svn commit: r642622 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framework/framework-uberjars/javaEE-12-uberjar/ framework/...

Author: ptahchiev
Date: Sat Mar 29 14:49:58 2008
New Revision: 642622

URL: http://svn.apache.org/viewvc?rev=642622&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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/framework-wrappers/wrapper-javaEE-15/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/pom.xml
    jakarta/cactus/trunk/integration/shared-api/pom.xml
    jakarta/cactus/trunk/pom.xml
    jakarta/cactus/trunk/samples/pom.xml

Modified: jakarta/cactus/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/build-tools/pom.xml?rev=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/build-tools/pom.xml (original)
+++ jakarta/cactus/trunk/build-tools/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-maven-skin/pom.xml (original)
+++ jakarta/cactus/trunk/cactus-maven-skin/pom.xml Sat Mar 29 14:49:58 2008
@@ -21,13 +21,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cactus</groupId>
     <artifactId>cactus.maven.skin</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</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.0</version>
+        <version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-site/pom.xml (original)
+++ jakarta/cactus/trunk/cactus-site/pom.xml Sat Mar 29 14:49:58 2008
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
     <artifactId>cactus</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.cactus</groupId>
@@ -41,9 +41,8 @@
 	<inceptionYear>2001</inceptionYear>
 	
   <scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/cactus/tags/cactus-1.8.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/cactus/tags/cactus-1.8.0</developerConnection>
-    <tag>HEAD</tag>
+		<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>
 	</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-13-14/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-13-14/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&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 Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.uberjars</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&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 Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.uberjars</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&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 Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.uberjars</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&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 Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.uberjars</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&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 Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.wrappers</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&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 Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
     <artifactId>cactus.core.framework.wrappers</artifactId>
-	  <version>1.8.0</version>
+	  <version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&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 Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.wrappers</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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/framework-wrappers/wrapper-javaEE-15/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-15/pom.xml?rev=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-15/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-15/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.wrappers</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</version>
 	</parent>
 	<name>Cactus Wrappers - Java EE 1.5</name>
 	<description>Cactus Wrappers and JSP redirector for Java EE 1.5</description>

Modified: jakarta/cactus/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/pom.xml?rev=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/pom.xml (original)
+++ jakarta/cactus/trunk/framework/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/pom.xml (original)
+++ jakarta/cactus/trunk/integration/ant/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&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 Sat Mar 29 14:49:58 2008
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration.eclipse</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</version>
 	</parent>
 	<name>Cactus Eclipse Integration - Runner</name>
 	<packaging>jar</packaging>
@@ -183,7 +183,7 @@
 		<dependency> 
 			<groupId>org.apache.cactus</groupId>
 			<artifactId>org.apache.cactus.eclipse.webapp</artifactId>
-			<version>1.8.0</version>
+			<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&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 Sat Mar 29 14:49:58 2008
@@ -3,10 +3,10 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration.eclipse</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</version>
 	</parent>
 	<name>Cactus Eclipse Integration - Webapp</name>
-	<version>1.8.0</version>
+	<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/eclipse/pom.xml (original)
+++ jakarta/cactus/trunk/integration/eclipse/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven/pom.xml (original)
+++ jakarta/cactus/trunk/integration/maven/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>cactus.maven1.plugin</artifactId>
 	<name>Cactus Maven 1 Plugin</name>

Modified: jakarta/cactus/trunk/integration/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/pom.xml?rev=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/pom.xml (original)
+++ jakarta/cactus/trunk/integration/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/shared-api/pom.xml (original)
+++ jakarta/cactus/trunk/integration/shared-api/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</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=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/pom.xml (original)
+++ jakarta/cactus/trunk/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<groupId>org.apache.cactus</groupId>
 	<artifactId>cactus</artifactId>
 	<name>Cactus Parent Project</name>
-	<version>1.8.0</version>
+	<version>1.8.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<url>http://jakarta.apache.org/cactus/</url>
 	<licenses>
@@ -37,8 +37,8 @@
 		<url>http://www.apache.org/</url>
 	</organization>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/cactus/tags/cactus-1.8.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/cactus/tags/cactus-1.8.0</developerConnection>
+		<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>
 	</scm>
 	<prerequisites>
 		<!-- It may work with previous versions of Maven but this hasn't been tested so for safety

Modified: jakarta/cactus/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/pom.xml?rev=642622&r1=642621&r2=642622&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/pom.xml (original)
+++ jakarta/cactus/trunk/samples/pom.xml Sat Mar 29 14:49:58 2008
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus</artifactId>
-		<version>1.8.0</version>
+		<version>1.8.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>cactus.samples</artifactId>
 	<name>Cactus Samples - Parent Project</name>



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