diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-21 09:16:54 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-21 09:16:54 +0000 |
commit | 4af7697deaad36a980f7341d13967e2c202ec6be (patch) | |
tree | 1d6bd21c5af12dc52fb96a8e53b164c903590372 /sca-java-2.x/trunk | |
parent | dfe07a48afa43c50cf3ddcaeae1034de0af0bcce (diff) |
Update root pom.xml distributionManagement for Nexus based repositories. To use these you'll need to define the servers in your m2 settings.xml, for details see http://maven.apache.org/developers/committer-settings.html
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956509 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/pom.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index e5e8d37795..0380d62678 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -247,17 +247,16 @@ <!-- Distribution Management configuration --> <!-- ====================================================================== --> <distributionManagement> - <repository> - <id>apache.releases</id> - <name>Apache Release Distribution Repository</name> - <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url> - </repository> - <snapshotRepository> - <id>apache.snapshots</id> - <name>Apache Development Snapshot Repository</name> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <uniqueVersion>false</uniqueVersion> - </snapshotRepository> + <repository> + <id>apache.releases.https</id> + <name>Apache Release Distribution Repository</name> + <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> + </repository> + <snapshotRepository> + <id>apache.snapshots.https</id> + <name>Apache Development Snapshot Repository</name> + <url>https://repository.apache.org/content/repositories/snapshots</url> + </snapshotRepository> </distributionManagement> <profiles> |