You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2015/08/11 10:50:30 UTC

svn commit: r1695229 - /aries/trunk/async/promise-api/pom.xml

Author: cschneider
Date: Tue Aug 11 08:50:30 2015
New Revision: 1695229

URL: http://svn.apache.org/r1695229
Log:
Fixing released version ref

Modified:
    aries/trunk/async/promise-api/pom.xml

Modified: aries/trunk/async/promise-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/async/promise-api/pom.xml?rev=1695229&r1=1695228&r2=1695229&view=diff
==============================================================================
--- aries/trunk/async/promise-api/pom.xml (original)
+++ aries/trunk/async/promise-api/pom.xml Tue Aug 11 08:50:30 2015
@@ -56,7 +56,7 @@
             org.osgi.util.promise,
             *
         </aries.osgi.import.pkg>
-        <lastReleaseVersion>1.0.1-SNAPSHOT</lastReleaseVersion>
+        <lastReleaseVersion>1.0.1</lastReleaseVersion>
     </properties>
 
     <dependencies>