[jboss-cvs] repository.jboss.com/maven2/jboss/jbossxb/1.0.0.CR8 ...

Scott Stark scott.stark at jboss.com
Tue Nov 28 19:35:13 EST 2006


  User: starksm 
  Date: 06/11/28 19:35:13

  Added:       maven2/jboss/jbossxb/1.0.0.CR8         
                        jbossxb-1.0.0.CR8-sources.jar
                        jbossxb-1.0.0.CR8-sources.jar.md5
                        jbossxb-1.0.0.CR8-sources.jar.sha1
                        jbossxb-1.0.0.CR8.jar jbossxb-1.0.0.CR8.jar.md5
                        jbossxb-1.0.0.CR8.jar.sha1 jbossxb-1.0.0.CR8.pom
                        jbossxb-1.0.0.CR8.pom.md5
                        jbossxb-1.0.0.CR8.pom.sha1
  Log:
  Create a 1.0.0.CR8 release to fix the maven dependencies
  
  Revision  Changes    Path
  1.1      date: 2006/11/29 00:35:13;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/1.0.0.CR8/jbossxb-1.0.0.CR8-sources.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2006/11/29 00:35:13;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/1.0.0.CR8/jbossxb-1.0.0.CR8-sources.jar.md5
  
  Index: jbossxb-1.0.0.CR8-sources.jar.md5
  ===================================================================
  db32811c0e074aa8bc2843dc6a9ccf6a
  
  
  1.1      date: 2006/11/29 00:35:13;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/1.0.0.CR8/jbossxb-1.0.0.CR8-sources.jar.sha1
  
  Index: jbossxb-1.0.0.CR8-sources.jar.sha1
  ===================================================================
  2f3776408a8fad21da7bf54028d2b6970cf6c4f8
  
  
  1.1      date: 2006/11/29 00:35:13;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/1.0.0.CR8/jbossxb-1.0.0.CR8.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2006/11/29 00:35:13;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/1.0.0.CR8/jbossxb-1.0.0.CR8.jar.md5
  
  Index: jbossxb-1.0.0.CR8.jar.md5
  ===================================================================
  e5944720abe5f10fe7fd2037639ba77b
  
  
  1.1      date: 2006/11/29 00:35:13;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/1.0.0.CR8/jbossxb-1.0.0.CR8.jar.sha1
  
  Index: jbossxb-1.0.0.CR8.jar.sha1
  ===================================================================
  a7ed13f9b26e189fe285795352099b944a2e2b42
  
  
  1.1      date: 2006/11/29 00:35:13;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/1.0.0.CR8/jbossxb-1.0.0.CR8.pom
  
  Index: jbossxb-1.0.0.CR8.pom
  ===================================================================
  <?xml version="1.0"?><project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>jboss</groupId>
    <artifactId>jbossxb</artifactId>
    <name>JBoss XML Binding</name>
    <version>1.0.0.CR8</version>
    <description>JBoss XML Binding</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>
    <build>
      <sourceDirectory>src/main/java</sourceDirectory>
      <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-source-plugin</artifactId>
          <executions>
            <execution>
              <goals>
                <goal>jar</goal>
              </goals>
            </execution>
          </executions>
          <inherited>true</inherited>
        </plugin>
        <plugin>
          <artifactId>maven-jar-plugin</artifactId>
          <executions>
            <execution>
              <goals>
                <goal>jar</goal>
              </goals>
            </execution>
          </executions>
        </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>
    <pluginRepositories>
      <pluginRepository>
        <snapshots>
          <enabled>false</enabled>
          <updatePolicy>never</updatePolicy>
        </snapshots>
        <id>jbosspluginrepo</id>
        <name>jboss plugin repository</name>
        <url>http://repository.jboss.com/maven2</url>
      </pluginRepository>
      <pluginRepository>
        <snapshots>
          <enabled>false</enabled>
          <updatePolicy>never</updatePolicy>
        </snapshots>
        <id>central</id>
        <name>LSU maven2 mirror</name>
        <url>http://ibiblio.lsu.edu/main/pub/packages/maven2</url>
      </pluginRepository>
    </pluginRepositories>
    <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>
  
  
  1.1      date: 2006/11/29 00:35:13;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/1.0.0.CR8/jbossxb-1.0.0.CR8.pom.md5
  
  Index: jbossxb-1.0.0.CR8.pom.md5
  ===================================================================
  25ae4654be5f13af39d34312c305c55c
  
  
  1.1      date: 2006/11/29 00:35:13;  author: starksm;  state: Exp;repository.jboss.com/maven2/jboss/jbossxb/1.0.0.CR8/jbossxb-1.0.0.CR8.pom.sha1
  
  Index: jbossxb-1.0.0.CR8.pom.sha1
  ===================================================================
  f0e41235286c42ea3105508052e86e104922ca16
  
  



More information about the jboss-cvs-commits mailing list