Author: jdcasey Date: Mon Aug 25 14:30:17 2008 New Revision: 688890 URL: http://svn.apache.org/viewvc?rev=688890&view=rev Log: Bump 2.0.10-RC12-SNAPSHOT -> 2.1.0-RC12-SNAPSHOT.
Modified: maven/components/branches/maven-2.1.0-RC/apache-maven/pom.xml maven/components/branches/maven-2.1.0-RC/maven-artifact-manager/pom.xml maven/components/branches/maven-2.1.0-RC/maven-artifact-test/pom.xml maven/components/branches/maven-2.1.0-RC/maven-artifact/pom.xml maven/components/branches/maven-2.1.0-RC/maven-core/pom.xml maven/components/branches/maven-2.1.0-RC/maven-error-diagnostics/pom.xml maven/components/branches/maven-2.1.0-RC/maven-model/pom.xml maven/components/branches/maven-2.1.0-RC/maven-monitor/pom.xml maven/components/branches/maven-2.1.0-RC/maven-plugin-api/pom.xml maven/components/branches/maven-2.1.0-RC/maven-plugin-descriptor/pom.xml maven/components/branches/maven-2.1.0-RC/maven-plugin-parameter-documenter/pom.xml maven/components/branches/maven-2.1.0-RC/maven-plugin-registry/pom.xml maven/components/branches/maven-2.1.0-RC/maven-profile/pom.xml maven/components/branches/maven-2.1.0-RC/maven-project/pom.xml maven/components/branches/maven-2.1.0-RC/maven-reporting/pom.xml maven/components/branches/maven-2.1.0-RC/maven-repository-metadata/pom.xml maven/components/branches/maven-2.1.0-RC/maven-script/pom.xml maven/components/branches/maven-2.1.0-RC/maven-settings/pom.xml maven/components/branches/maven-2.1.0-RC/maven-toolchain/pom.xml maven/components/branches/maven-2.1.0-RC/pom.xml Modified: maven/components/branches/maven-2.1.0-RC/apache-maven/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/apache-maven/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/apache-maven/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/apache-maven/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,9 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <artifactId>apache-maven</artifactId> @@ -200,4 +201,4 @@ </build> </profile> </profiles> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-artifact-manager/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-artifact-manager/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-artifact-manager/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-artifact-manager/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-artifact-manager</artifactId> @@ -54,4 +55,4 @@ </plugins> </pluginManagement> </build> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-artifact-test/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-artifact-test/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-artifact-test/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-artifact-test/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-artifact-test</artifactId> @@ -35,4 +36,4 @@ <artifactId>plexus-utils</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-artifact/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-artifact/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-artifact/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-artifact/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-artifact</artifactId> @@ -18,4 +19,4 @@ <scope>test</scope> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-core/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-core/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-core/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-core/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,9 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <artifactId>maven-core</artifactId> Modified: maven/components/branches/maven-2.1.0-RC/maven-error-diagnostics/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-error-diagnostics/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-error-diagnostics/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-error-diagnostics/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-error-diagnostics</artifactId> @@ -16,4 +17,4 @@ <artifactId>plexus-container-default</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-model/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-model/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-model/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-model/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-model</artifactId> @@ -75,4 +76,4 @@ <artifactId>plexus-utils</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-monitor/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-monitor/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-monitor/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-monitor/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,10 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-monitor</artifactId> <name>Maven Monitor</name> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-plugin-api/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-plugin-api/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-plugin-api/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-plugin-api/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-plugin-api</artifactId> @@ -15,4 +16,4 @@ <scope>test</scope> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-plugin-descriptor/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-plugin-descriptor/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-plugin-descriptor/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-plugin-descriptor/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-plugin-descriptor</artifactId> @@ -33,4 +34,4 @@ <artifactId>plexus-container-default</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-plugin-parameter-documenter/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-plugin-parameter-documenter/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-plugin-parameter-documenter/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-plugin-parameter-documenter/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-plugin-parameter-documenter</artifactId> Modified: maven/components/branches/maven-2.1.0-RC/maven-plugin-registry/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-plugin-registry/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-plugin-registry/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-plugin-registry/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven</groupId> @@ -30,4 +31,4 @@ <artifactId>plexus-container-default</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-profile/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-profile/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-profile/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-profile/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-profile</artifactId> @@ -33,4 +34,4 @@ <artifactId>plexus-container-default</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-project/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-project/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-project/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-project/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-project</artifactId> @@ -53,4 +54,4 @@ <artifactId>plexus-container-default</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-reporting/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-reporting/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-reporting/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-reporting/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.reporting</groupId> @@ -13,4 +14,4 @@ <modules> <module>maven-reporting-api</module> </modules> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-repository-metadata/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-repository-metadata/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-repository-metadata/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-repository-metadata/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-repository-metadata</artifactId> @@ -26,4 +27,4 @@ <artifactId>plexus-utils</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-script/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-script/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-script/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-script/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven</groupId> @@ -13,4 +14,4 @@ <module>maven-script-ant</module> <module>maven-script-beanshell</module> </modules> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-settings/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-settings/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-settings/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-settings/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-settings</artifactId> @@ -37,4 +38,4 @@ <artifactId>plexus-container-default</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/maven-toolchain/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-toolchain/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/maven-toolchain/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/maven-toolchain/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,8 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-toolchain</artifactId> @@ -76,4 +77,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> Modified: maven/components/branches/maven-2.1.0-RC/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/pom.xml?rev=688890&r1=688889&r2=688890&view=diff ============================================================================== --- maven/components/branches/maven-2.1.0-RC/pom.xml (original) +++ maven/components/branches/maven-2.1.0-RC/pom.xml Mon Aug 25 14:30:17 2008 @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> @@ -9,7 +10,7 @@ </parent> <artifactId>maven</artifactId> - <version>2.0.10-RC12-SNAPSHOT</version> + <version>2.1.0-RC12-SNAPSHOT</version> <packaging>pom</packaging> <name>Maven</name> @@ -245,7 +246,7 @@ </modules> <properties> - <mavenVersion>2.0.10-RC11</mavenVersion> + <mavenVersion>2.1.0-RC12-SNAPSHOT</mavenVersion> <wagonVersion>1.0-beta-4</wagonVersion> </properties>