From: <bra...@us...> - 2008-10-28 18:28:11
|
Revision: 2626 http://archive-access.svn.sourceforge.net/archive-access/?rev=2626&view=rev Author: bradtofel Date: 2008-10-28 18:27:59 +0000 (Tue, 28 Oct 2008) Log Message: ----------- RELEASE - 1.4.1 Maintenance, fixes several known bugs in 1.4.0, including disabling of AnchorDate/Window critical bug. Modified Paths: -------------- branches/wayback-1_4_1/dist/pom.xml branches/wayback-1_4_1/pom.xml branches/wayback-1_4_1/wayback-core/pom.xml branches/wayback-1_4_1/wayback-mapreduce/pom.xml branches/wayback-1_4_1/wayback-mapreduce-prereq/pom.xml branches/wayback-1_4_1/wayback-webapp/pom.xml Modified: branches/wayback-1_4_1/dist/pom.xml =================================================================== --- branches/wayback-1_4_1/dist/pom.xml 2008-10-28 18:22:58 UTC (rev 2625) +++ branches/wayback-1_4_1/dist/pom.xml 2008-10-28 18:27:59 UTC (rev 2626) @@ -3,7 +3,7 @@ <parent> <groupId>org.archive</groupId> <artifactId>wayback</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -54,13 +54,13 @@ <dependency> <groupId>org.archive.wayback</groupId> <artifactId>wayback-webapp</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> <type>war</type> </dependency> <dependency> <groupId>org.archive.wayback</groupId> <artifactId>wayback-mapreduce</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> </dependency> </dependencies> Modified: branches/wayback-1_4_1/pom.xml =================================================================== --- branches/wayback-1_4_1/pom.xml 2008-10-28 18:22:58 UTC (rev 2625) +++ branches/wayback-1_4_1/pom.xml 2008-10-28 18:27:59 UTC (rev 2626) @@ -17,9 +17,9 @@ <groupId>org.archive</groupId> <artifactId>wayback</artifactId> <properties> - <globalVersion>1.4.0</globalVersion> + <globalVersion>1.4.1</globalVersion> </properties> - <version>1.4.0</version> + <version>1.4.1</version> <packaging>pom</packaging> <name>Wayback</name> Modified: branches/wayback-1_4_1/wayback-core/pom.xml =================================================================== --- branches/wayback-1_4_1/wayback-core/pom.xml 2008-10-28 18:22:58 UTC (rev 2625) +++ branches/wayback-1_4_1/wayback-core/pom.xml 2008-10-28 18:27:59 UTC (rev 2626) @@ -17,7 +17,7 @@ <parent> <groupId>org.archive</groupId> <artifactId>wayback</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> </parent> <groupId>org.archive.wayback</groupId> <artifactId>wayback-core</artifactId> @@ -57,7 +57,7 @@ <dependency> <groupId>org.archive.heritrix</groupId> <artifactId>commons</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.archive.access-control</groupId> Modified: branches/wayback-1_4_1/wayback-mapreduce/pom.xml =================================================================== --- branches/wayback-1_4_1/wayback-mapreduce/pom.xml 2008-10-28 18:22:58 UTC (rev 2625) +++ branches/wayback-1_4_1/wayback-mapreduce/pom.xml 2008-10-28 18:27:59 UTC (rev 2626) @@ -12,7 +12,7 @@ <parent> <groupId>org.archive</groupId> <artifactId>wayback</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> </parent> <groupId>org.archive.wayback</groupId> <artifactId>wayback-mapreduce</artifactId> Modified: branches/wayback-1_4_1/wayback-mapreduce-prereq/pom.xml =================================================================== --- branches/wayback-1_4_1/wayback-mapreduce-prereq/pom.xml 2008-10-28 18:22:58 UTC (rev 2625) +++ branches/wayback-1_4_1/wayback-mapreduce-prereq/pom.xml 2008-10-28 18:27:59 UTC (rev 2626) @@ -10,7 +10,7 @@ <parent> <groupId>org.archive</groupId> <artifactId>wayback</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> </parent> <groupId>org.archive.wayback</groupId> <artifactId>wayback-mapreduce-prereq</artifactId> Modified: branches/wayback-1_4_1/wayback-webapp/pom.xml =================================================================== --- branches/wayback-1_4_1/wayback-webapp/pom.xml 2008-10-28 18:22:58 UTC (rev 2625) +++ branches/wayback-1_4_1/wayback-webapp/pom.xml 2008-10-28 18:27:59 UTC (rev 2626) @@ -3,7 +3,7 @@ <parent> <artifactId>wayback</artifactId> <groupId>org.archive</groupId> - <version>1.4.0</version> + <version>1.4.1</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. |