Browse Source

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
tags/rel_3_17_1_ga
adinn 13 years ago
parent
commit
8ed4df1ad6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      pom.xml

+ 2
- 2
pom.xml View File

@@ -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>

Loading…
Cancel
Save