You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2007/11/15 00:07:27 UTC

svn commit: r595116 - /commons/proper/logging/trunk/pom.xml

Author: dennisl
Date: Wed Nov 14 15:07:27 2007
New Revision: 595116

URL: http://svn.apache.org/viewvc?rev=595116&view=rev
Log:
Use the released version of commons-parent 5.

Modified:
    commons/proper/logging/trunk/pom.xml

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=595116&r1=595115&r2=595116&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Wed Nov 14 15:07:27 2007
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>5-SNAPSHOT</version>
+    <version>5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-logging</groupId>