aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoradinn <adinn@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-07-26 15:26:20 +0000
committeradinn <adinn@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-07-26 15:26:20 +0000
commit8ed4df1ad609524d3e2198c1f19afb5e7564131d (patch)
treea6ed3c284e4a3ea6b9687a40765acf752f6fcc99 /pom.xml
parentbad6d87c95172dd92318423c893fd903965ff603 (diff)
downloadjavassist-8ed4df1ad609524d3e2198c1f19afb5e7564131d.tar.gz
javassist-8ed4df1ad609524d3e2198c1f19afb5e7564131d.zip
corrected specification of upload repo for sonatype repo upload profile
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@566 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 553e043c..4c1e5701 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>