|
11 | 11 | <artifactId>greenmail-parent</artifactId> |
12 | 12 | <packaging>pom</packaging> |
13 | 13 | <!-- This version should get inherited to all subprojects. --> |
14 | | - <version>2.1.1-SNAPSHOT</version> |
| 14 | + <version>2.1.1</version> |
15 | 15 |
|
16 | 16 | <licenses> |
17 | 17 | <license> |
|
31 | 31 | <url> |
32 | 32 | https://github.com/greenmail-mail-test/greenmail |
33 | 33 | </url> |
34 | | - <tag>release-2.1.0-alpha-3</tag> |
| 34 | + <tag>release-2.1.1</tag> |
35 | 35 | </scm> |
36 | 36 |
|
37 | 37 | <issueManagement> |
|
362 | 362 | <dependency> |
363 | 363 | <groupId>com.icegreen</groupId> |
364 | 364 | <artifactId>greenmail</artifactId> |
365 | | - <version>2.1.1-SNAPSHOT</version> |
| 365 | + <version>2.1.1</version> |
366 | 366 | </dependency> |
367 | 367 | <dependency> |
368 | 368 | <groupId>com.icegreen</groupId> |
369 | 369 | <artifactId>greenmail-standalone</artifactId> |
370 | | - <version>2.1.1-SNAPSHOT</version> |
| 370 | + <version>2.1.1</version> |
371 | 371 | </dependency> |
372 | 372 | <dependency> |
373 | 373 | <groupId>com.icegreen</groupId> |
374 | 374 | <artifactId>greenmail-webapp</artifactId> |
375 | | - <version>2.1.1-SNAPSHOT</version> |
| 375 | + <version>2.1.1</version> |
376 | 376 | </dependency> |
377 | 377 | <dependency> |
378 | 378 | <groupId>com.icegreen</groupId> |
379 | 379 | <artifactId>greenmail-spring</artifactId> |
380 | | - <version>2.1.1-SNAPSHOT</version> |
| 380 | + <version>2.1.1</version> |
381 | 381 | </dependency> |
382 | 382 | <dependency> |
383 | 383 | <groupId>com.icegreen</groupId> |
384 | 384 | <artifactId>greenmail-junit4</artifactId> |
385 | | - <version>2.1.1-SNAPSHOT</version> |
| 385 | + <version>2.1.1</version> |
386 | 386 | </dependency> |
387 | 387 | <dependency> |
388 | 388 | <groupId>com.icegreen</groupId> |
389 | 389 | <artifactId>greenmail-junit5</artifactId> |
390 | | - <version>2.1.1-SNAPSHOT</version> |
| 390 | + <version>2.1.1</version> |
391 | 391 | </dependency> |
392 | 392 |
|
393 | 393 | <!-- Third party --> |
|
0 commit comments