[infinispan-commits] Infinispan SVN: r1710 - in trunk: cachestore/cloud and 4 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Apr 21 11:01:43 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-04-21 11:01:41 -0400 (Wed, 21 Apr 2010)
New Revision: 1710

Modified:
   trunk/cachestore/bdbje/pom.xml
   trunk/cachestore/cloud/pom.xml
   trunk/demos/ec2/pom.xml
   trunk/parent/pom.xml
   trunk/server/memcached/pom.xml
   trunk/tools/pom.xml
Log:
Updated to work with new Nexus repository

Modified: trunk/cachestore/bdbje/pom.xml
===================================================================
--- trunk/cachestore/bdbje/pom.xml	2010-04-21 15:00:06 UTC (rev 1709)
+++ trunk/cachestore/bdbje/pom.xml	2010-04-21 15:01:41 UTC (rev 1710)
@@ -20,12 +20,4 @@
          <version>4.0.92</version>
       </dependency>
    </dependencies>
-
-   <repositories>
-      <repository>
-         <id>berkeleydb-je.repository</id>
-         <url>http://download.oracle.com/maven/</url>
-      </repository>
-   </repositories>
-
 </project>

Modified: trunk/cachestore/cloud/pom.xml
===================================================================
--- trunk/cachestore/cloud/pom.xml	2010-04-21 15:00:06 UTC (rev 1709)
+++ trunk/cachestore/cloud/pom.xml	2010-04-21 15:01:41 UTC (rev 1710)
@@ -65,22 +65,6 @@
       </dependency>
       <!-- =========================================================== -->
    </dependencies>
-   <repositories>
-      <repository>
-         <id>jclouds</id>
-         <url>http://jclouds.googlecode.com/svn/repo</url>
-         <snapshots>
-            <enabled>false</enabled>
-         </snapshots>
-      </repository>
-      <repository>
-         <id>jclouds-snapshots</id>
-         <url>http://jclouds.rimuhosting.com/maven2/snapshots</url>
-         <snapshots>
-            <enabled>true</enabled>
-         </snapshots>
-      </repository>
-   </repositories>
 
    <build>
       <testSourceDirectory>${test.src.dir}</testSourceDirectory>

Modified: trunk/demos/ec2/pom.xml
===================================================================
--- trunk/demos/ec2/pom.xml	2010-04-21 15:00:06 UTC (rev 1709)
+++ trunk/demos/ec2/pom.xml	2010-04-21 15:01:41 UTC (rev 1710)
@@ -13,12 +13,6 @@
    <name>Infinispan EC2 Demo</name>
    <description>Infinispan - EC2 Demo</description>
    <packaging>war</packaging>
-   <repositories>
-      <repository>
-         <id>codehaus.m2.snapshots</id>
-         <url>http://snapshots.repository.codehaus.org</url>
-      </repository>
-   </repositories>
    <dependencies>
       <dependency>
          <groupId>${project.groupId}</groupId>

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml	2010-04-21 15:00:06 UTC (rev 1709)
+++ trunk/parent/pom.xml	2010-04-21 15:01:41 UTC (rev 1710)
@@ -44,7 +44,12 @@
          </notifier>
       </notifiers>
    </ciManagement>
-
+   <developers>
+      <developer>
+         <id>placeholder</id>
+         <name>See http://www.infinispan.org for a complete list of contributors</name>            
+      </developer>
+   </developers>
    <mailingLists>
       <mailingList>
          <name>Infinispan Commit Notificatons</name>
@@ -66,10 +71,8 @@
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
       <defaultTestGroup>functional,unit</defaultTestGroup>
       <testNGListener>org.infinispan.test.fwk.UnitTestTestNGListener</testNGListener>
-      <jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/
-      </jboss.releases.repo.url>
-      <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/
-      </jboss.snapshots.repo.url>
+      <jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</jboss.releases.repo.url>
+      <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
    </properties>
 
    <dependencies>
@@ -318,51 +321,6 @@
       </plugins>
    </reporting>
 
-   <repositories>
-      <!-- basic JBoss repository -->
-      <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>
-      <repository>
-         <id>scala-tools.org</id>
-         <name>Scala-tools Maven2 Repository</name>
-         <url>http://scala-tools.org/repo-releases</url>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-   </repositories>
-
-   <pluginRepositories>
-      <pluginRepository>
-         <id>Main Maven Repo</id>
-         <url>http://repo1.maven.org/maven2/</url>
-      </pluginRepository>
-      <pluginRepository>
-         <id>snapshots.repository.codehaus.org</id>
-         <url>http://snapshots.repository.codehaus.org</url>
-      </pluginRepository>
-      <pluginRepository>
-         <id>repository.jboss.org</id>
-         <url>http://repository.jboss.org/maven2</url>
-      </pluginRepository>
-      <pluginRepository>
-         <id>snapshots.jboss.org</id>
-         <url>http://snapshots.jboss.org/maven2</url>
-      </pluginRepository>
-      <pluginRepository>
-         <id>scala-tools.org</id>
-         <name>Scala-tools Maven2 Repository</name>
-         <url>http://scala-tools.org/repo-releases</url>
-      </pluginRepository>
-   </pluginRepositories>
-
    <distributionManagement>
       <repository>
          <id>jboss-releases</id>

Modified: trunk/server/memcached/pom.xml
===================================================================
--- trunk/server/memcached/pom.xml	2010-04-21 15:00:06 UTC (rev 1709)
+++ trunk/server/memcached/pom.xml	2010-04-21 15:01:41 UTC (rev 1710)
@@ -66,19 +66,6 @@
             </executions>
          </plugin>
       </plugins>
-
    </build>
    
-  <repositories>
-    <repository>
-      <id>spy</id>
-      <name>Spy Repository</name>
-      <layout>default</layout>
-      <url>http://bleu.west.spy.net/~dustin/m2repo/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  
 </project>

Modified: trunk/tools/pom.xml
===================================================================
--- trunk/tools/pom.xml	2010-04-21 15:00:06 UTC (rev 1709)
+++ trunk/tools/pom.xml	2010-04-21 15:01:41 UTC (rev 1710)
@@ -15,14 +15,6 @@
    <name>Infinispan Tools</name>
    <description>Infinispan - Tools for project</description>
 
-	<!-- needed for XSOM -->
-	<repositories>
-      <repository>
-         <id>download.java.net</id>
-         <url>http://download.java.net/maven/2</url>
-      </repository>
-   </repositories>
-
    <properties>
       <version.rhq.plugingen>1.4.0.B01</version.rhq.plugingen>
       <version.xsom>20081112</version.xsom>



More information about the infinispan-commits mailing list