Skip to content

Commit

Permalink
Milestone3
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Mar 17, 2015
1 parent 8f1e851 commit a182607
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apex-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-examples</artifactId>
<groupId>io.vertx</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-milestone3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-examples</artifactId>
<groupId>io.vertx</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-milestone3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-examples</artifactId>
<groupId>io.vertx</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-milestone3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions gradle-simplest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'

version = '3.0.0-SNAPSHOT'
version = '3.0.0-milestone3'

if (!JavaVersion.current().java8Compatible) {
throw new IllegalStateException('''A Haiku:
Expand All @@ -25,7 +25,7 @@ repositories {
}

dependencies {
compile 'io.vertx:vertx-core:3.0.0-SNAPSHOT'
compile 'io.vertx:vertx-core:3.0.0-milestone3'
}

shadowJar {
Expand Down
4 changes: 2 additions & 2 deletions gradle-verticle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'

version = '3.0.0-SNAPSHOT'
version = '3.0.0-milestone3'

if (!JavaVersion.current().java8Compatible) {
throw new IllegalStateException('''A Haiku:
Expand All @@ -25,7 +25,7 @@ repositories {
}

dependencies {
compile 'io.vertx:vertx-core:3.0.0-SNAPSHOT'
compile 'io.vertx:vertx-core:3.0.0-milestone3'
}

shadowJar {
Expand Down
4 changes: 2 additions & 2 deletions maven-simplest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-examples</artifactId>
<groupId>io.vertx</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-milestone3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-milestone3</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-verticle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-examples</artifactId>
<groupId>io.vertx</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-milestone3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-milestone3</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<packaging>pom</packaging>

<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-milestone3</version>

<modules>
<module>maven-simplest</module>
Expand Down
2 changes: 1 addition & 1 deletion rx-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-examples</artifactId>
<groupId>io.vertx</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-milestone3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion unit-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-examples</artifactId>
<groupId>io.vertx</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-milestone3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit a182607

Please sign in to comment.