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