changeset 276:bbcdc4202a19

Use Cacio 1.1 release. Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-May/001210.html
author Roman Kennke <rkennke@redhat.com>
date Thu, 03 May 2012 23:17:57 +0200
parents 365cea8f669f
children 2140a7c81a4b
files client/pom.xml pom.xml
diffstat 2 files changed, 2 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/client/pom.xml	Thu May 03 23:17:13 2012 +0200
+++ b/client/pom.xml	Thu May 03 23:17:57 2012 +0200
@@ -72,8 +72,7 @@
       <artifactId>cacio-tta</artifactId>
       <scope>test</scope>
     </dependency>
-
-  	<dependency>
+    <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-common</artifactId>
       <version>${project.version}</version>
@@ -84,24 +83,4 @@
     </dependency>
   </dependencies>
 
-  <!--  TODO: This is only temporary until Cacio has been released and hit Maven central. -->
-  <repositories>
-    <repository>
-      <releases>
-        <enabled>false</enabled>
-        <updatePolicy>always</updatePolicy>
-        <checksumPolicy>warn</checksumPolicy>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-        <updatePolicy>never</updatePolicy>
-        <checksumPolicy>fail</checksumPolicy>
-      </snapshots>
-      <id>sonatype-snapshots</id>
-      <name>Sonatype Snapshots</name>
-      <url>http://oss.sonatype.org/content/repositories/snapshots/</url>
-      <layout>default</layout>
-    </repository>
-  </repositories>
-
 </project>
--- a/pom.xml	Thu May 03 23:17:13 2012 +0200
+++ b/pom.xml	Thu May 03 23:17:57 2012 +0200
@@ -157,7 +157,7 @@
       <dependency>
         <groupId>net.java.openjdk.cacio</groupId>
         <artifactId>cacio-tta</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>1.1</version>
       </dependency>
 
       <dependency>