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 2009/08/17 12:34:10 UTC

svn commit: r804927 - /directory/daemon/trunk/pom.xml

Author: pamarcelot
Date: Mon Aug 17 10:34:10 2009
New Revision: 804927

URL: http://svn.apache.org/viewvc?rev=804927&view=rev
Log:
Moved to version 16 of the project pom. Cleaned a comment.

Modified:
    directory/daemon/trunk/pom.xml

Modified: directory/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?rev=804927&r1=804926&r2=804927&view=diff
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Mon Aug 17 10:34:10 2009
@@ -24,13 +24,12 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>15</version>
+    <version>16</version>
   </parent>
   <groupId>org.apache.directory.daemon</groupId>
   <artifactId>daemon-parent</artifactId>
   <name>Apache Directory Daemon</name>
   <packaging>pom</packaging>
-  <!-- note that this skipped a RC in being bumped up -->
   <version>1.1.6-SNAPSHOT</version>
   <description>
     Reusable framework for daemon applications based on Commons Daemon