From 34b5e34d93d4009e18865507d540182d74af30e2 Mon Sep 17 00:00:00 2001 From: Joe Hegarty Date: Wed, 23 Dec 2015 12:01:44 -0700 Subject: [PATCH] Staging for 0.9.0 --- async/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- maven-plugin/src/test/project-to-test/pom.xml | 16 ++++++---------- pom.xml | 2 +- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/async/pom.xml b/async/pom.xml index ae376c0..18201f2 100644 --- a/async/pom.xml +++ b/async/pom.xml @@ -33,7 +33,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. com.ea.async ea-async-parent - 1.0.0-SNAPSHOT + 0.9.0 .. ea-async diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index df883ff..34f7ecc 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -31,7 +31,7 @@ com.ea.async ea-async-parent - 1.0.0-SNAPSHOT + 0.9.0 .. com.ea.async diff --git a/maven-plugin/src/test/project-to-test/pom.xml b/maven-plugin/src/test/project-to-test/pom.xml index 7162da9..e5001af 100644 --- a/maven-plugin/src/test/project-to-test/pom.xml +++ b/maven-plugin/src/test/project-to-test/pom.xml @@ -28,24 +28,21 @@ 4.0.0 - 1.0.0-SNAPSHOT + + com.ea.async + ea-async-parent + 0.9.0 + ../../../.. + com.ea.async.samples ea-async-maven-plugin-sample EA Async-Await Samples: Maven Plugin Sample Usage - - 1.8 - 1.8 - UTF-8 - UTF-8 - - org.apache.maven.plugins maven-compiler-plugin - 3.3 ${project.target.jdk} ${project.source.jdk} @@ -99,7 +96,6 @@ junit junit - 4.12 test diff --git a/pom.xml b/pom.xml index 08fc503..4d6c8d6 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4.0.0 com.ea.async ea-async-parent - 1.0.0-SNAPSHOT + 0.9.0 pom EA Async Parent EA Async implements async-await methods in the JVM. It allows programmers to write asynchronous code in a sequential fashion.