[jboss-svn-commits] JBoss Common SVN: r2182 - jbossxb/tags/1.0.0.CR8

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 28 19:34:34 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-28 19:34:31 -0500 (Tue, 28 Nov 2006)
New Revision: 2182

Modified:
   jbossxb/tags/1.0.0.CR8/.classpath
   jbossxb/tags/1.0.0.CR8/pom.xml
Log:
Create a 1.0.0.CR8 release to fix the maven dependencies

Modified: jbossxb/tags/1.0.0.CR8/.classpath
===================================================================
--- jbossxb/tags/1.0.0.CR8/.classpath	2006-11-28 22:01:21 UTC (rev 2181)
+++ jbossxb/tags/1.0.0.CR8/.classpath	2006-11-29 00:34:31 UTC (rev 2182)
@@ -1,22 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="src" path="src/test/java" output="target/test-classes"/>
-  <classpathentry kind="src" path="src/test/resources" output="target/test-classes"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/jaxen/jaxen/1.1-beta-4/jaxen-1.1-beta-4.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/logging/log4j/jboss-logging-log4j/1.0/jboss-logging-log4j-1.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/sun-jaf/activation/1.0.2/activation-1.0.2.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/common/core/jboss-common-core/1.0/jboss-common-core-1.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.7.1/xercesImpl-2.7.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.5/dom4j-1.5.jar"/>
-  <classpathentry kind="var" path="M2_REPO/oswego-concurrent/concurrent/1.3.4/concurrent-1.3.4.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-slide/webdavlib/2.0/webdavlib-2.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/jboss-test/jboss-test/1.0.0.CR1/jboss-test-1.0.0.CR1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/logging/jboss-logging-spi/1.0/jboss-logging-spi-1.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/wutka-dtdparser/dtdparser121/1.2.1/dtdparser121-1.2.1.jar"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="var" path="M2_REPO/jaxen/jaxen/1.1-beta-4/jaxen-1.1-beta-4.jar"/>
+	<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/sun-jaf/activation/1.0.2/activation-1.0.2.jar"/>
+	<classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.7.1/xercesImpl-2.7.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.5/dom4j-1.5.jar"/>
+	<classpathentry kind="var" path="M2_REPO/oswego-concurrent/concurrent/1.3.4/concurrent-1.3.4.jar"/>
+	<classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
+	<classpathentry kind="var" path="M2_REPO/wutka-dtdparser/dtdparser121/1.2.1/dtdparser121-1.2.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jboss-logging-spi/2.0.2.GA/jboss-logging-spi-2.0.2.GA.jar"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jboss-test/1.0.0.GA/jboss-test-1.0.0.GA.jar"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jboss-common-core/2.0.2.GA/jboss-common-core-2.0.2.GA.jar"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: jbossxb/tags/1.0.0.CR8/pom.xml
===================================================================
--- jbossxb/tags/1.0.0.CR8/pom.xml	2006-11-28 22:01:21 UTC (rev 2181)
+++ jbossxb/tags/1.0.0.CR8/pom.xml	2006-11-29 00:34:31 UTC (rev 2182)
@@ -1,10 +1,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>jboss.jbossxb</groupId>
+  <groupId>jboss</groupId>
   <artifactId>jbossxb</artifactId>
   <packaging>jar</packaging>
-  <version>1.0.1.TEST</version>
+  <version>1.0.0.CR8</version>
   <name>JBoss XML Binding</name>
   <url>http://www.jboss.org</url>
   <description>JBoss XML Binding</description>
@@ -57,6 +57,7 @@
   
   <build>
      <sourceDirectory>src/main/java</sourceDirectory>
+     <finalName>jboss-xml-binding</finalName>
   <plugins>
   
       <!-- define how we want compilation to take place
@@ -97,9 +98,11 @@
               </goals>
            </execution>
         </executions>
+        <!--
         <configuration>
            <jarName>jboss-xml-binding</jarName>
         </configuration>
+        -->
      </plugin>
 
       <plugin>
@@ -123,40 +126,36 @@
 
   <dependencies>
     <dependency>
-      <groupId>jboss.logging</groupId>
+      <groupId>jboss</groupId>
       <artifactId>jboss-logging-spi</artifactId>
-      <version>1.0</version>
+      <version>2.0.2.GA</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>jboss.logging.log4j</groupId>
+      <groupId>jboss</groupId>
       <artifactId>jboss-logging-log4j</artifactId>
-      <version>1.0</version>
+      <version>2.0.2.GA</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>jboss.common.core</groupId>
+      <groupId>jboss</groupId>
       <artifactId>jboss-common-core</artifactId>
-      <version>1.0</version>
+      <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-slide</groupId>
-      <artifactId>webdavlib</artifactId>
-      <version>2.0</version>
-      <scope>compile</scope>
-    </dependency> 
-    <dependency>
-      <groupId>sun-jaf</groupId>
-      <artifactId>activation</artifactId>
-      <version>1.0.2</version>
-      <scope>compile</scope>
-    </dependency> 
-    <dependency>
       <groupId>apache-xerces</groupId>
       <artifactId>xercesImpl</artifactId>
       <version>2.7.1</version>
@@ -175,12 +174,18 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>jboss.jboss-test</groupId>
-      <artifactId>jboss-test</artifactId>
-      <version>1.0.0.CR1</version>
-      <scope>test</scope>
-    </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>
+      <!-- Set maven.cvs.root in your settings.xml -->
+      <url>file://${maven.cvs.root}</url>
+    </repository>
+  </distributionManagement>
 </project>
-




More information about the jboss-svn-commits mailing list