[jbosscache-commits] JBoss Cache SVN: r8391 - core/tags/3.2.3.GA.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Apr 21 07:20:05 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-04-21 07:20:04 -0400 (Wed, 21 Apr 2010)
New Revision: 8391

Modified:
   core/tags/3.2.3.GA/pom.xml
Log:
Fixed pom

Modified: core/tags/3.2.3.GA/pom.xml
===================================================================
--- core/tags/3.2.3.GA/pom.xml	2010-04-21 09:13:50 UTC (rev 8390)
+++ core/tags/3.2.3.GA/pom.xml	2010-04-21 11:20:04 UTC (rev 8391)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.jboss.cache</groupId>
         <artifactId>jbosscache-common-parent</artifactId>
-        <version>1.5</version>
+        <version>1.6</version>
     </parent>
     <groupId>org.jboss.cache</groupId>
     <artifactId>jbosscache-core</artifactId>
@@ -81,7 +81,7 @@
         <dependency>
             <groupId>net.noderunner</groupId>
             <artifactId>amazon-s3</artifactId>
-            <version>1.0.0.0</version>
+            <version>1.0.0.1</version>
             <optional>true</optional>
         </dependency>
 
@@ -126,7 +126,7 @@
         <dependency>
             <groupId>net.noderunner</groupId>
             <artifactId>http</artifactId>
-            <version>1.0</version>
+            <version>1.0.3</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -236,28 +236,6 @@
         </plugins>
     </reporting>
 
-    <!-- basic JBoss repository so that the common parent POM in jbosscache-support can be found -->
-    <repositories>
-        <repository>
-            <id>repository.jboss.org</id>
-            <url>http://repository.jboss.org/maven2</url>
-        </repository>
-        <repository>
-            <id>snapshots.jboss.org</id>
-            <url>http://snapshots.jboss.org/maven2</url>
-        </repository>
-        <!-- For Amazon S3 artifacts -->
-        <repository>
-            <id>e-xml.sourceforge.net</id>
-            <url>http://e-xml.sourceforge.net/maven2/repository</url>
-        </repository>
-        <!-- For Sleepycat -->
-        <repository>
-            <id>berkeleydb-je.repository</id>
-            <url>http://download.oracle.com/maven/</url>
-        </repository>
-    </repositories>
-
     <profiles>
         <profile>
             <!-- This testMoreState generates Javadocs and the UserGuide, FAQs and Tutorial in the "package" phase. -->



More information about the jbosscache-commits mailing list