This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-help-plugin-2.0 in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 55c78c52a73a7511fbf2c880b8ff32a246f05463 Author: Brett Leslie Porter <br...@apache.org> AuthorDate: Fri Sep 16 09:24:09 2005 +0000 [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-projecthelp-plugin@289455 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- release-pom.xml | 189 -------------------------------------------------------- 2 files changed, 1 insertion(+), 190 deletions(-) diff --git a/pom.xml b/pom.xml index 25eaa84..fcbdc61 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ <artifactId>maven-projecthelp-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven Project-Help Plugin</name> - <version>2.0-beta-1</version> + <version>2.0-beta-2-SNAPSHOT</version> <inceptionYear>2001</inceptionYear> <dependencies> <dependency> diff --git a/release-pom.xml b/release-pom.xml deleted file mode 100644 index 38d279b..0000000 --- a/release-pom.xml +++ /dev/null @@ -1,189 +0,0 @@ -<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-projecthelp-plugin</artifactId> - <packaging>maven-plugin</packaging> - <name>Maven Project-Help Plugin</name> - <version>2.0-beta-1</version> - <inceptionYear>2001</inceptionYear> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact-manager</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>plexus</groupId> - <artifactId>plexus-input-handler</artifactId> - <version>1.0-alpha-2</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>org.apache.maven</groupId> - <artifactId>maven-settings</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-registry</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> - <version>1.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-descriptor</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>jsch</groupId> - <artifactId>jsch</artifactId> - <version>0.1.21</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>1.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-provider-api</artifactId> - <version>1.0-alpha-4</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-monitor</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>1.0.3</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>classworlds</groupId> - <artifactId>classworlds</artifactId> - <version>1.1-alpha-2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-tools-api</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-file</artifactId> - <version>1.0-alpha-4</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-repository-metadata</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-profile</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-core</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>jline</groupId> - <artifactId>jline</artifactId> - <version>0.9.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>2.0-beta-1</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>org.apache.maven.reporting</groupId> - <artifactId>maven-reporting-api</artifactId> - <version>2.0-beta-1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>doxia</groupId> - <artifactId>doxia-sink-api</artifactId> - <version>1.0-alpha-4</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> - <version>1.0-alpha-4</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http-lightweight</artifactId> - <version>1.0-alpha-4</version> - <scope>runtime</scope> - </dependency> - </dependencies> -</project> \ No newline at end of file -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.