You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2013/01/08 08:02:20 UTC

svn commit: r1430148 - /commons/proper/ognl/trunk/pom.xml

Author: lukaszlenart
Date: Tue Jan  8 07:02:19 2013
New Revision: 1430148

URL: http://svn.apache.org/viewvc?rev=1430148&view=rev
Log:
Uses the latest stable parent pom instead SNAPSHOT version

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

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1430148&r1=1430147&r2=1430148&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Tue Jan  8 07:02:19 2013
@@ -22,7 +22,7 @@ limitations under the License.
  <parent>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-parent</artifactId>
-   <version>28-SNAPSHOT</version>
+   <version>27</version>
  </parent>
 
   <groupId>org.apache.commons</groupId>