You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2008/09/09 21:12:07 UTC

svn commit: r693569 - /activemq/camel/trunk/components/camel-guice/pom.xml

Author: janstey
Date: Tue Sep  9 12:12:07 2008
New Revision: 693569

URL: http://svn.apache.org/viewvc?rev=693569&view=rev
Log:
CAMEL-887 - Update to release version of Google Guice

Modified:
    activemq/camel/trunk/components/camel-guice/pom.xml

Modified: activemq/camel/trunk/components/camel-guice/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-guice/pom.xml?rev=693569&r1=693568&r2=693569&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-guice/pom.xml (original)
+++ activemq/camel/trunk/components/camel-guice/pom.xml Tue Sep  9 12:12:07 2008
@@ -38,11 +38,17 @@
   </properties>
 
   <repositories>
-    <!-- TODO remove ASAP when there is a real release! -->
+    <!-- TODO remove when there is a 1.1 release from Google! -->
     <repository>
-      <id>apache.jstrachan</id>
-      <name>Temporary repo until Guice 1.1 is released</name>
-      <url>http://people.apache.org/~jstrachan/maven2/</url>
+      <id>open.iona.m2</id>
+      <name>IONA Open Source Community Release Repository</name>
+      <url>http://repo.open.iona.com/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
     </repository>
   </repositories>
 
@@ -56,7 +62,7 @@
       <groupId>com.google.code.guice</groupId>
       <artifactId>guice</artifactId>
       <!-- TODO requires release after 1.0 as we need the Multibinder -->
-      <version>1.1-SNAPSHOT</version>
+      <version>1.1.0-fuse</version>
     </dependency>
 
     <!-- TODO should be really included by guice!! -->