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

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Thu Mar 15 15:21:27 EDT 2007


  User: rrajasekaran
  Date: 07/03/15 15:21:27

  Added:       maven2/jboss/jboss-test/1.0.3.GA   
                        jboss-test-1.0.3.GA-src.zip jboss-test-1.0.3.GA.jar
                        jboss-test-1.0.3.GA.pom
  Log:
  jboss-test 1.0.3.GA
  
  Revision  Changes    Path
  1.1      date: 2007/03/15 19:21:27;  author: rrajasekaran;  state: Exp;repository.jboss.com/maven2/jboss/jboss-test/1.0.3.GA/jboss-test-1.0.3.GA-src.zip
  
  	<<Binary file>>
  
  
  1.1      date: 2007/03/15 19:21:27;  author: rrajasekaran;  state: Exp;repository.jboss.com/maven2/jboss/jboss-test/1.0.3.GA/jboss-test-1.0.3.GA.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2007/03/15 19:21:27;  author: rrajasekaran;  state: Exp;repository.jboss.com/maven2/jboss/jboss-test/1.0.3.GA/jboss-test-1.0.3.GA.pom
  
  Index: jboss-test-1.0.3.GA.pom
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?><project>
    <parent>
      <artifactId>jboss-parent</artifactId>
      <groupId>jboss</groupId>
      <version>1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-test</artifactId>
    <name>JBoss Test</name>
    <version>1.0.3.GA</version>
    <description>JBoss Test</description>
    <build>
      <sourceDirectory>src/main</sourceDirectory>
      <testSourceDirectory>src/tests</testSourceDirectory>
      <plugins>
        <plugin>
          <artifactId>maven-surefire-plugin</artifactId>
          <configuration>
            <testFailureIgnore>true</testFailureIgnore>
          </configuration>
        </plugin>
      </plugins>
    </build>
    <dependencies>
      <dependency>
        <groupId>org.apache.ant</groupId>
        <artifactId>ant-junit</artifactId>
        <version>1.7.0</version>
      </dependency>
      <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>jboss.profiler.jvmti</groupId>
        <artifactId>jboss-profiler-jvmti</artifactId>
        <version>1.0.0.CR5</version>
      </dependency>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>jboss-logging-log4j</artifactId>
        <version>2.0.2.GA</version>
      </dependency>
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>3.8.1</version>
      </dependency>
      <dependency>
        <groupId>log4j</groupId>
        <artifactId>log4j</artifactId>
        <version>1.2.14</version>
      </dependency>
    </dependencies>
    <distributionManagement>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  



More information about the jboss-cvs-commits mailing list