[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.2.1 ...

Scott Stark scott.stark at jboss.com
Sun Dec 10 12:01:49 EST 2006


  User: starksm 
  Date: 06/12/10 12:01:49

  Added:       maven2/org/apache/maven/plugins/maven-deploy-plugin/2.2.1    
                        maven-deploy-plugin-2.2.1.jar
                        maven-deploy-plugin-2.2.1.jar.sha1
                        maven-deploy-plugin-2.2.1.pom
                        maven-deploy-plugin-2.2.1.pom.sha1
  Log:
  Add the maven plugins
  
  Revision  Changes    Path
  1.1      date: 2006/12/10 17:01:49;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.2.1/maven-deploy-plugin-2.2.1.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2006/12/10 17:01:49;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.2.1/maven-deploy-plugin-2.2.1.jar.sha1
  
  Index: maven-deploy-plugin-2.2.1.jar.sha1
  ===================================================================
  fc159b5f56ff34a1f83b4de54afbb9d313a64eab
  
  
  1.1      date: 2006/12/10 17:01:49;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.2.1/maven-deploy-plugin-2.2.1.pom
  
  Index: maven-deploy-plugin-2.2.1.pom
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?><project>
    <parent>
      <artifactId>maven-plugins</artifactId>
      <groupId>org.apache.maven.plugins</groupId>
      <version>1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>maven-deploy-plugin</artifactId>
    <packaging>maven-plugin</packaging>
    <name>Maven Deploy Plugin</name>
    <version>2.2.1</version>
    <inceptionYear>2004</inceptionYear>
    <scm>
      <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.2.1</connection>
      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.2.1</developerConnection>
      <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.2.1</url>
    </scm>
    <dependencies>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-plugin-api</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-core</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-project</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-artifact-manager</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-artifact</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven.shared</groupId>
        <artifactId>maven-plugin-testing-harness</artifactId>
        <version>1.0-beta-1</version>
        <scope>test</scope>
      </dependency>
    </dependencies>
    <distributionManagement>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  
  1.1      date: 2006/12/10 17:01:49;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.2.1/maven-deploy-plugin-2.2.1.pom.sha1
  
  Index: maven-deploy-plugin-2.2.1.pom.sha1
  ===================================================================
  7c4f0078101fc06ac658f6f6712c4e52d44bfc4a
  
  



More information about the jboss-cvs-commits mailing list