From: <bra...@us...> - 2009-07-18 01:13:44
|
Revision: 2786 http://archive-access.svn.sourceforge.net/archive-access/?rev=2786&view=rev Author: bradtofel Date: 2009-07-18 01:13:24 +0000 (Sat, 18 Jul 2009) Log Message: ----------- updating versions in POM to 1.4.2 Modified Paths: -------------- branches/wayback-1_4_2/dist/pom.xml branches/wayback-1_4_2/pom.xml branches/wayback-1_4_2/wayback-core/pom.xml branches/wayback-1_4_2/wayback-mapreduce/pom.xml branches/wayback-1_4_2/wayback-mapreduce-prereq/pom.xml branches/wayback-1_4_2/wayback-webapp/pom.xml Modified: branches/wayback-1_4_2/dist/pom.xml =================================================================== --- branches/wayback-1_4_2/dist/pom.xml 2009-07-18 01:02:39 UTC (rev 2785) +++ branches/wayback-1_4_2/dist/pom.xml 2009-07-18 01:13:24 UTC (rev 2786) @@ -3,7 +3,7 @@ <parent> <groupId>org.archive</groupId> <artifactId>wayback</artifactId> - <version>1.4.1</version> + <version>1.4.2</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -54,13 +54,13 @@ <dependency> <groupId>org.archive.wayback</groupId> <artifactId>wayback-webapp</artifactId> - <version>1.4.1</version> + <version>1.4.2</version> <type>war</type> </dependency> <dependency> <groupId>org.archive.wayback</groupId> <artifactId>wayback-mapreduce</artifactId> - <version>1.4.1</version> + <version>1.4.2</version> </dependency> </dependencies> Modified: branches/wayback-1_4_2/pom.xml =================================================================== --- branches/wayback-1_4_2/pom.xml 2009-07-18 01:02:39 UTC (rev 2785) +++ branches/wayback-1_4_2/pom.xml 2009-07-18 01:13:24 UTC (rev 2786) @@ -17,9 +17,9 @@ <groupId>org.archive</groupId> <artifactId>wayback</artifactId> <properties> - <globalVersion>1.4.1</globalVersion> + <globalVersion>1.4.2</globalVersion> </properties> - <version>1.4.1</version> + <version>1.4.2</version> <packaging>pom</packaging> <name>Wayback</name> Modified: branches/wayback-1_4_2/wayback-core/pom.xml =================================================================== --- branches/wayback-1_4_2/wayback-core/pom.xml 2009-07-18 01:02:39 UTC (rev 2785) +++ branches/wayback-1_4_2/wayback-core/pom.xml 2009-07-18 01:13:24 UTC (rev 2786) @@ -17,7 +17,7 @@ <parent> <groupId>org.archive</groupId> <artifactId>wayback</artifactId> - <version>1.4.1</version> + <version>1.4.2</version> </parent> <groupId>org.archive.wayback</groupId> <artifactId>wayback-core</artifactId> Modified: branches/wayback-1_4_2/wayback-mapreduce/pom.xml =================================================================== --- branches/wayback-1_4_2/wayback-mapreduce/pom.xml 2009-07-18 01:02:39 UTC (rev 2785) +++ branches/wayback-1_4_2/wayback-mapreduce/pom.xml 2009-07-18 01:13:24 UTC (rev 2786) @@ -12,7 +12,7 @@ <parent> <groupId>org.archive</groupId> <artifactId>wayback</artifactId> - <version>1.4.1</version> + <version>1.4.2</version> </parent> <groupId>org.archive.wayback</groupId> <artifactId>wayback-mapreduce</artifactId> Modified: branches/wayback-1_4_2/wayback-mapreduce-prereq/pom.xml =================================================================== --- branches/wayback-1_4_2/wayback-mapreduce-prereq/pom.xml 2009-07-18 01:02:39 UTC (rev 2785) +++ branches/wayback-1_4_2/wayback-mapreduce-prereq/pom.xml 2009-07-18 01:13:24 UTC (rev 2786) @@ -10,7 +10,7 @@ <parent> <groupId>org.archive</groupId> <artifactId>wayback</artifactId> - <version>1.4.1</version> + <version>1.4.2</version> </parent> <groupId>org.archive.wayback</groupId> <artifactId>wayback-mapreduce-prereq</artifactId> Modified: branches/wayback-1_4_2/wayback-webapp/pom.xml =================================================================== --- branches/wayback-1_4_2/wayback-webapp/pom.xml 2009-07-18 01:02:39 UTC (rev 2785) +++ branches/wayback-1_4_2/wayback-webapp/pom.xml 2009-07-18 01:13:24 UTC (rev 2786) @@ -3,7 +3,7 @@ <parent> <artifactId>wayback</artifactId> <groupId>org.archive</groupId> - <version>1.4.1</version> + <version>1.4.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.archive.wayback</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |