Skip to content

Commit

Permalink
Correcting error with branch being used in the <scm> elements of the …
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesj committed Apr 21, 2010
1 parent 1f98845 commit 4711376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
<inceptionYear>2009</inceptionYear>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/parent</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/parent</developerConnection>
<url>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/parent</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RCx/parent</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RCx/parent</developerConnection>
<url>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RCx/parent</url>
</scm>

<issueManagement>
Expand Down

0 comments on commit 4711376

Please sign in to comment.