Skip to content

Commit

Permalink
IN PROGRESS - issue NXCM-2242: Stage Snapshot Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Sep 14, 2010
1 parent f118d16 commit 44a3fbc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions nexus-repository-metadata/pom.xml
@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -106,4 +105,11 @@
<timezone>-6</timezone>
</developer>
</developers>

<scm>
<connection>scm:svn:http://svn.sonatype.org/nexus/trunk/nexus-repository-metadata</connection>
<developerConnection>scm:svn:https://svn.sonatype.org/nexus/trunk/nexus-repository-metadata</developerConnection>
<url>http://svn.sonatype.org/nexus/trunk/nexus-repository-metadata</url>
</scm>

</project>

0 comments on commit 44a3fbc

Please sign in to comment.