Skip to content

Commit

Permalink
Change version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Feb 3, 2016
1 parent e2f574b commit da295d3
Show file tree
Hide file tree
Showing 92 changed files with 243 additions and 321 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java $JAVA_OPTS -Dhttp.port=$PORT -jar heroku-example/target/heroku-example-3.3.0-SNAPSHOT-fat.jar
web: java $JAVA_OPTS -Dhttp.port=$PORT -jar heroku-example/target/heroku-example-3.2.1-fat.jar
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ native("jvm")
module examples.core.eventbus.pubsub.receiver "1.0.0" {

shared import examples.utils "1.0.0";
shared import "io.vertx.vertx-hazelcast" "3.3.0-SNAPSHOT";
shared import "io.vertx.vertx-hazelcast" "3.2.1";

}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ native("jvm")
module examples.core.eventbus.pubsub.sender "1.0.0" {

shared import examples.utils "1.0.0";
shared import "io.vertx.vertx-hazelcast" "3.3.0-SNAPSHOT";
shared import "io.vertx.vertx-hazelcast" "3.2.1";

}
2 changes: 1 addition & 1 deletion ceylon/source/examples/embed/http/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
native("jvm")
module examples.embed.http "1.0.0" {
shared import io.vertx.ceylon.core "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.core "3.2.1";
}
2 changes: 1 addition & 1 deletion ceylon/source/examples/utils/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
native("jvm")
module examples.utils "1.0.0" {

shared import io.vertx.ceylon.core "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.core "3.2.1";
import ceylon.file "1.2.0";

}
4 changes: 2 additions & 2 deletions ceylon/source/examples/web/auth/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
native("jvm")
module examples.web.auth "1.0.0" {
shared import examples.utils "1.0.0";
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.auth.shiro "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.web "3.2.1";
shared import io.vertx.ceylon.auth.shiro "3.2.1";
}
2 changes: 1 addition & 1 deletion ceylon/source/examples/web/form/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
native("jvm")
module examples.web.form "1.0.0" {
shared import examples.utils "1.0.0";
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.web "3.2.1";
}
2 changes: 1 addition & 1 deletion ceylon/source/examples/web/helloworld/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
native("jvm")
module examples.web.helloworld "1.0.0" {
shared import examples.utils "1.0.0";
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.web "3.2.1";
}
4 changes: 2 additions & 2 deletions ceylon/source/examples/web/jdbc/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
native("jvm")
module examples.web.jdbc "1.0.0" {
shared import examples.utils "1.0.0";
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.jdbc "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.web "3.2.1";
shared import io.vertx.ceylon.jdbc "3.2.1";
shared import org.hsqldb.hsqldb "2.3.1";
}
2 changes: 1 addition & 1 deletion ceylon/source/examples/web/rest/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
native("jvm")
module examples.web.rest "1.0.0" {
shared import examples.utils "1.0.0";
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.web "3.2.1";
}
2 changes: 1 addition & 1 deletion ceylon/source/examples/web/staticsite/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
native("jvm")
module examples.web.staticsite "1.0.0" {
shared import examples.utils "1.0.0";
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.web "3.2.1";
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
native("jvm")
module examples.web.templating.handlebars "1.0.0" {
shared import examples.utils "1.0.0";
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.web "3.2.1";
}
2 changes: 1 addition & 1 deletion ceylon/source/examples/web/templating/jade/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
native("jvm")
module examples.web.templating.jade "1.0.0" {
shared import examples.utils "1.0.0";
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.web "3.2.1";
}
2 changes: 1 addition & 1 deletion ceylon/source/examples/web/templating/mvel/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
native("jvm")
module examples.web.templating.mvel "1.0.0" {
shared import examples.utils "1.0.0";
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.web "3.2.1";
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
native("jvm")
module examples.web.templating.thymeleaf "1.0.0" {
shared import examples.utils "1.0.0";
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT";
shared import io.vertx.ceylon.web "3.2.1";
}
12 changes: 3 additions & 9 deletions core-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>core-examples</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.2.1</version>

<dependencies>

Expand Down Expand Up @@ -52,14 +52,8 @@

<repositories>
<repository>
<id>oss.snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-2388</url>
</repository>
</repositories>

Expand Down
9 changes: 8 additions & 1 deletion docker-examples/vertx-docker-example-fabric8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>vertx-docker-example-fabric</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.2.1</version>

<name>Sample Docker Image for Fabric8</name>

Expand Down Expand Up @@ -115,4 +115,11 @@
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-2388</url>
</repository>
</repositories>
</project>
9 changes: 8 additions & 1 deletion docker-examples/vertx-docker-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>vertx-docker-example</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.2.1</version>

<name>Sample Docker Image with Maven</name>

Expand Down Expand Up @@ -72,4 +72,11 @@
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-2388</url>
</repository>
</repositories>
</project>
2 changes: 1 addition & 1 deletion docker-examples/vertx-docker-java-fatjar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

FROM java:8

ENV VERTICLE_FILE hello-verticle-fatjar-3.3.0-SNAPSHOT-fat.jar
ENV VERTICLE_FILE hello-verticle-fatjar-3.2.1-fat.jar

# Set the location of the verticles
ENV VERTICLE_HOME /usr/verticles
Expand Down
9 changes: 8 additions & 1 deletion docker-examples/vertx-docker-java-fatjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>hello-verticle-fatjar</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.2.1</version>

<name>Sample Docker Image for Java - FatJar</name>

Expand Down Expand Up @@ -66,4 +66,11 @@
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-2388</url>
</repository>
</repositories>
</project>
2 changes: 1 addition & 1 deletion docker-examples/vertx-docker-java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
FROM vertx/vertx3

ENV VERTICLE_NAME io.vertx.sample.hello.HelloVerticle
ENV VERTICLE_FILE target/hello-verticle-3.3.0-SNAPSHOT.jar
ENV VERTICLE_FILE target/hello-verticle-3.2.1.jar

# Set the location of the verticles
ENV VERTICLE_HOME /usr/verticles
Expand Down
9 changes: 8 additions & 1 deletion docker-examples/vertx-docker-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>hello-verticle</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.2.1</version>

<name>Sample Docker Image for Java</name>

Expand All @@ -31,4 +31,11 @@
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-2388</url>
</repository>
</repositories>
</project>
12 changes: 3 additions & 9 deletions 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.3.0-SNAPSHOT</version>
<version>3.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -73,14 +73,8 @@

<repositories>
<repository>
<id>oss.snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-2388</url>
</repository>
</repositories>

Expand Down
4 changes: 2 additions & 2 deletions gradle-redeploy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {
repositories {
jcenter()
maven {
url = 'https://oss.sonatype.org/content/repositories/snapshots/'
url = 'https://oss.sonatype.org/content/repositories/iovertx-2388/'
}
}

version = '3.3.0-SNAPSHOT'
version = '3.2.1'
sourceCompatibility = '1.8'

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle-simplest/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Because the application plugin is being used, you may directly run the applicati

You may also run the fat jar as a standalone runnable jar:

java -jar build/libs/gradle-simplest-3.3.0-SNAPSHOT-fat.jar
java -jar build/libs/gradle-simplest-3.2.1-fat.jar

(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
Expand Down
4 changes: 2 additions & 2 deletions gradle-simplest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {
repositories {
jcenter()
maven {
url = 'https://oss.sonatype.org/content/repositories/snapshots/'
url = 'https://oss.sonatype.org/content/repositories/iovertx-2388/'
}
}

version = '3.3.0-SNAPSHOT'
version = '3.2.1'
sourceCompatibility = '1.8'

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To build the "fat jar"

To run the fat jar:

java -jar build/libs/gradle-verticle-groovy-compiled-3.3.0-SNAPSHOT-fat.jar
java -jar build/libs/gradle-verticle-groovy-compiled-3.2.1-fat.jar

(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
Expand Down
4 changes: 2 additions & 2 deletions gradle-verticles/gradle-verticle-groovy-compiled/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ plugins {
repositories {
mavenCentral()
maven {
url = 'http://oss.sonatype.org/content/repositories/snapshots/'
url = 'https://oss.sonatype.org/content/repositories/iovertx-2388/'
}
}


version = '3.3.0-SNAPSHOT'
version = '3.2.1'

sourceCompatibility = '1.8'
mainClassName = 'io.vertx.core.Launcher'
Expand Down
2 changes: 1 addition & 1 deletion gradle-verticles/gradle-verticle-groovy/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To build the "fat jar"

To run the fat jar:

java -jar build/libs/gradle-verticle-groovy-3.3.0-SNAPSHOT-fat.jar
java -jar build/libs/gradle-verticle-groovy-3.2.1-fat.jar

(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
Expand Down
4 changes: 2 additions & 2 deletions gradle-verticles/gradle-verticle-groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {
repositories {
mavenCentral()
maven {
url = 'http://oss.sonatype.org/content/repositories/snapshots/'
url = 'https://oss.sonatype.org/content/repositories/iovertx-2388/'
}
}


version = '3.3.0-SNAPSHOT'
version = '3.2.1'

sourceCompatibility = '1.8'
mainClassName = 'io.vertx.core.Launcher'
Expand Down
2 changes: 1 addition & 1 deletion gradle-verticles/gradle-verticle-js/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To build the "fat jar"

To run the fat jar:

java -jar build/libs/gradle-verticle-js-3.3.0-SNAPSHOT-fat.jar
java -jar build/libs/gradle-verticle-js-3.2.1-fat.jar

(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
Expand Down
11 changes: 2 additions & 9 deletions gradle-verticles/gradle-verticle-js/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,14 @@ plugins {
id 'com.github.johnrengelman.shadow' version '1.2.2'
}

repositories {
mavenCentral()
maven {
url = 'http://oss.sonatype.org/content/repositories/snapshots/'
}
}

sourceCompatibility = '1.8'
mainClassName = 'io.vertx.core.Launcher'
version = '3.3.0-SNAPSHOT'
version = '3.2.1'

repositories {
mavenCentral()
maven {
url = 'http://oss.sonatype.org/content/repositories/snapshots/'
url = 'https://oss.sonatype.org/content/repositories/iovertx-2388/'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle-verticles/gradle-verticle-rb/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To build the "fat jar"

To run the fat jar:

java -jar build/libs/gradle-verticle-rb-3.3.0-SNAPSHOT-fat.jar
java -jar build/libs/gradle-verticle-rb-3.2.1-fat.jar

(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
don't need to install Vert.x on the target machine).
Expand Down
Loading

0 comments on commit da295d3

Please sign in to comment.