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/04/04 20:04:18 UTC

svn commit: r644800 - 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: Fri Apr  4 11:04:13 2008
New Revision: 644800

URL: http://svn.apache.org/viewvc?rev=644800&view=rev
Log:
[maven-release-plugin] rollback the release of 1.8.0-rc

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/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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/build-tools/pom.xml (original)
+++ jakarta/cactus/trunk/build-tools/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-maven-skin/pom.xml (original)
+++ jakarta/cactus/trunk/cactus-maven-skin/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,17 +17,17 @@
 	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">
+<project>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cactus</groupId>
     <artifactId>cactus.maven.skin</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.0</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.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-site/pom.xml (original)
+++ jakarta/cactus/trunk/cactus-site/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,11 +17,11 @@
 	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">
+<project>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
     <artifactId>cactus</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.cactus</groupId>
@@ -43,6 +43,7 @@
   <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>
+    <tag>HEAD</tag>
 	</scm>
 	
   <issueManagement>
@@ -82,13 +83,13 @@
 			<name>Jari Worsley</name>
 			<id>jariw</id>
 			<email>jariw@hyperlink-interactive.co.uk</email>
-			<organization />
+			<organization/>
 		</developer>
 		<developer>
 			<name>Nicholas Lesiecki</name>
 			<id>ndlesiecki</id>
 			<email>ndlesiecki@yahoo.com</email>
-			<organization />
+			<organization/>
 		</developer>
 		<developer>
 			<name>Julien Ruaux</name>
@@ -100,7 +101,7 @@
 			<name>Christopher Lenz</name>
 			<id>cmlenz</id>
 			<email>cmlenz@gmx.de</email>
-			<organization />
+			<organization/>
 		</developer>
 		<developer>
 			<name>Felipe Leme</name>

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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-13-14/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-13-14/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&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 Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.uberjars</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&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 Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.uberjars</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&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 Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.uberjars</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&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 Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.uberjars</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&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 Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.wrappers</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&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 Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
     <artifactId>cactus.core.framework.wrappers</artifactId>
-	  <version>1.8.1-SNAPSHOT</version>
+	  <version>1.8.0-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=644800&r1=644799&r2=644800&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 Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.core.framework.wrappers</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/pom.xml?rev=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/pom.xml (original)
+++ jakarta/cactus/trunk/framework/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/pom.xml (original)
+++ jakarta/cactus/trunk/integration/ant/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&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 Fri Apr  4 11:04:13 2008
@@ -15,12 +15,12 @@
    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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration.eclipse</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-SNAPSHOT</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.0-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=644800&r1=644799&r2=644800&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 Fri Apr  4 11:04:13 2008
@@ -17,15 +17,15 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration.eclipse</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-SNAPSHOT</version>
 	</parent>
 	<name>Cactus Eclipse Integration - Webapp</name>
-	<version>1.8.1-SNAPSHOT</version>
+	<version>1.8.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/eclipse/pom.xml (original)
+++ jakarta/cactus/trunk/integration/eclipse/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven/pom.xml (original)
+++ jakarta/cactus/trunk/integration/maven/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/pom.xml (original)
+++ jakarta/cactus/trunk/integration/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/shared-api/pom.xml (original)
+++ jakarta/cactus/trunk/integration/shared-api/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus.integration</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/pom.xml (original)
+++ jakarta/cactus/trunk/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 		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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.cactus</groupId>
 	<artifactId>cactus</artifactId>
 	<name>Cactus Parent Project</name>
-	<version>1.8.1-SNAPSHOT</version>
+	<version>1.8.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<url>http://jakarta.apache.org/cactus/</url>
 	<inceptionYear>2001</inceptionYear>

Modified: jakarta/cactus/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/pom.xml?rev=644800&r1=644799&r2=644800&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/pom.xml (original)
+++ jakarta/cactus/trunk/samples/pom.xml Fri Apr  4 11:04:13 2008
@@ -17,12 +17,12 @@
 	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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.cactus</groupId>
 		<artifactId>cactus</artifactId>
-		<version>1.8.1-SNAPSHOT</version>
+		<version>1.8.0-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