|
10 | 10 | <groupId>io.tarantool</groupId> |
11 | 11 | <artifactId>tarantool-java-sdk</artifactId> |
12 | 12 | <packaging>pom</packaging> |
13 | | - <version>2.0.0-SNAPSHOT</version> |
| 13 | + <version>1.5.0</version> |
14 | 14 |
|
15 | 15 | <licenses> |
16 | 16 | <license> |
|
67 | 67 | <connection>scm:git:https://github.com/tarantool/tarantool-java-sdk.git</connection> |
68 | 68 | <developerConnection>scm:git:https://github.com/tarantool/tarantool-java-sdk.git</developerConnection> |
69 | 69 | <url>scm:git:https://github.com/tarantool/tarantool-java-sdk.git</url> |
70 | | - <tag>HEAD</tag> |
| 70 | + <tag>1.5.0</tag> |
71 | 71 | </scm> |
72 | 72 |
|
73 | 73 | <properties> |
|
287 | 287 | <dependency> |
288 | 288 | <groupId>io.tarantool</groupId> |
289 | 289 | <artifactId>tarantool-client</artifactId> |
290 | | - <version>2.0.0-SNAPSHOT</version> |
| 290 | + <version>1.5.0</version> |
291 | 291 | </dependency> |
292 | 292 | <dependency> |
293 | 293 | <groupId>io.tarantool</groupId> |
294 | 294 | <artifactId>tarantool-core</artifactId> |
295 | | - <version>2.0.0-SNAPSHOT</version> |
| 295 | + <version>1.5.0</version> |
296 | 296 | </dependency> |
297 | 297 | <dependency> |
298 | 298 | <groupId>io.tarantool</groupId> |
299 | 299 | <artifactId>tarantool-pooling</artifactId> |
300 | | - <version>2.0.0-SNAPSHOT</version> |
| 300 | + <version>1.5.0</version> |
301 | 301 | </dependency> |
302 | 302 | <dependency> |
303 | 303 | <groupId>io.tarantool</groupId> |
304 | 304 | <artifactId>tarantool-jackson-mapping</artifactId> |
305 | | - <version>2.0.0-SNAPSHOT</version> |
| 305 | + <version>1.5.0</version> |
306 | 306 | </dependency> |
307 | 307 | <dependency> |
308 | 308 | <groupId>io.tarantool</groupId> |
309 | 309 | <artifactId>tarantool-schema</artifactId> |
310 | | - <version>2.0.0-SNAPSHOT</version> |
| 310 | + <version>1.5.0</version> |
311 | 311 | </dependency> |
312 | 312 | <dependency> |
313 | 313 | <groupId>io.tarantool</groupId> |
314 | 314 | <artifactId>tarantool-balancer</artifactId> |
315 | | - <version>2.0.0-SNAPSHOT</version> |
| 315 | + <version>1.5.0</version> |
316 | 316 | </dependency> |
317 | 317 | <dependency> |
318 | 318 | <groupId>io.tarantool</groupId> |
319 | 319 | <artifactId>tarantool-spring-data</artifactId> |
320 | | - <version>2.0.0-SNAPSHOT</version> |
| 320 | + <version>1.5.0</version> |
321 | 321 | </dependency> |
322 | 322 | <dependency> |
323 | 323 | <groupId>io.tarantool</groupId> |
324 | 324 | <artifactId>tarantool-spring-data-core</artifactId> |
325 | | - <version>2.0.0-SNAPSHOT</version> |
| 325 | + <version>1.5.0</version> |
326 | 326 | </dependency> |
327 | 327 | <dependency> |
328 | 328 | <groupId>io.tarantool</groupId> |
329 | 329 | <artifactId>testcontainers</artifactId> |
330 | | - <version>2.0.0-SNAPSHOT</version> |
| 330 | + <version>1.5.0</version> |
331 | 331 | <scope>test</scope> |
332 | 332 | </dependency> |
333 | 333 | <dependency> |
|
0 commit comments