You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2013/06/03 12:46:11 UTC

[30/50] git commit: o remove snapshot repository

o remove snapshot repository


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e55a5109
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e55a5109
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/e55a5109

Branch: refs/heads/slf4j-log4j2
Commit: e55a51094b1cb5ea28071c5602afa1cade272984
Parents: f34b4fb
Author: Jason van Zyl <ja...@tesla.io>
Authored: Sat May 25 08:21:51 2013 -0400
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Sat May 25 08:21:51 2013 -0400

----------------------------------------------------------------------
 pom.xml |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/e55a5109/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d4d152f..e9776f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -561,13 +561,4 @@
       </build>
     </profile>
   </profiles>
-  <repositories>  
-    <repository>  
-      <id>ossrh</id>  
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>  
-      <snapshots>  
-        <enabled>true</enabled>  
-      </snapshots>          
-    </repository>  
-  </repositories>  
 </project>