[weld-commits] Weld SVN: r4033 - extensions/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Oct 14 10:16:51 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-14 10:16:51 -0400 (Wed, 14 Oct 2009)
New Revision: 4033

Modified:
   extensions/trunk/pom.xml
Log:
use parent 2, cleanup

Modified: extensions/trunk/pom.xml
===================================================================
--- extensions/trunk/pom.xml	2009-10-14 11:20:38 UTC (rev 4032)
+++ extensions/trunk/pom.xml	2009-10-14 14:16:51 UTC (rev 4033)
@@ -5,6 +5,12 @@
    <packaging>pom</packaging>
    <version>1.0.0-SNAPSHOT</version>
 
+   <parent>
+      <groupId>org.jboss.weld</groupId>
+      <artifactId>weld-parent</artifactId>
+      <version>2</version>
+   </parent>
+
    <name>Weld Extensions Build Aggregator</name>
    
    <modules>
@@ -26,20 +32,6 @@
       <url>http://fisheye.jboss.org/browse/Weld</url>
    </scm>
 
-   <!-- Needed despite skipping the deployment of this -->
-   <distributionManagement>
-      <repository>
-         <id>oss.sonatype.org/jboss-staging</id>
-         <name>Sonatype Nexus Maven Repository</name>
-         <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
-      </repository>
-      <snapshotRepository>
-         <id>oss.sonatype.org/jboss-snapshots</id>
-         <name>Sonatype Nexus Snapshot Repository</name>
-         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
-      </snapshotRepository>
-   </distributionManagement>
-   
    <!-- Minimal build configuration -->
    <build>
       <plugins>
@@ -48,9 +40,6 @@
             <artifactId>maven-release-plugin</artifactId>
             <version>2.0-beta-9</version>
             <configuration>
-               <goals>deploy</goals>
-               <arguments>-Prelease</arguments>
-               <autoVersionSubmodules>true</autoVersionSubmodules>
                <tagBase>https://svn.jboss.org/repos/weld/extensions/tags</tagBase>
             </configuration>
          </plugin>



More information about the weld-commits mailing list