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/14 13:26:53 UTC

svn commit: r1695863 - in /aries/trunk/async: async-all/pom.xml async-impl/pom.xml

Author: cschneider
Date: Fri Aug 14 11:26:52 2015
New Revision: 1695863

URL: http://svn.apache.org/r1695863
Log:
Fix build

Modified:
    aries/trunk/async/async-all/pom.xml
    aries/trunk/async/async-impl/pom.xml

Modified: aries/trunk/async/async-all/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/async/async-all/pom.xml?rev=1695863&r1=1695862&r2=1695863&view=diff
==============================================================================
--- aries/trunk/async/async-all/pom.xml (original)
+++ aries/trunk/async/async-all/pom.xml Fri Aug 14 11:26:52 2015
@@ -69,7 +69,7 @@
             !org.apache.tools.*,
             *
         </aries.osgi.import.pkg>
-        <lastReleaseVersion>1.0.1-SNAPSHOT</lastReleaseVersion>
+        <lastReleaseVersion>1.0.1</lastReleaseVersion>
     </properties>
 
     <dependencies>

Modified: aries/trunk/async/async-impl/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/async/async-impl/pom.xml?rev=1695863&r1=1695862&r2=1695863&view=diff
==============================================================================
--- aries/trunk/async/async-impl/pom.xml (original)
+++ aries/trunk/async/async-impl/pom.xml Fri Aug 14 11:26:52 2015
@@ -54,7 +54,7 @@
         <aries.osgi.import.pkg>
             *
         </aries.osgi.import.pkg>
-        <lastReleaseVersion>1.0.1-SNAPSHOT</lastReleaseVersion>
+        <lastReleaseVersion>1.0.1</lastReleaseVersion>
     </properties>
 
     <dependencies>