Skip to content

Commit 40757e7

Browse files
committed
Release v1.9.2
1 parent 6bb83df commit 40757e7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Docs: https://docs.vlingo.io/xoom-turbo
1313
<dependency>
1414
<groupId>io.vlingo.xoom</groupId>
1515
<artifactId>xoom-turbo</artifactId>
16-
<version>1.9.1</version>
16+
<version>1.9.2</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
</dependencies>
2020
```
2121

2222
```gradle
2323
dependencies {
24-
compile 'io.vlingo.xoom:xoom-turbo:1.9.1'
24+
compile 'io.vlingo.xoom:xoom-turbo:1.9.2'
2525
}
2626
```
2727

pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.vlingo.xoom</groupId>
44
<artifactId>xoom-turbo</artifactId>
5-
<version>1.9.2-SNAPSHOT</version>
5+
<version>1.9.2</version>
66
<description>The VLINGO XOOM Xoom provides a JVM microframework for the VLINGO XOOM Platform that helps in building high-performance reactive microservices.</description>
77
<name>xoom-turbo</name>
88
<url>https://github.com/vlingo/xoom-turbo</url>
@@ -42,49 +42,49 @@
4242
<dependency>
4343
<groupId>io.vlingo.xoom</groupId>
4444
<artifactId>xoom-http</artifactId>
45-
<version>1.9.2-SNAPSHOT</version>
45+
<version>1.9.2</version>
4646
<scope>compile</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.vlingo.xoom</groupId>
5050
<artifactId>xoom-actors</artifactId>
51-
<version>1.9.2-SNAPSHOT</version>
51+
<version>1.9.2</version>
5252
<scope>compile</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>io.vlingo.xoom</groupId>
5656
<artifactId>xoom-codegen</artifactId>
57-
<version>1.9.2-SNAPSHOT</version>
57+
<version>1.9.2</version>
5858
<scope>compile</scope>
5959
</dependency>
6060
<dependency>
6161
<groupId>io.vlingo.xoom</groupId>
6262
<artifactId>xoom-symbio</artifactId>
63-
<version>1.9.2-SNAPSHOT</version>
63+
<version>1.9.2</version>
6464
<scope>compile</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>io.vlingo.xoom</groupId>
6868
<artifactId>xoom-symbio-jdbc</artifactId>
69-
<version>1.9.2-SNAPSHOT</version>
69+
<version>1.9.2</version>
7070
<scope>compile</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>io.vlingo.xoom</groupId>
7474
<artifactId>xoom-lattice</artifactId>
75-
<version>1.9.2-SNAPSHOT</version>
75+
<version>1.9.2</version>
7676
<scope>compile</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>io.vlingo.xoom</groupId>
8080
<artifactId>xoom-lattice-exchange-rabbitmq</artifactId>
81-
<version>1.9.2-SNAPSHOT</version>
81+
<version>1.9.2</version>
8282
<scope>compile</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>io.vlingo.xoom</groupId>
8686
<artifactId>xoom-build-plugins</artifactId>
87-
<version>1.9.2-SNAPSHOT</version>
87+
<version>1.9.2</version>
8888
<scope>compile</scope>
8989
</dependency>
9090
<dependency>

0 commit comments

Comments
 (0)