[jbosscache-commits] JBoss Cache SVN: r8392 - core/trunk.

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


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

Modified:
   core/trunk/pom.xml
Log:
Fixed pom

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2010-04-21 11:20:04 UTC (rev 8391)
+++ core/trunk/pom.xml	2010-04-21 11:20:52 UTC (rev 8392)
@@ -4,7 +4,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <properties>
-        <jbosscache-core-version>3.2.1-SNAPSHOT</jbosscache-core-version>
+        <jbosscache-core-version>3.2.4-SNAPSHOT</jbosscache-core-version>
         <!-- By default only run tests in the "unit" group -->
         <defaultTestGroup>unit</defaultTestGroup>
         <!-- By default only generate Javadocs when we install the module. -->
@@ -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