HHH-5145 Update pom to use the new distributationManagement information

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19276 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-04-22 04:35:00 +00:00
parent 75781d3d02
commit 7d19150a27
1 changed files with 5 additions and 7 deletions

View File

@ -544,16 +544,14 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} --> <id>jboss-releases-repository</id>
<!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml --> <name>JBoss Releases Repository</name>
<!-- todo : replace this with direct svn access once the svnkit providers are available --> <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
<id>repository.jboss.org</id>
<url>file://${maven.repository.root}</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>snapshots.jboss.org</id> <id>jboss-snapshots-repositor</id>
<name>JBoss Snapshot Repository</name> <name>JBoss Snapshot Repository</name>
<url>dav:https://snapshots.jboss.org/maven2</url> <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>