You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ej...@apache.org on 2012/01/30 11:37:58 UTC

svn commit: r1237593 - /aries/trunk/transaction/transaction-blueprint/pom.xml

Author: ejiang
Date: Mon Jan 30 10:37:58 2012
New Revision: 1237593

URL: http://svn.apache.org/viewvc?rev=1237593&view=rev
Log:
ARIES-817: fix broken build - move up java5-parent dependency version to 0.5

Modified:
    aries/trunk/transaction/transaction-blueprint/pom.xml

Modified: aries/trunk/transaction/transaction-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-blueprint/pom.xml?rev=1237593&r1=1237592&r2=1237593&view=diff
==============================================================================
--- aries/trunk/transaction/transaction-blueprint/pom.xml (original)
+++ aries/trunk/transaction/transaction-blueprint/pom.xml Mon Jan 30 10:37:58 2012
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.4-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath/>
     </parent>