Author: davidb
Date: Fri Jul 3 10:30:33 2015
New Revision: 1688992
URL: http://svn.apache.org/r1688992
Log:
Get Aries Async to compile while release vote is underway.
Update the last released version for the versioning plugin to 1.0.1-SNAPSHOT as
1.0.0 is not available yet.
Modified:
aries/trunk/async/async-all/pom.xml
aries/trunk/async/async-api/pom.xml
aries/trunk/async/async-impl/pom.xml
aries/trunk/async/promise-api/pom.xml
Modified: aries/trunk/async/async-all/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/async/async-all/pom.xml?rev=1688992&r1=1688991&r2=1688992&view=diff
==============================================================================
--- aries/trunk/async/async-all/pom.xml (original)
+++ aries/trunk/async/async-all/pom.xml Fri Jul 3 10:30:33 2015
@@ -69,7 +69,7 @@
!org.apache.tools.*,
*
</aries.osgi.import.pkg>
- <lastReleaseVersion>0.0.1-SNAPSHOT</lastReleaseVersion>
+ <lastReleaseVersion>1.0.1-SNAPSHOT</lastReleaseVersion>
</properties>
<dependencies>
Modified: aries/trunk/async/async-api/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/async/async-api/pom.xml?rev=1688992&r1=1688991&r2=1688992&view=diff
==============================================================================
--- aries/trunk/async/async-api/pom.xml (original)
+++ aries/trunk/async/async-api/pom.xml Fri Jul 3 10:30:33 2015
@@ -55,7 +55,7 @@
org.osgi.service.async.delegate,
*
</aries.osgi.import.pkg>
- <lastReleaseVersion>1.0.0-SNAPSHOT</lastReleaseVersion>
+ <lastReleaseVersion>1.0.1-SNAPSHOT</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=1688992&r1=1688991&r2=1688992&view=diff
==============================================================================
--- aries/trunk/async/async-impl/pom.xml (original)
+++ aries/trunk/async/async-impl/pom.xml Fri Jul 3 10:30:33 2015
@@ -54,7 +54,7 @@
<aries.osgi.import.pkg>
*
</aries.osgi.import.pkg>
- <lastReleaseVersion>1.0.0-SNAPSHOT</lastReleaseVersion>
+ <lastReleaseVersion>1.0.1-SNAPSHOT</lastReleaseVersion>
</properties>
<dependencies>
Modified: aries/trunk/async/promise-api/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/async/promise-api/pom.xml?rev=1688992&r1=1688991&r2=1688992&view=diff
==============================================================================
--- aries/trunk/async/promise-api/pom.xml (original)
+++ aries/trunk/async/promise-api/pom.xml Fri Jul 3 10:30:33 2015
@@ -56,7 +56,7 @@
org.osgi.util.promise,
*
</aries.osgi.import.pkg>
- <lastReleaseVersion>1.0.0-SNAPSHOT</lastReleaseVersion>
+ <lastReleaseVersion>1.0.1-SNAPSHOT</lastReleaseVersion>
</properties>
<dependencies>