|
4 | 4 | <parent> |
5 | 5 | <groupId>com.solace.maas</groupId> |
6 | 6 | <artifactId>maas-event-management-agent-parent</artifactId> |
7 | | - <version>1.9.8</version> |
| 7 | + <version>1.9.9-SNAPSHOT</version> |
8 | 8 | <relativePath>..</relativePath> |
9 | 9 | </parent> |
10 | 10 | <artifactId>event-management-agent</artifactId> |
11 | | - <version>1.9.8</version> |
| 11 | + <version>1.9.9-SNAPSHOT</version> |
12 | 12 | <packaging>jar</packaging> |
13 | 13 | <name>Solace Event Management Agent - Application</name> |
14 | 14 | <description>Solace Event Management Agent - Application</description> |
|
242 | 242 | <dependency> |
243 | 243 | <groupId>com.solace.maas</groupId> |
244 | 244 | <artifactId>plugin</artifactId> |
245 | | - <version>1.9.8</version> |
| 245 | + <version>1.9.9-SNAPSHOT</version> |
246 | 246 | </dependency> |
247 | 247 | <dependency> |
248 | 248 | <groupId>com.solace.maas.plugin.kafka</groupId> |
249 | 249 | <artifactId>kafka-plugin</artifactId> |
250 | | - <version>1.9.8</version> |
| 250 | + <version>1.9.9-SNAPSHOT</version> |
251 | 251 | </dependency> |
252 | 252 | <dependency> |
253 | 253 | <groupId>com.solace.maas.plugin.solace</groupId> |
254 | 254 | <artifactId>solace-plugin</artifactId> |
255 | | - <version>1.9.8</version> |
| 255 | + <version>1.9.9-SNAPSHOT</version> |
256 | 256 | </dependency> |
257 | 257 | <dependency> |
258 | 258 | <groupId>com.solace.maas.plugin.localstorage</groupId> |
259 | 259 | <artifactId>local-storage-plugin</artifactId> |
260 | | - <version>1.9.8</version> |
| 260 | + <version>1.9.9-SNAPSHOT</version> |
261 | 261 | </dependency> |
262 | 262 | <dependency> |
263 | 263 | <groupId>com.solace.maas.plugin.confluent-schema-registry</groupId> |
264 | 264 | <artifactId>confluent-schema-registry-plugin</artifactId> |
265 | | - <version>1.9.8</version> |
| 265 | + <version>1.9.9-SNAPSHOT</version> |
266 | 266 | </dependency> |
267 | 267 | <dependency> |
268 | 268 | <groupId>com.solace.maas.plugin.terraform</groupId> |
269 | 269 | <artifactId>terraform-plugin</artifactId> |
270 | | - <version>1.9.8</version> |
| 270 | + <version>1.9.9-SNAPSHOT</version> |
271 | 271 | </dependency> |
272 | 272 |
|
273 | 273 | <dependency> |
|
0 commit comments