Author: brett Date: Fri Sep 16 07:23:13 2005 New Revision: 289558 URL: http://svn.apache.org/viewcvs?rev=289558&view=rev Log: [maven-release-plugin] prepare release maven-compiler-plugin-2.0-beta-1
Added: maven/components/trunk/maven-plugins/maven-compiler-plugin/release-pom.xml (with props) Modified: maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml Modified: maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml?rev=289558&r1=289557&r2=289558&view=diff ============================================================================== --- maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml (original) +++ maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml Fri Sep 16 07:23:13 2005 @@ -1,5 +1,4 @@ -<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> <artifactId>maven-plugin-parent</artifactId> <groupId>org.apache.maven.plugins</groupId> @@ -9,21 +8,11 @@ <artifactId>maven-compiler-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven Compiler Plugin</name> - <version>2.0-beta-1-SNAPSHOT</version> + <version>2.0-beta-1</version> <inceptionYear>2001</inceptionYear> <dependencies> <dependency> <groupId>plexus</groupId> - <artifactId>plexus-compiler-api</artifactId> - <version>1.5</version> - </dependency> - <dependency> - <groupId>plexus</groupId> - <artifactId>plexus-compiler-manager</artifactId> - <version>1.5</version> - </dependency> - <dependency> - <groupId>plexus</groupId> <artifactId>plexus-compiler-javac</artifactId> <version>1.5</version> <scope>runtime</scope> @@ -39,5 +28,15 @@ <artifactId>maven-artifact</artifactId> <version>2.0-beta-1</version> </dependency> + <dependency> + <groupId>plexus</groupId> + <artifactId>plexus-compiler-manager</artifactId> + <version>1.5</version> + </dependency> + <dependency> + <groupId>plexus</groupId> + <artifactId>plexus-compiler-api</artifactId> + <version>1.5</version> + </dependency> </dependencies> -</project> +</project> \ No newline at end of file Added: maven/components/trunk/maven-plugins/maven-compiler-plugin/release-pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-compiler-plugin/release-pom.xml?rev=289558&view=auto ============================================================================== --- maven/components/trunk/maven-plugins/maven-compiler-plugin/release-pom.xml (added) +++ maven/components/trunk/maven-plugins/maven-compiler-plugin/release-pom.xml Fri Sep 16 07:23:13 2005 @@ -0,0 +1,81 @@ +<project> + <parent> + <artifactId>maven-plugin-parent</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <version>2.0-beta-1</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>maven-compiler-plugin</artifactId> + <packaging>maven-plugin</packaging> + <name>Maven Compiler Plugin</name> + <version>2.0-beta-1</version> + <inceptionYear>2001</inceptionYear> + <dependencies> + <dependency> + <groupId>plexus</groupId> + <artifactId>plexus-compiler-manager</artifactId> + <version>1.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>plexus</groupId> + <artifactId>plexus-compiler-javac</artifactId> + <version>1.5</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>classworlds</groupId> + <artifactId>classworlds</artifactId> + <version>1.1-alpha-2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.eclipse.jdt</groupId> + <artifactId>core</artifactId> + <version>3.1.0</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.0.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>plexus</groupId> + <artifactId>plexus-compiler-api</artifactId> + <version>1.5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-artifact</artifactId> + <version>2.0-beta-1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>plexus</groupId> + <artifactId>plexus-container-default</artifactId> + <version>1.0-alpha-6</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>plexus</groupId> + <artifactId>plexus-compiler-eclipse</artifactId> + <version>1.5</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>2.0-beta-1</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file Propchange: maven/components/trunk/maven-plugins/maven-compiler-plugin/release-pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/components/trunk/maven-plugins/maven-compiler-plugin/release-pom.xml ------------------------------------------------------------------------------ svn:keywords = "Author Date Id Revision" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]