Author: brett Date: Fri Sep 16 06:56:58 2005 New Revision: 289543 URL: http://svn.apache.org/viewcvs?rev=289543&view=rev Log: [maven-release-plugin] prepare release maven-checkstyle-2.0-alpha-2
Added: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/release-pom.xml (with props) Modified: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml Modified: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml?rev=289543&r1=289542&r2=289543&view=diff ============================================================================== --- maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml (original) +++ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml Fri Sep 16 06:56:58 2005 @@ -1,56 +1,47 @@ -<?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 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> +<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-checkstyle-plugin</artifactId> - <version>2.0-alpha-2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Maven Checkstyle Plugin</name> + <version>2.0-alpha-2</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.reporting</groupId> - <artifactId>maven-reporting-impl</artifactId> - <version>2.0-beta-1</version> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>2.1</version> </dependency> <dependency> - <groupId>checkstyle</groupId> - <artifactId>checkstyle</artifactId> - <version>3.4</version> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.6.1</version> </dependency> <dependency> <groupId>checkstyle</groupId> - <artifactId>checkstyle-optional</artifactId> + <artifactId>checkstyle</artifactId> <version>3.4</version> </dependency> <dependency> - <groupId>antlr</groupId> - <artifactId>antlr</artifactId> - <version>2.7.2</version> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.0.3</version> </dependency> <dependency> <groupId>regexp</groupId> @@ -58,31 +49,19 @@ <version>1.3</version> </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.6.1</version> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-impl</artifactId> + <version>2.0-beta-1</version> </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>2.1</version> + <groupId>antlr</groupId> + <artifactId>antlr</artifactId> + <version>2.7.2</version> </dependency> <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.0.3</version> + <groupId>checkstyle</groupId> + <artifactId>checkstyle-optional</artifactId> + <version>3.4</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-checkstyle-plugin/release-pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-checkstyle-plugin/release-pom.xml?rev=289543&view=auto ============================================================================== --- maven/components/trunk/maven-plugins/maven-checkstyle-plugin/release-pom.xml (added) +++ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/release-pom.xml Fri Sep 16 06:56:58 2005 @@ -0,0 +1,189 @@ +<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-checkstyle-plugin</artifactId> + <packaging>maven-plugin</packaging> + <name>Maven Checkstyle Plugin</name> + <version>2.0-alpha-2</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>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.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</groupId> + <artifactId>maven-model</artifactId> + <version>2.0-beta-1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>2.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>logkit</groupId> + <artifactId>logkit</artifactId> + <version>1.0.1</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>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.6</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.6.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>regexp</groupId> + <artifactId>regexp</artifactId> + <version>1.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.0.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>oro</groupId> + <artifactId>oro</artifactId> + <version>2.0.7</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>classworlds</groupId> + <artifactId>classworlds</artifactId> + <version>1.1-alpha-2</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</groupId> + <artifactId>maven-artifact</artifactId> + <version>2.0-beta-1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>checkstyle</groupId> + <artifactId>checkstyle-optional</artifactId> + <version>3.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>checkstyle</groupId> + <artifactId>checkstyle</artifactId> + <version>3.4</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>antlr</groupId> + <artifactId>antlr</artifactId> + <version>2.7.2</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file Propchange: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/release-pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/release-pom.xml ------------------------------------------------------------------------------ svn:keywords = "Author Date Id Revision" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]