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 051ef8d commit db381ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -36,9 +36,9 @@
</description>

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

<dependencyManagement>
Expand Down

0 comments on commit db381ec

Please sign in to comment.