Skip to content

Commit

Permalink
Releasing 3.3.0.CR2
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jun 14, 2016
1 parent 7dde72c commit afb7e49
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-rabbitmq-client</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0.CR2</version>

<properties>
<stack.version>3.3.0-SNAPSHOT</stack.version>
<stack.version>3.3.0.CR2</stack.version>
<rabbitmq.client.version>3.6.2</rabbitmq.client.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/groovy/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following dependency to your maven project
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rabbitmq-client</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0.CR2</version>
</dependency>
----

Expand All @@ -26,7 +26,7 @@ Add the following dependency to your gradle project
[source,groovy,subs="+attributes"]
----
dependencies {
compile 'io.vertx:vertx-rabbitmq-client:3.3.0-SNAPSHOT'
compile 'io.vertx:vertx-rabbitmq-client:3.3.0.CR2'
}
----

Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/java/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following dependency to your maven project
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rabbitmq-client</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0.CR2</version>
</dependency>
----

Expand All @@ -26,7 +26,7 @@ Add the following dependency to your gradle project
[source,groovy,subs="+attributes"]
----
dependencies {
compile 'io.vertx:vertx-rabbitmq-client:3.3.0-SNAPSHOT'
compile 'io.vertx:vertx-rabbitmq-client:3.3.0.CR2'
}
----

Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/js/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following dependency to your maven project
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rabbitmq-client</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0.CR2</version>
</dependency>
----

Expand All @@ -26,7 +26,7 @@ Add the following dependency to your gradle project
[source,groovy,subs="+attributes"]
----
dependencies {
compile 'io.vertx:vertx-rabbitmq-client:3.3.0-SNAPSHOT'
compile 'io.vertx:vertx-rabbitmq-client:3.3.0.CR2'
}
----

Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/ruby/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following dependency to your maven project
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rabbitmq-client</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0.CR2</version>
</dependency>
----

Expand All @@ -26,7 +26,7 @@ Add the following dependency to your gradle project
[source,groovy,subs="+attributes"]
----
dependencies {
compile 'io.vertx:vertx-rabbitmq-client:3.3.0-SNAPSHOT'
compile 'io.vertx:vertx-rabbitmq-client:3.3.0.CR2'
}
----

Expand Down

0 comments on commit afb7e49

Please sign in to comment.