|
2 | 2 | <modelVersion>4.0.0</modelVersion>
|
3 | 3 | <groupId>io.vlingo.xoom</groupId>
|
4 | 4 | <artifactId>xoom-turbo</artifactId>
|
5 |
| - <version>1.9.2-SNAPSHOT</version> |
| 5 | + <version>1.9.2</version> |
6 | 6 | <description>The VLINGO XOOM Xoom provides a JVM microframework for the VLINGO XOOM Platform that helps in building high-performance reactive microservices.</description>
|
7 | 7 | <name>xoom-turbo</name>
|
8 | 8 | <url>https://github.com/vlingo/xoom-turbo</url>
|
|
42 | 42 | <dependency>
|
43 | 43 | <groupId>io.vlingo.xoom</groupId>
|
44 | 44 | <artifactId>xoom-http</artifactId>
|
45 |
| - <version>1.9.2-SNAPSHOT</version> |
| 45 | + <version>1.9.2</version> |
46 | 46 | <scope>compile</scope>
|
47 | 47 | </dependency>
|
48 | 48 | <dependency>
|
49 | 49 | <groupId>io.vlingo.xoom</groupId>
|
50 | 50 | <artifactId>xoom-actors</artifactId>
|
51 |
| - <version>1.9.2-SNAPSHOT</version> |
| 51 | + <version>1.9.2</version> |
52 | 52 | <scope>compile</scope>
|
53 | 53 | </dependency>
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>io.vlingo.xoom</groupId>
|
56 | 56 | <artifactId>xoom-codegen</artifactId>
|
57 |
| - <version>1.9.2-SNAPSHOT</version> |
| 57 | + <version>1.9.2</version> |
58 | 58 | <scope>compile</scope>
|
59 | 59 | </dependency>
|
60 | 60 | <dependency>
|
61 | 61 | <groupId>io.vlingo.xoom</groupId>
|
62 | 62 | <artifactId>xoom-symbio</artifactId>
|
63 |
| - <version>1.9.2-SNAPSHOT</version> |
| 63 | + <version>1.9.2</version> |
64 | 64 | <scope>compile</scope>
|
65 | 65 | </dependency>
|
66 | 66 | <dependency>
|
67 | 67 | <groupId>io.vlingo.xoom</groupId>
|
68 | 68 | <artifactId>xoom-symbio-jdbc</artifactId>
|
69 |
| - <version>1.9.2-SNAPSHOT</version> |
| 69 | + <version>1.9.2</version> |
70 | 70 | <scope>compile</scope>
|
71 | 71 | </dependency>
|
72 | 72 | <dependency>
|
73 | 73 | <groupId>io.vlingo.xoom</groupId>
|
74 | 74 | <artifactId>xoom-lattice</artifactId>
|
75 |
| - <version>1.9.2-SNAPSHOT</version> |
| 75 | + <version>1.9.2</version> |
76 | 76 | <scope>compile</scope>
|
77 | 77 | </dependency>
|
78 | 78 | <dependency>
|
79 | 79 | <groupId>io.vlingo.xoom</groupId>
|
80 | 80 | <artifactId>xoom-lattice-exchange-rabbitmq</artifactId>
|
81 |
| - <version>1.9.2-SNAPSHOT</version> |
| 81 | + <version>1.9.2</version> |
82 | 82 | <scope>compile</scope>
|
83 | 83 | </dependency>
|
84 | 84 | <dependency>
|
85 | 85 | <groupId>io.vlingo.xoom</groupId>
|
86 | 86 | <artifactId>xoom-build-plugins</artifactId>
|
87 |
| - <version>1.9.2-SNAPSHOT</version> |
| 87 | + <version>1.9.2</version> |
88 | 88 | <scope>compile</scope>
|
89 | 89 | </dependency>
|
90 | 90 | <dependency>
|
|
0 commit comments