[infinispan-commits] Infinispan SVN: r93 - in trunk: cachestore/bdbje and 5 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Apr 7 10:04:10 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-04-07 10:04:10 -0400 (Tue, 07 Apr 2009)
New Revision: 93

Modified:
   trunk/cachestore/bdbje/pom.xml
   trunk/cachestore/jdbc/pom.xml
   trunk/cachestore/s3/pom.xml
   trunk/core/pom.xml
   trunk/parent/pom.xml
   trunk/pom.xml
   trunk/tree/pom.xml
Log:
Updated POMs

Modified: trunk/cachestore/bdbje/pom.xml
===================================================================
--- trunk/cachestore/bdbje/pom.xml	2009-04-07 13:01:09 UTC (rev 92)
+++ trunk/cachestore/bdbje/pom.xml	2009-04-07 14:04:10 UTC (rev 93)
@@ -12,8 +12,8 @@
 
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-cachestore-bdbje</artifactId>
-   <name>INFINISPAN - Cachestore bdbje</name>
-   <description>INFINISPAN - Open Source Data Grids. This is the cachestore/bdbje package.</description>
+   <name>Infinispan BDBJE CacheStore</name>
+   <description>Infinispan BerkeleyDB JavaEdition CacheStore module</description>
    <dependencies>
       <dependency>
          <groupId>${project-package}</groupId>

Modified: trunk/cachestore/jdbc/pom.xml
===================================================================
--- trunk/cachestore/jdbc/pom.xml	2009-04-07 13:01:09 UTC (rev 92)
+++ trunk/cachestore/jdbc/pom.xml	2009-04-07 14:04:10 UTC (rev 93)
@@ -12,8 +12,8 @@
 
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-cachestore-jdbc</artifactId>
-   <name>Infinispan - Cachestore jdbc</name>
-   <description>INFINISPAN - Open Source Data Grids. This is the cachestore/jdbc package.</description>
+   <name>Infinispan JDBC CacheStore</name>
+   <description>Infinispan JDBC CacheStore module</description>
    <dependencies>
       <dependency>
          <groupId>${project-package}</groupId>

Modified: trunk/cachestore/s3/pom.xml
===================================================================
--- trunk/cachestore/s3/pom.xml	2009-04-07 13:01:09 UTC (rev 92)
+++ trunk/cachestore/s3/pom.xml	2009-04-07 14:04:10 UTC (rev 93)
@@ -11,8 +11,8 @@
    </parent>
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-cachestore-s3</artifactId>
-   <name>Infinispan - Cachestore S3</name>
-   <description>INFINISPAN - Open Source Data Grids. This is the cachestore-s3 package.</description>
+   <name>Infinispan Amazon S3 CacheStore</name>
+   <description>Infinispan Amazon S3 CacheStore module</description>
 
    <dependencies>
       <dependency>

Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2009-04-07 13:01:09 UTC (rev 92)
+++ trunk/core/pom.xml	2009-04-07 14:04:10 UTC (rev 93)
@@ -13,8 +13,8 @@
 
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-core</artifactId>
-   <name>Infinispan - Core</name>
-   <description>Infinispan - Open Source Data Grids. This is the core package.</description>
+   <name>Infinispan Core</name>
+   <description>Infinispan core module</description>
    <dependencies>
       <!-- Weird dep that should be removed soon -->
       <dependency>

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml	2009-04-07 13:01:09 UTC (rev 92)
+++ trunk/parent/pom.xml	2009-04-07 14:04:10 UTC (rev 93)
@@ -1,7 +1,4 @@
 <?xml version="1.0"?>
-
-<!-- This pom is going to become the parent pom for the whole project -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -22,9 +19,9 @@
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-parent</artifactId>
    <version>4.0.0-SNAPSHOT</version>
-   <name>Infinispan - Parent</name>
-   <description>INFINISPAN - Open Source Data Grids</description>
-   <url>http://www.jboss.org/infinispan</url>
+   <name>Infinispan Common Parent</name>
+   <description>Infinispan common parent POM module</description>
+   <url>http://www.infinispan.org</url>
    <packaging>pom</packaging>
    <dependencies>
       <dependency>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-04-07 13:01:09 UTC (rev 92)
+++ trunk/pom.xml	2009-04-07 14:04:10 UTC (rev 93)
@@ -15,8 +15,8 @@
    <artifactId>infinispan-aggregator</artifactId>
    <version>4.0.0-SNAPSHOT</version>
 
-   <name>Infinispan (Aggregator)</name>
-   <description>INFINISPAN - Open Source Data Grids. This is the aggregator module.</description>
+   <name>Infinispan Aggregator</name>
+   <description>Infinispan Module Aggregator</description>
    <packaging>pom</packaging>
 
    <reporting>

Modified: trunk/tree/pom.xml
===================================================================
--- trunk/tree/pom.xml	2009-04-07 13:01:09 UTC (rev 92)
+++ trunk/tree/pom.xml	2009-04-07 14:04:10 UTC (rev 93)
@@ -12,8 +12,8 @@
 
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-tree</artifactId>
-   <name>Infinispan - Tree API</name>
-   <description>INFINISPAN - Open Source Data Grids. This is the tree api package.</description>
+   <name>Infinispan Tree API</name>
+   <description>Infinispan tree API module</description>
    <dependencies>
       <dependency>
          <groupId>${project-package}</groupId>




More information about the infinispan-commits mailing list