From 969623124e26ddbeb535a7e09dad11df51a390e4 Mon Sep 17 00:00:00 2001 From: Joe Hegarty Date: Fri, 17 Jun 2016 14:18:45 -0600 Subject: [PATCH] Version 1.0.3 --- async/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- maven-plugin/src/test/project-to-test/pom.xml | 6 +++--- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/async/pom.xml b/async/pom.xml index adfe0a2..ba0d0c7 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.3-SNAPSHOT + 1.0.3 .. ea-async diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 39118e8..6dd82ae 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -31,7 +31,7 @@ com.ea.async ea-async-parent - 1.0.3-SNAPSHOT + 1.0.3 .. 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 68a7d6c..7ac4173 100644 --- a/maven-plugin/src/test/project-to-test/pom.xml +++ b/maven-plugin/src/test/project-to-test/pom.xml @@ -31,7 +31,7 @@ com.ea.async ea-async-parent - 1.0.3-SNAPSHOT + 1.0.3 ../../../.. com.ea.async.samples @@ -67,7 +67,7 @@ com.ea.async ea-async-maven-plugin - 1.0.3-SNAPSHOT + 1.0.3 @@ -90,7 +90,7 @@ com.ea.async ea-async - 1.0.3-SNAPSHOT + 1.0.3 diff --git a/pom.xml b/pom.xml index 7efb4a8..628177c 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.3-SNAPSHOT + 1.0.3 pom EA Async Parent EA Async implements async-await methods in the JVM. It allows programmers to write asynchronous code in