[jboss-cvs] repository.jboss.com/maven2/jboss/jbossxb/2.0.0.CR2 ...

Scott Stark scott.stark at jboss.com
Mon Mar 19 20:59:02 EDT 2007


  User: starksm 
  Date: 07/03/19 20:59:02

  Added:       maven2/jboss/jbossxb/2.0.0.CR2   
                        jbossxb-2.0.0.CR2-sources.jar jbossxb-2.0.0.CR2.jar
                        jbossxb-2.0.0.CR2.pom
  Log:
  jbossxb-2.0.0.CR2 release
  
  Revision  Changes    Path
  1.1      date: 2007/03/20 00:59:02;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/2.0.0.CR2/jbossxb-2.0.0.CR2-sources.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2007/03/20 00:59:02;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/2.0.0.CR2/jbossxb-2.0.0.CR2.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2007/03/20 00:59:02;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/2.0.0.CR2/jbossxb-2.0.0.CR2.pom
  
  Index: jbossxb-2.0.0.CR2.pom
  ===================================================================
  <?xml version="1.0"?><project>
    <parent>
      <artifactId>jboss-parent</artifactId>
      <groupId>jboss</groupId>
      <version>1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jbossxb</artifactId>
    <name>JBoss XML Binding</name>
    <version>2.0.0.CR2</version>
    <description>JBoss XML Binding</description>
    <url>http://www.jboss.org</url>
    <build>
      <finalName>jboss-xml-binding</finalName>
      <plugins>
        <plugin>
          <artifactId>maven-compiler-plugin</artifactId>
          <version>2.0</version>
          <configuration>
            <optimize>true</optimize>
            <source>1.4</source>
            <target>1.4</target>
          </configuration>
        </plugin>
        <plugin>
          <artifactId>maven-surefire-plugin</artifactId>
          <configuration>
            <printSummary>true</printSummary>
            <disableXmlReport>false</disableXmlReport>
            <testFailureIgnore>true</testFailureIgnore>
            <includes>
              <include>**/**TestCase.java</include>
            </includes>
            <forkMode>pertest</forkMode>
          </configuration>
        </plugin>
        <plugin>
          <artifactId>maven-surefire-report-plugin</artifactId>
        </plugin>
      </plugins>
    </build>
    <repositories>
      <repository>
        <snapshots />
        <id>jboss</id>
        <name>JBoss Inc. Repository</name>
        <url>http://repository.jboss.com/maven2/</url>
      </repository>
    </repositories>
    <dependencies>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>jboss-logging-spi</artifactId>
        <version>2.0.2.GA</version>
        <scope>compile</scope>
      </dependency>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>jboss-logging-log4j</artifactId>
        <version>2.0.2.GA</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>jboss-common-core</artifactId>
        <version>2.0.2.GA</version>
        <scope>compile</scope>
      </dependency>
      <dependency>
        <groupId>jboss</groupId>
        <artifactId>jboss-test</artifactId>
        <version>1.0.0.GA</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>oswego-concurrent</groupId>
        <artifactId>concurrent</artifactId>
        <version>1.3.4</version>
        <scope>compile</scope>
      </dependency>
      <dependency>
        <groupId>apache-xerces</groupId>
        <artifactId>xercesImpl</artifactId>
        <version>2.7.1</version>
        <scope>compile</scope>
      </dependency>
      <dependency>
        <groupId>wutka-dtdparser</groupId>
        <artifactId>dtdparser121</artifactId>
        <version>1.2.1</version>
        <scope>compile</scope>
      </dependency>
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>3.8.1</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>sun-jaf</groupId>
        <artifactId>activation</artifactId>
        <version>1.0.2</version>
        <scope>compile</scope>
      </dependency>
    </dependencies>
    <distributionManagement>
      <repository>
        <id>cvs-file-repository</id>
        <url>file://${maven.cvs.root}</url>
      </repository>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  



More information about the jboss-cvs-commits mailing list