Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Hegarty committed Jun 17, 2016
1 parent 3807d0b commit 9696231
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>com.ea.async</groupId>
<artifactId>ea-async-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ea-async</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>com.ea.async</groupId>
<artifactId>ea-async-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.ea.async</groupId>
Expand Down
6 changes: 3 additions & 3 deletions maven-plugin/src/test/project-to-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>com.ea.async</groupId>
<artifactId>ea-async-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>../../../..</relativePath>
</parent>
<groupId>com.ea.async.samples</groupId>
Expand Down Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>com.ea.async</groupId>
<artifactId>ea-async-maven-plugin</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<executions>
<execution>
<goals>
Expand All @@ -90,7 +90,7 @@
<dependency>
<groupId>com.ea.async</groupId>
<artifactId>ea-async</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<modelVersion>4.0.0</modelVersion>
<groupId>com.ea.async</groupId>
<artifactId>ea-async-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>
<name>EA Async Parent</name>
<description>EA Async implements async-await methods in the JVM. It allows programmers to write asynchronous code in
Expand Down

0 comments on commit 9696231

Please sign in to comment.