Skip to content

Commit

Permalink
update to dav for release repo
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@3322 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jul 28, 2009
1 parent e326cca commit 8ca2e46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
6 changes: 2 additions & 4 deletions parent/pom.xml
Expand Up @@ -225,11 +225,9 @@

<distributionManagement>
<repository>
<!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
<!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
<!-- todo : replace this with direct svn access once the svnkit providers are available -->
<id>repository.jboss.org</id>
<url>file://${maven.repository.root}</url>
<name>JBoss Releases Repository</name>
<url>dav:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
</repository>
<snapshotRepository>
<id>snapshots.jboss.org</id>
Expand Down
19 changes: 4 additions & 15 deletions pom.xml
Expand Up @@ -15,21 +15,10 @@
</scm>

<distributionManagement>
<repository>
<!--
Copy the dist to the local checkout of the JBoss maven2 repo
${maven.repository.root}
-->
<!--
It is anticipated that ${maven.repository.root} be set in user's
settings.xml
-->
<!--
todo : replace this with direct svn access once the svnkit providers
are available
-->
<id>repository.jboss.org</id>
<url>file://${maven.repository.root}</url>
<repository>
<id>repository.jboss.org</id>
<name>JBoss Releases Repository</name>
<url>dav:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
</repository>
<snapshotRepository>
<id>snapshots.jboss.org</id>
Expand Down
6 changes: 2 additions & 4 deletions version-matrix/pom.xml
Expand Up @@ -523,11 +523,9 @@

<distributionManagement>
<repository>
<!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
<!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
<!-- todo : replace this with direct svn access once the svnkit providers are available -->
<id>repository.jboss.org</id>
<url>file://${maven.repository.root}</url>
<name>JBoss Releases Repository</name>
<url>dav:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
</repository>
<snapshotRepository>
<id>snapshots.jboss.org</id>
Expand Down

0 comments on commit 8ca2e46

Please sign in to comment.