|
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.0-SNAPSHOT</version> |
| 8 | + <version>2.1.0-M3</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 |
|
11 | 11 | <parent> |
|
47 | 47 | <dependency> |
48 | 48 | <groupId>org.springframework.shell</groupId> |
49 | 49 | <artifactId>spring-shell-core</artifactId> |
50 | | - <version>2.1.0-SNAPSHOT</version> |
| 50 | + <version>2.1.0-M3</version> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>org.springframework.shell</groupId> |
54 | 54 | <artifactId>spring-shell-core-test-support</artifactId> |
55 | | - <version>2.1.0-SNAPSHOT</version> |
| 55 | + <version>2.1.0-M3</version> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
58 | 58 | <groupId>org.springframework.shell</groupId> |
59 | 59 | <artifactId>spring-shell-standard</artifactId> |
60 | | - <version>2.1.0-SNAPSHOT</version> |
| 60 | + <version>2.1.0-M3</version> |
61 | 61 | </dependency> |
62 | 62 | <dependency> |
63 | 63 | <groupId>org.springframework.shell</groupId> |
64 | 64 | <artifactId>spring-shell-standard-commands</artifactId> |
65 | | - <version>2.1.0-SNAPSHOT</version> |
| 65 | + <version>2.1.0-M3</version> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>org.springframework.shell</groupId> |
69 | 69 | <artifactId>spring-shell-jcommander-adapter</artifactId> |
70 | | - <version>2.1.0-SNAPSHOT</version> |
| 70 | + <version>2.1.0-M3</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>org.springframework.shell</groupId> |
74 | 74 | <artifactId>spring-shell-starter</artifactId> |
75 | | - <version>2.1.0-SNAPSHOT</version> |
| 75 | + <version>2.1.0-M3</version> |
76 | 76 | </dependency> |
77 | 77 | <dependency> |
78 | 78 | <groupId>org.springframework.shell</groupId> |
79 | 79 | <artifactId>spring-shell-starter-jna</artifactId> |
80 | | - <version>2.1.0-SNAPSHOT</version> |
| 80 | + <version>2.1.0-M3</version> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.springframework.shell</groupId> |
84 | 84 | <artifactId>spring-shell-table</artifactId> |
85 | | - <version>2.1.0-SNAPSHOT</version> |
| 85 | + <version>2.1.0-M3</version> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>org.springframework.shell</groupId> |
89 | 89 | <artifactId>spring-shell-autoconfigure</artifactId> |
90 | | - <version>2.1.0-SNAPSHOT</version> |
| 90 | + <version>2.1.0-M3</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>org.jline</groupId> |
|
0 commit comments