|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 |
|
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.0.0.BUILD-SNAPSHOT</version> |
| 8 | + <version>2.0.0.M1</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>${project.version}</version> |
| 50 | + <version>2.0.0.M1</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>${project.version}</version> |
| 55 | + <version>2.0.0.M1</version> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
58 | 58 | <groupId>org.springframework.shell</groupId> |
59 | 59 | <artifactId>spring-shell-standard</artifactId> |
60 | | - <version>${project.version}</version> |
| 60 | + <version>2.0.0.M1</version> |
61 | 61 | </dependency> |
62 | 62 | <dependency> |
63 | 63 | <groupId>org.springframework.shell</groupId> |
64 | 64 | <artifactId>spring-shell-standard-commands</artifactId> |
65 | | - <version>${project.version}</version> |
| 65 | + <version>2.0.0.M1</version> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>org.springframework.shell</groupId> |
69 | 69 | <artifactId>spring-shell-shell1-adapter</artifactId> |
70 | | - <version>${project.version}</version> |
| 70 | + <version>2.0.0.M1</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>org.springframework.shell</groupId> |
74 | 74 | <artifactId>spring-shell-jcommander-adapter</artifactId> |
75 | | - <version>${project.version}</version> |
| 75 | + <version>2.0.0.M1</version> |
76 | 76 | </dependency> |
77 | 77 | <dependency> |
78 | 78 | <groupId>org.springframework.shell</groupId> |
79 | 79 | <artifactId>spring-shell-starter</artifactId> |
80 | | - <version>${project.version}</version> |
| 80 | + <version>2.0.0.M1</version> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.springframework.shell</groupId> |
84 | 84 | <artifactId>spring-shell-table</artifactId> |
85 | | - <version>${project.version}</version> |
| 85 | + <version>2.0.0.M1</version> |
86 | 86 | </dependency> |
87 | 87 | <!-- OTHER DEPS --> |
88 | 88 | <dependency> |
|
0 commit comments