Skip to content

Commit

Permalink
set proper scm urls
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/indexer/trunk@1030971 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Damian Bradicich committed Nov 4, 2010
1 parent 99f987d commit fb4035a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -78,9 +78,9 @@ under the License.
</developers>

<scm>
<connection>scm:svn:http://svn.sonatype.org/nexus/tags/nexus-indexer-artifact-1.0.1</connection>
<developerConnection>scm:svn:https://svn.sonatype.org/nexus/tags/nexus-indexer-artifact-1.0.1</developerConnection>
<url>http://svn.sonatype.org/nexus/tags/nexus-indexer-artifact-1.0.1</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/indexer/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/indexer/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/maven/indexer/trunk</url>
</scm>

<properties>
Expand Down

0 comments on commit fb4035a

Please sign in to comment.