Author: brett Date: Fri Sep 16 08:22:00 2005 New Revision: 289578 URL: http://svn.apache.org/viewcvs?rev=289578&view=rev Log: [maven-release-plugin] prepare release maven-project-info-reports-plugin-2.0-beta-1
Added: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/release-pom.xml (with props) Modified: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml Modified: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml?rev=289578&r1=289577&r2=289578&view=diff ============================================================================== --- maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml (original) +++ maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml Fri Sep 16 08:22:00 2005 @@ -1,45 +1,32 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<!-- -/* - * Copyright 2001-2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - --> - <project> - <modelVersion>4.0.0</modelVersion> <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-project-info-reports-plugin</artifactId> - <version>2.0-beta-1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Maven Project Info Reports Plugin</name> + <version>2.0-beta-1</version> <inceptionYear>2005</inceptionYear> + <developers> + <developer> + <id>vsiveton</id> + <name>Vincent Siveton</name> + <email>[EMAIL PROTECTED]</email> + <organization>Apache Software Foundation</organization> + <roles> + <role>Java Developer</role> + </roles> + <timezone>-5</timezone> + </developer> + </developers> <dependencies> <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - <version>2.0-beta-1</version> - </dependency> - <dependency> - <groupId>org.apache.maven.reporting</groupId> - <artifactId>maven-reporting-impl</artifactId> - <version>2.0-beta-1</version> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-api</artifactId> + <version>1.0-alpha-2</version> </dependency> <dependency> <groupId>commons-validator</groupId> @@ -48,22 +35,27 @@ </dependency> <dependency> <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-api</artifactId> + <artifactId>maven-scm-provider-perforce</artifactId> <version>1.0-alpha-2</version> </dependency> <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-clearcase</artifactId> - <version>1.0-alpha-2</version> + <groupId>org.apache.maven</groupId> + <artifactId>maven-model</artifactId> + <version>2.0-beta-1</version> </dependency> <dependency> <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-cvs</artifactId> + <artifactId>maven-scm-manager-plexus</artifactId> <version>1.0-alpha-2</version> </dependency> <dependency> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-impl</artifactId> + <version>2.0-beta-1</version> + </dependency> + <dependency> <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-perforce</artifactId> + <artifactId>maven-scm-provider-clearcase</artifactId> <version>1.0-alpha-2</version> </dependency> <dependency> @@ -78,20 +70,8 @@ </dependency> <dependency> <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-manager-plexus</artifactId> + <artifactId>maven-scm-provider-cvs</artifactId> <version>1.0-alpha-2</version> </dependency> </dependencies> - <developers> - <developer> - <id>vsiveton</id> - <name>Vincent Siveton</name> - <email>[EMAIL PROTECTED]</email> - <organization>Apache Software Foundation</organization> - <roles> - <role>Java Developer</role> - </roles> - <timezone>-5</timezone> - </developer> - </developers> -</project> +</project> \ No newline at end of file Added: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/release-pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/release-pom.xml?rev=289578&view=auto ============================================================================== --- maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/release-pom.xml (added) +++ maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/release-pom.xml Fri Sep 16 08:22:00 2005 @@ -0,0 +1,183 @@ +<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-project-info-reports-plugin</artifactId> + <packaging>maven-plugin</packaging> + <name>Maven Project Info Reports Plugin</name> + <version>2.0-beta-1</version> + <inceptionYear>2005</inceptionYear> + <developers> + <developer> + <id>vsiveton</id> + <name>Vincent Siveton</name> + <email>[EMAIL PROTECTED]</email> + <organization>Apache Software Foundation</organization> + <roles> + <role>Java Developer</role> + </roles> + <timezone>-5</timezone> + </developer> + </developers> + <dependencies> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-provider-perforce</artifactId> + <version>1.0-alpha-2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-provider-starteam</artifactId> + <version>1.0-alpha-2</version> + <scope>compile</scope> + </dependency> + <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>org.apache.maven.scm</groupId> + <artifactId>maven-scm-api</artifactId> + <version>1.0-alpha-2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-provider-cvs</artifactId> + <version>1.0-alpha-2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>plexus</groupId> + <artifactId>plexus-container-default</artifactId> + <version>1.0-alpha-5</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-impl</artifactId> + <version>2.0-beta-1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-manager-plexus</artifactId> + <version>1.0-alpha-2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>regexp</groupId> + <artifactId>regexp</artifactId> + <version>1.3</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>plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.0.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-provider-clearcase</artifactId> + <version>1.0-alpha-2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + <version>2.0.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>classworlds</groupId> + <artifactId>classworlds</artifactId> + <version>1.1-alpha-2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>doxia</groupId> + <artifactId>doxia-core</artifactId> + <version>1.0-alpha-4</version> + <scope>compile</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-plugin-api</artifactId> + <version>2.0-beta-1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-validator</groupId> + <artifactId>commons-validator</artifactId> + <version>1.1.4</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.scm</groupId> + <artifactId>maven-scm-provider-svn</artifactId> + <version>1.0-alpha-2</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> + </dependencies> +</project> \ No newline at end of file Propchange: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/release-pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/release-pom.xml ------------------------------------------------------------------------------ svn:keywords = "Author Date Id Revision" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]