Author: ptahchiev Date: Tue Jan 20 12:26:25 2009 New Revision: 736090 URL: http://svn.apache.org/viewvc?rev=736090&view=rev Log: Reverted to 1.8.1-SNAPSHOT
Modified: jakarta/cactus/trunk/samples/build.properties 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/servlet/pom.xml Modified: jakarta/cactus/trunk/samples/build.properties URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/build.properties?rev=736090&r1=736089&r2=736090&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/build.properties (original) +++ jakarta/cactus/trunk/samples/build.properties Tue Jan 20 12:26:25 2009 @@ -21,7 +21,7 @@ #If you call from maven this property will be #set to the pom.version. This works like a charm #because Ant properties are immutable. -cactus.version=1.8.1-rc2 +cactus.version=1.8.1-SNAPSHOT #Here comes the directory properties. basedir=. Modified: jakarta/cactus/trunk/samples/ejb/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb/pom.xml?rev=736090&r1=736089&r2=736090&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/ejb/pom.xml (original) +++ jakarta/cactus/trunk/samples/ejb/pom.xml Tue Jan 20 12:26:25 2009 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cactus</groupId> <artifactId>cactus.samples</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>cactus.samples.ejb</artifactId> <name>Cactus Ejb Samples - Parent Project</name> Modified: jakarta/cactus/trunk/samples/ejb3/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb3/pom.xml?rev=736090&r1=736089&r2=736090&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/ejb3/pom.xml (original) +++ jakarta/cactus/trunk/samples/ejb3/pom.xml Tue Jan 20 12:26:25 2009 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cactus</groupId> <artifactId>cactus.samples</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>cactus.samples.ejb3</artifactId> <name>Cactus Ejb Samples - Parent Project</name> Modified: jakarta/cactus/trunk/samples/jetty/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/pom.xml?rev=736090&r1=736089&r2=736090&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/jetty/pom.xml (original) +++ jakarta/cactus/trunk/samples/jetty/pom.xml Tue Jan 20 12:26:25 2009 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cactus</groupId> <artifactId>cactus.samples</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>cactus.samples.jetty</artifactId> <name>Cactus Jetty Samples</name> Modified: jakarta/cactus/trunk/samples/servlet/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/pom.xml?rev=736090&r1=736089&r2=736090&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/servlet/pom.xml (original) +++ jakarta/cactus/trunk/samples/servlet/pom.xml Tue Jan 20 12:26:25 2009 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cactus</groupId> <artifactId>cactus.samples</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>cactus.samples.servlet</artifactId> <name>Cactus Servlet Samples</name> --------------------------------------------------------------------- To unsubscribe, e-mail: cactus-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: cactus-dev-h...@jakarta.apache.org