Skip to content

Commit

Permalink
switch to git
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 5, 2010
1 parent 8da6201 commit 03d1e85
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions parent/pom.xml
Expand Up @@ -394,7 +394,8 @@
<goals>
<goal>create</goal>
</goals>
<phase>validate</phase>
<!-- Disabled, as this plugin doesn't work for git -->
<phase>none</phase>
<configuration>
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
<revisionOnScmFailure>unavailable</revisionOnScmFailure>
Expand Down Expand Up @@ -719,9 +720,9 @@
<!-- SCM and Distribution Management -->

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/build/trunk/parent</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/build/trunk/parent</developerConnection>
<url>http://fisheye.jboss.org/browse/Weld/build/trunk/parent</url>
<connection>scm:git:git://github.com/weld/build.git</connection>
<developerConnection>scm:git:git://github.com/weld/build.git</developerConnection>
<url>scm:git:git://github.com/weld/build.git</url>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 03d1e85

Please sign in to comment.