[jboss-svn-commits] JBoss Common SVN: r2540 - jbossxb-builder/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 18 23:12:03 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-09-18 23:12:02 -0400 (Tue, 18 Sep 2007)
New Revision: 2540

Modified:
   jbossxb-builder/trunk/pom.xml
Log:
Update to release versions of dependencies

Modified: jbossxb-builder/trunk/pom.xml
===================================================================
--- jbossxb-builder/trunk/pom.xml	2007-09-19 03:05:36 UTC (rev 2539)
+++ jbossxb-builder/trunk/pom.xml	2007-09-19 03:12:02 UTC (rev 2540)
@@ -61,17 +61,6 @@
         <updatePolicy>never</updatePolicy>
       </snapshots>
     </pluginRepository>
-    <pluginRepository>
-      <id>central</id>
-      <name>LSU maven2 mirror</name>
-        <!-- <url>http://ibiblio.lsu.edu/main/pub/packages/maven2</url> -->
-        <url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
-      <layout>default</layout>
-      <snapshots>
-        <enabled>false</enabled>
-        <updatePolicy>never</updatePolicy>
-      </snapshots>
-    </pluginRepository>
   </pluginRepositories>
   
   
@@ -93,7 +82,14 @@
           <target>1.5</target>
         </configuration>
       </plugin>  
-      
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <!-- The tagBase property is needed during the release process so that the maven release plugin
+            will create the release tag in the appropriate location. -->
+          <tagBase>https://svn.jboss.org/repos/common/jbossxb-builder/tags</tagBase>
+        </configuration>
+      </plugin>      
       <!-- define that we wish to create src jars -->
       <plugin>
         <artifactId>maven-source-plugin</artifactId>
@@ -148,7 +144,7 @@
     <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-test</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4.GA</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -160,7 +156,7 @@
     <dependency>
       <groupId>org.jboss.microcontainer</groupId>
       <artifactId>jboss-container</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.0.0.Beta4</version>
       <scope>compile</scope>
       <!-- FIXME http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077827#4077827 -->
       <exclusions>
@@ -173,48 +169,8 @@
     <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jbossxb</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.0.0.CR4</version>
     </dependency>
-
-<!-- these seem to be not needed
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-common-logging-spi</artifactId>
-      <version>2.0.4.GA</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-common-logging-log4j</artifactId>
-      <version>2.0.4.GA</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>2.0.4.GA</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>apache-xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.7.1</version>
-      <scope>test</scope>
-    </dependency>     
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</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