Skip to content

Commit

Permalink
changing scm to point to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Slattery committed Aug 16, 2010
1 parent 9c260e1 commit a25eb7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -31,9 +31,9 @@
<version>0.2-incubating-SNAPSHOT</version>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/web</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/web</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/aries/trunk/web</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.2-incubating-RCx/web</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.2-incubating-RCx/web</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/web</url>
</scm>

<modules>
Expand Down

0 comments on commit a25eb7b

Please sign in to comment.