Skip to content

Commit

Permalink
Bump version to 3.4.1
Browse files Browse the repository at this point in the history
Update instructions
Remove staging repo
  • Loading branch information
cescoffier committed Mar 16, 2017
1 parent f65aa73 commit 7edc06f
Show file tree
Hide file tree
Showing 106 changed files with 139 additions and 139 deletions.
2 changes: 1 addition & 1 deletion amqp-bridge-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions camel-bridge-examples/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Launch it by running the `main` method in your IDE or, after having build the pr


----
java -jar target/camel-bridge-examples-3.4.0.jar run io.vertx.example.camel.feed.FeedExample
java -jar target/camel-bridge-examples-3.4.1.jar run io.vertx.example.camel.feed.FeedExample
----

== RMI example
Expand All @@ -45,7 +45,7 @@ This example demonstrates:
Launch it by running the `main` method in your IDE , after having build the project with `mvn clean package`, with:

----
java -jar target/camel-bridge-examples-3.4.0.jar run io.vertx.example.camel.rmi.RMIExample
java -jar target/camel-bridge-examples-3.4.1.jar run io.vertx.example.camel.rmi.RMIExample
----

Then open your browser to: `http://localhost:8080/?name=world`
2 changes: 1 addition & 1 deletion camel-bridge-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion circuit-breaker-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion consul-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion core-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion docker-examples/vertx-docker-example-fabric8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion docker-examples/vertx-docker-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
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-jre

ENV VERTICLE_FILE hello-verticle-fatjar-3.4.0-fat.jar
ENV VERTICLE_FILE hello-verticle-fatjar-3.4.1-fat.jar

# Set the location of the verticles
ENV VERTICLE_HOME /usr/verticles
Expand Down
2 changes: 1 addition & 1 deletion docker-examples/vertx-docker-java-fatjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
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.4.0.jar
ENV VERTICLE_FILE target/hello-verticle-3.4.1.jar

# Set the location of the verticles
ENV VERTICLE_HOME /usr/verticles
Expand Down
2 changes: 1 addition & 1 deletion docker-examples/vertx-docker-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion examples-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
8 changes: 4 additions & 4 deletions fatjar-examples/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To build with Maven

To run the fat jar:

java -jar target/http2-fatjar-3.4.0.jar
java -jar target/http2-fatjar-3.4.1.jar

The build.gradle uses the Gradle shadowJar plugin to assemble the application and all it's dependencies into a single "fat" jar.

Expand All @@ -24,7 +24,7 @@ To build with Gradle

To run the fat jar:

java -jar build/libs/http2-fatjar-3.4.0-all.jar
java -jar build/libs/http2-fatjar-3.4.1-all.jar

NOTE: embedding the key in the jar is a discouraged practice - it is done purposely to keep the example simple

Expand All @@ -40,7 +40,7 @@ To build with Maven

To run the fat jar:

java -jar target/ruby-fatjar-3.4.0.jar.jar
java -jar target/ruby-fatjar-3.4.1.jar.jar

The build.gradle uses the Gradle shadowJar plugin to assemble the application and all it's dependencies into a single "fat" jar.

Expand All @@ -50,4 +50,4 @@ To build with Gradle

To run the fat jar:

java -jar build/libs/ruby-fatjar-3.4.0-all.jar
java -jar build/libs/ruby-fatjar-3.4.1-all.jar
2 changes: 1 addition & 1 deletion fatjar-examples/http2-fatjar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
repositories {
jcenter()
// maven {
// url "https://oss.sonatype.org/content/repositories/iovertx-3682"
// url "https://oss.sonatype.org/content/repositories/snapshots"
// }
}

Expand Down
2 changes: 1 addition & 1 deletion fatjar-examples/http2-fatjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion fatjar-examples/ruby-fatjar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
repositories {
jcenter()
// maven {
// url "https://oss.sonatype.org/content/repositories/iovertx-3682"
// url "https://oss.sonatype.org/content/repositories/snapshots"
// }
}

Expand Down
2 changes: 1 addition & 1 deletion fatjar-examples/ruby-fatjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion gradle-redeploy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
repositories {
jcenter()
maven {
url "https://oss.sonatype.org/content/repositories/iovertx-3682"
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}

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.4.0-fat.jar
java -jar build/libs/gradle-simplest-3.4.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
2 changes: 1 addition & 1 deletion gradle-simplest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
repositories {
jcenter()
maven {
url "https://oss.sonatype.org/content/repositories/iovertx-3682"
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}

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.4.0-fat.jar
java -jar build/libs/gradle-verticle-groovy-compiled-3.4.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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
repositories {
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/iovertx-3682"
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}

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.4.0-fat.jar
java -jar build/libs/gradle-verticle-groovy-3.4.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
2 changes: 1 addition & 1 deletion gradle-verticles/gradle-verticle-groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
repositories {
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/iovertx-3682"
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}

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.4.0-fat.jar
java -jar build/libs/gradle-verticle-js-3.4.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
2 changes: 1 addition & 1 deletion gradle-verticles/gradle-verticle-js/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = '3.4.1'
repositories {
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/iovertx-3682"
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle-verticles/gradle-verticle-ruby/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-ruby-3.4.0-fat.jar
java -jar build/libs/gradle-verticle-ruby-3.4.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
2 changes: 1 addition & 1 deletion gradle-verticles/gradle-verticle-ruby/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
repositories {
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/iovertx-3682"
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}
sourceCompatibility = '1.8'
Expand Down
8 changes: 4 additions & 4 deletions gradle-verticles/gradle-verticle/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To build the "fat jar"

To run the fat jar:

java -jar build/libs/gradle-verticle-3.4.0-fat.jar
java -jar build/libs/gradle-verticle-3.4.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 All @@ -24,13 +24,13 @@ Now point your browser at http://localhost:8080
Writing code in verticles allow you to scale it more easily, e.g. let's say you have 8 cores on your server and you
want to utilise them all, you can deploy 8 instances as follows:

java -jar build/libs/gradle-verticle-3.4.0-fat.jar -instances 8
java -jar build/libs/gradle-verticle-3.4.1-fat.jar -instances 8

You can also enable clustering and ha at the command line, e.g.

java -jar build/libs/gradle-verticle-3.4.0-fat.jar -cluster
java -jar build/libs/gradle-verticle-3.4.1-fat.jar -cluster

java -jar build/libs/gradle-verticle-3.4.0-fat.jar -ha
java -jar build/libs/gradle-verticle-3.4.1-fat.jar -ha

Please see the docs for a full list of Vert.x command line options.

2 changes: 1 addition & 1 deletion gradle-verticles/gradle-verticle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
repositories {
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/iovertx-3682"
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}

Expand Down
2 changes: 1 addition & 1 deletion grpc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion heroku-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions ignite-examples/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ you can launch the producer and consumer as follows:

----
mvn clean package
java -jar target/ignite-examples-3.4.0-fat.jar run io.vertx.example.ignite.ProducerApp -cluster
java -jar target/ignite-examples-3.4.0-fat.jar run io.vertx.example.ignite.ConsumerApp -cluster
java -jar target/ignite-examples-3.4.1-fat.jar run io.vertx.example.ignite.ProducerApp -cluster
java -jar target/ignite-examples-3.4.1-fat.jar run io.vertx.example.ignite.ConsumerApp -cluster
----
2 changes: 1 addition & 1 deletion ignite-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion jca-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion jdbc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion kafka-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iovertx-3682</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand Down
Loading

0 comments on commit 7edc06f

Please sign in to comment.