Skip to content

Commit

Permalink
Staging for 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Hegarty committed Dec 23, 2015
1 parent 95631aa commit 34b5e34
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 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.0-SNAPSHOT</version>
<version>0.9.0</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.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>com.ea.async</groupId>
Expand Down
16 changes: 6 additions & 10 deletions maven-plugin/src/test/project-to-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,21 @@

<project>
<modelVersion>4.0.0</modelVersion>
<version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>com.ea.async</groupId>
<artifactId>ea-async-parent</artifactId>
<version>0.9.0</version>
<relativePath>../../../..</relativePath>
</parent>
<groupId>com.ea.async.samples</groupId>
<artifactId>ea-async-maven-plugin-sample</artifactId>
<name>EA Async-Await Samples: Maven Plugin Sample Usage</name>

<properties>
<project.target.jdk>1.8</project.target.jdk>
<project.source.jdk>1.8</project.source.jdk>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<target>${project.target.jdk}</target>
<source>${project.source.jdk}</source>
Expand Down Expand Up @@ -99,7 +96,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
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.0-SNAPSHOT</version>
<version>0.9.0</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 a sequential fashion.</description>
Expand Down

0 comments on commit 34b5e34

Please sign in to comment.