]> source.dussan.org Git - javassist.git/commitdiff
corrected specification of upload repo for sonatype repo upload profile
authoradinn <adinn@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Mon, 26 Jul 2010 15:26:20 +0000 (15:26 +0000)
committeradinn <adinn@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Mon, 26 Jul 2010 15:26:20 +0000 (15:26 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@566 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

pom.xml

diff --git a/pom.xml b/pom.xml
index 553e043cedaa8a52ebabbabf8c8ab35e7bd23c42..4c1e570184cf7e1e4197f11c9207e15cfd25ce0d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <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>