You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2013/03/18 22:47:27 UTC

[48/50] git commit: o using snapshot version of sisu to vet any issues, and adding ossrh as a snapshot repository while testing

o using snapshot version of sisu to vet any issues, and adding ossrh as a snapshot repository while testing


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

Branch: refs/heads/master
Commit: bd4c38b7fda9adbf33e008da25cfc690e87c785a
Parents: ebf2e4d
Author: Jason van Zyl <ja...@tesla.io>
Authored: Fri Mar 15 06:48:06 2013 -0700
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Fri Mar 15 06:48:06 2013 -0700

----------------------------------------------------------------------
 pom.xml |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/bd4c38b7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ed5ea97..4f443fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
     <!-- last Java5 release of Guava -->
     <guavaVersion>11.0.2</guavaVersion>
     <guiceVersion>3.1.3</guiceVersion>
-    <sisuInjectVersion>0.0.0.M2</sisuInjectVersion>
+    <sisuInjectVersion>0.0.0-SNAPSHOT</sisuInjectVersion>
     <wagonVersion>2.4</wagonVersion>
     <securityDispatcherVersion>1.3</securityDispatcherVersion>
     <cipherVersion>1.7</cipherVersion>
@@ -564,5 +564,13 @@
       </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>