You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/02/24 11:06:18 UTC

svn commit: r1293158 - in /directory/jdbm/trunk: jdbm/pom.xml jdbm2/pom.xml pom.xml

Author: pamarcelot
Date: Fri Feb 24 10:06:17 2012
New Revision: 1293158

URL: http://svn.apache.org/viewvc?rev=1293158&view=rev
Log:
Naming consistency.

Modified:
    directory/jdbm/trunk/jdbm/pom.xml
    directory/jdbm/trunk/jdbm2/pom.xml
    directory/jdbm/trunk/pom.xml

Modified: directory/jdbm/trunk/jdbm/pom.xml
URL: http://svn.apache.org/viewvc/directory/jdbm/trunk/jdbm/pom.xml?rev=1293158&r1=1293157&r2=1293158&view=diff
==============================================================================
--- directory/jdbm/trunk/jdbm/pom.xml (original)
+++ directory/jdbm/trunk/jdbm/pom.xml Fri Feb 24 10:06:17 2012
@@ -26,7 +26,7 @@
   </parent>
   
   <artifactId>apacheds-jdbm</artifactId>
-  <name>ApacheDS JDBM implementation</name>
+  <name>ApacheDS JDBM Implementation</name>
   <packaging>bundle</packaging>
 
   <description>Specific JDBM Implementation</description>

Modified: directory/jdbm/trunk/jdbm2/pom.xml
URL: http://svn.apache.org/viewvc/directory/jdbm/trunk/jdbm2/pom.xml?rev=1293158&r1=1293157&r2=1293158&view=diff
==============================================================================
--- directory/jdbm/trunk/jdbm2/pom.xml (original)
+++ directory/jdbm/trunk/jdbm2/pom.xml Fri Feb 24 10:06:17 2012
@@ -26,7 +26,7 @@
   </parent>
   
   <artifactId>apacheds-jdbm2</artifactId>
-  <name>ApacheDS JDBM implementation MVCC</name>
+  <name>ApacheDS JDBM Implementation MVCC</name>
   <packaging>bundle</packaging>
 
   <description>Specific JDBM Implementation with MVCC</description>

Modified: directory/jdbm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/jdbm/trunk/pom.xml?rev=1293158&r1=1293157&r2=1293158&view=diff
==============================================================================
--- directory/jdbm/trunk/pom.xml (original)
+++ directory/jdbm/trunk/pom.xml Fri Feb 24 10:06:17 2012
@@ -30,14 +30,14 @@
 
   <groupId>org.apache.directory.jdbm</groupId>
   <artifactId>apacheds-jdbm-parent</artifactId>
-  <name>JDBM</name>
+  <name>ApacheDS JDBM</name>
   <version>2.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <description>Specific JDBM Implementation</description>
+  <description>Specific ApacheDS JDBM Implementation</description>
 
   <properties>
-    <projectName>Apache JDBM</projectName>
+    <projectName>ApacheDS JDBM</projectName>
     <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/jdbm/gen-docs/${project.version}/</distMgmtSiteUrl>
 
     <!-- Set versions for depending projects -->