[weld-commits] Weld SVN: r6758 - build/trunk/parent.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jul 22 18:14:47 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-07-22 18:14:47 -0400 (Thu, 22 Jul 2010)
New Revision: 6758

Modified:
   build/trunk/parent/pom.xml
Log:
[maven-release-plugin] prepare release weld-parent-13

Modified: build/trunk/parent/pom.xml
===================================================================
--- build/trunk/parent/pom.xml	2010-07-22 21:42:15 UTC (rev 6757)
+++ build/trunk/parent/pom.xml	2010-07-22 22:14:47 UTC (rev 6758)
@@ -3,7 +3,7 @@
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-parent</artifactId>
    <packaging>pom</packaging>
-   <version>13-SNAPSHOT</version>
+   <version>13</version>
 
    <name>Weld Parent</name>
 
@@ -90,6 +90,12 @@
       <jbossorg.docbook.version>1.1.0</jbossorg.docbook.version>
       <pdf.name>${project.artifactId}.pdf</pdf.name>
       <minimum.maven.version>2.0.10</minimum.maven.version>
+
+      <!-- ***************** -->
+      <!-- Repository Deployment URLs -->
+      <!-- ***************** -->
+      <jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</jboss.releases.repo.url>
+      <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
    </properties>
 
    <prerequisites>
@@ -548,23 +554,23 @@
                <version>1.3</version>
             </plugin>
             <plugin>
-                  <groupId>org.codehaus.mojo</groupId>
-                  <artifactId>findbugs-maven-plugin</artifactId>
-                  <version>2.3.1</version>
-                  <configuration>
-                     <effort>Max</effort>
-                     <threshold>Low</threshold>
-                     <xmlOutput>true</xmlOutput>
-                     <failOnError>false</failOnError>
-                  </configuration>
-                  <executions>
-                     <execution>
-                        <goals>
-                           <goal>check</goal>
-                        </goals>
-                     </execution>
-                  </executions>
-               </plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>findbugs-maven-plugin</artifactId>
+               <version>2.3.1</version>
+               <configuration>
+                  <effort>Max</effort>
+                  <threshold>Low</threshold>
+                  <xmlOutput>true</xmlOutput>
+                  <failOnError>false</failOnError>
+               </configuration>
+               <executions>
+                  <execution>
+                     <goals>
+                        <goal>check</goal>
+                     </goals>
+                  </execution>
+               </executions>
+            </plugin>
          </plugins>
       </pluginManagement>
    </build>
@@ -735,22 +741,23 @@
    <!-- SCM and Distribution Management -->
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/build/trunk/parent</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/build/trunk/parent</developerConnection>
-      <url>http://fisheye.jboss.org/browse/Weld/build/trunk/parent</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/build/tags/weld-parent-13</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/build/tags/weld-parent-13</developerConnection>
+      <url>http://fisheye.jboss.org/browse/Weld/build/tags/weld-parent-13</url>
    </scm>
 
    <distributionManagement>
       <repository>
-         <id>oss.sonatype.org/jboss-staging</id>
-         <name>Sonatype Nexus Maven Repository</name>
-         <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+         <id>jboss-releases-repository</id>
+         <name>JBoss Releases Repository</name>
+         <url>${jboss.releases.repo.url}</url>
       </repository>
       <snapshotRepository>
-         <id>oss.sonatype.org/jboss-snapshots</id>
-         <name>Sonatype Nexus Snapshot Repository</name>
-         <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+         <id>jboss-snapshots-repository</id>
+         <name>JBoss Snapshots Repository</name>
+         <url>${jboss.snapshots.repo.url}</url>
       </snapshotRepository>
    </distributionManagement>
 
+
 </project>



More information about the weld-commits mailing list