|
5 | 5 | <groupId>org.springframework.shell</groupId> |
6 | 6 | <artifactId>spring-shell-parent</artifactId> |
7 | 7 | <name>Spring Shell Parent POM</name> |
8 | | - <version>2.1.11-SNAPSHOT</version> |
| 8 | + <version>2.1.11</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 |
|
11 | 11 | <parent> |
|
45 | 45 | <dependency> |
46 | 46 | <groupId>org.springframework.shell</groupId> |
47 | 47 | <artifactId>spring-shell-core</artifactId> |
48 | | - <version>2.1.11-SNAPSHOT</version> |
| 48 | + <version>2.1.11</version> |
49 | 49 | </dependency> |
50 | 50 | <dependency> |
51 | 51 | <groupId>org.springframework.shell</groupId> |
52 | 52 | <artifactId>spring-shell-core-test-support</artifactId> |
53 | | - <version>2.1.11-SNAPSHOT</version> |
| 53 | + <version>2.1.11</version> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | 56 | <groupId>org.springframework.shell</groupId> |
57 | 57 | <artifactId>spring-shell-standard</artifactId> |
58 | | - <version>2.1.11-SNAPSHOT</version> |
| 58 | + <version>2.1.11</version> |
59 | 59 | </dependency> |
60 | 60 | <dependency> |
61 | 61 | <groupId>org.springframework.shell</groupId> |
62 | 62 | <artifactId>spring-shell-standard-commands</artifactId> |
63 | | - <version>2.1.11-SNAPSHOT</version> |
| 63 | + <version>2.1.11</version> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>org.springframework.shell</groupId> |
67 | 67 | <artifactId>spring-shell-starter</artifactId> |
68 | | - <version>2.1.11-SNAPSHOT</version> |
| 68 | + <version>2.1.11</version> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>org.springframework.shell</groupId> |
72 | 72 | <artifactId>spring-shell-starter-jna</artifactId> |
73 | | - <version>2.1.11-SNAPSHOT</version> |
| 73 | + <version>2.1.11</version> |
74 | 74 | </dependency> |
75 | 75 | <dependency> |
76 | 76 | <groupId>org.springframework.shell</groupId> |
77 | 77 | <artifactId>spring-shell-table</artifactId> |
78 | | - <version>2.1.11-SNAPSHOT</version> |
| 78 | + <version>2.1.11</version> |
79 | 79 | </dependency> |
80 | 80 | <dependency> |
81 | 81 | <groupId>org.springframework.shell</groupId> |
82 | 82 | <artifactId>spring-shell-autoconfigure</artifactId> |
83 | | - <version>2.1.11-SNAPSHOT</version> |
| 83 | + <version>2.1.11</version> |
84 | 84 | </dependency> |
85 | 85 | <dependency> |
86 | 86 | <groupId>org.jline</groupId> |
|
0 commit comments