[jboss-cvs] repository.jboss.com/maven2/jboss/jboss-test/1.0.0.GA ...

Scott Stark scott.stark at jboss.com
Tue Nov 28 17:26:26 EST 2006


  User: starksm 
  Date: 06/11/28 17:26:26

  Added:       maven2/jboss/jboss-test/1.0.0.GA   
                        jboss-test-1.0.0.GA-sources.jar
                        jboss-test-1.0.0.GA.jar jboss-test-1.0.0.GA.pom
  Log:
  Add the 1.0.0.GA jboss-test release to the maven repo
  
  Revision  Changes    Path
  1.1      date: 2006/11/28 22:26:26;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jboss-test/1.0.0.GA/jboss-test-1.0.0.GA-sources.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2006/11/28 22:26:26;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jboss-test/1.0.0.GA/jboss-test-1.0.0.GA.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2006/11/28 22:26:26;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jboss-test/1.0.0.GA/jboss-test-1.0.0.GA.pom
  
  Index: jboss-test-1.0.0.GA.pom
  ===================================================================
  <?xml version="1.0"?><project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>jboss</groupId>
    <artifactId>jboss-test</artifactId>
    <name>JBoss Test</name>
    <version>1.0.0.GA</version>
    <description>Common test classes</description>
    <url>http://www.jboss.org</url>
    <licenses>
      <license>
        <name>lgpl</name>
        <url>http://repository.jboss.com/licenses/lgpl.txt</url>
      </license>
    </licenses>
    <organization>
      <name>JBoss Inc.</name>
      <url>http://www.jboss.org</url>
    </organization>
    <dependencies>
      <dependency>
        <groupId>apache-xerces</groupId>
        <artifactId>xml-apis</artifactId>
        <version>2.7.1</version>
      </dependency>
      <dependency>
        <groupId>apache-httpclient</groupId>
        <artifactId>commons-httpclient</artifactId>
        <version>2.0.2</version>
      </dependency>
      <dependency>
        <groupId>oswego-concurrent</groupId>
        <artifactId>concurrent</artifactId>
        <version>1.3.4</version>
      </dependency>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>jboss-logging-spi</artifactId>
        <version>2.0.2.GA</version>
      </dependency>
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>3.8.1</version>
        <scope>test</scope>
      </dependency>
    </dependencies>
    <distributionManagement>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  
  
  



More information about the jboss-cvs-commits mailing list