[jboss-cvs] javassist SVN: r566 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 26 11:26:20 EDT 2010


Author: adinn
Date: 2010-07-26 11:26:20 -0400 (Mon, 26 Jul 2010)
New Revision: 566

Modified:
   trunk/pom.xml
Log:
corrected specification of upload repo for sonatype repo upload profile

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-07-26 14:49:11 UTC (rev 565)
+++ trunk/pom.xml	2010-07-26 15:26:20 UTC (rev 566)
@@ -160,13 +160,13 @@
     <profile>
       <id>centralRelease</id>
       <!-- obviously we need to use the Sonatype staging repo for upload -->
-      <repositories>
+      <distributionManagement>
 	<repository>
 	  <id>sonatype-releases-repository</id>
 	  <name>Sonatype Releases Repository</name>
 	  <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
 	</repository>
-      </repositories>
+      </distributionManagement>
       <!-- we need to be able to sign the jars we install -->
       <build>
         <plugins>



More information about the jboss-cvs-commits mailing list