|
1 | 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" |
3 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 3 |
|
5 | 4 | <modelVersion>4.0.0</modelVersion> |
6 | 5 |
|
|
14 | 13 | <parent> |
15 | 14 | <groupId>org.springframework.experimental</groupId> |
16 | 15 | <artifactId>spring-modulith</artifactId> |
17 | | - <version>0.1.0-SNAPSHOT</version> |
| 16 | + <version>0.1.0-M1</version> |
18 | 17 | <relativePath>../pom.xml</relativePath> |
19 | 18 | </parent> |
20 | 19 |
|
|
23 | 22 | <dependency> |
24 | 23 | <groupId>org.springframework.experimental</groupId> |
25 | 24 | <artifactId>spring-modulith-api</artifactId> |
26 | | - <version>0.1.0-SNAPSHOT</version> |
| 25 | + <version>0.1.0-M1</version> |
27 | 26 | </dependency> |
28 | 27 | <dependency> |
29 | 28 | <groupId>org.springframework.experimental</groupId> |
30 | 29 | <artifactId>spring-modulith-core</artifactId> |
31 | | - <version>0.1.0-SNAPSHOT</version> |
| 30 | + <version>0.1.0-M1</version> |
32 | 31 | </dependency> |
33 | 32 | <dependency> |
34 | 33 | <groupId>org.springframework.experimental</groupId> |
35 | 34 | <artifactId>spring-modulith-docs</artifactId> |
36 | | - <version>0.1.0-SNAPSHOT</version> |
| 35 | + <version>0.1.0-M1</version> |
37 | 36 | </dependency> |
38 | 37 | <dependency> |
39 | 38 | <groupId>org.springframework.experimental</groupId> |
40 | 39 | <artifactId>spring-modulith-events</artifactId> |
41 | | - <version>0.1.0-SNAPSHOT</version> |
| 40 | + <version>0.1.0-M1</version> |
42 | 41 | </dependency> |
43 | 42 | <dependency> |
44 | 43 | <groupId>org.springframework.experimental</groupId> |
45 | 44 | <artifactId>spring-modulith-events-core</artifactId> |
46 | | - <version>0.1.0-SNAPSHOT</version> |
| 45 | + <version>0.1.0-M1</version> |
47 | 46 | </dependency> |
48 | 47 | <dependency> |
49 | 48 | <groupId>org.springframework.experimental</groupId> |
50 | 49 | <artifactId>spring-modulith-events-jackson</artifactId> |
51 | | - <version>0.1.0-SNAPSHOT</version> |
| 50 | + <version>0.1.0-M1</version> |
52 | 51 | </dependency> |
53 | 52 | <dependency> |
54 | 53 | <groupId>org.springframework.experimental</groupId> |
55 | 54 | <artifactId>spring-modulith-events-jpa</artifactId> |
56 | | - <version>0.1.0-SNAPSHOT</version> |
| 55 | + <version>0.1.0-M1</version> |
57 | 56 | </dependency> |
58 | 57 | <dependency> |
59 | 58 | <groupId>org.springframework.experimental</groupId> |
|
63 | 62 | <dependency> |
64 | 63 | <groupId>org.springframework.experimental</groupId> |
65 | 64 | <artifactId>spring-modulith-events-tests</artifactId> |
66 | | - <version>0.1.0-SNAPSHOT</version> |
| 65 | + <version>0.1.0-M1</version> |
67 | 66 | </dependency> |
68 | 67 | <dependency> |
69 | 68 | <groupId>org.springframework.experimental</groupId> |
70 | 69 | <artifactId>spring-modulith-moments</artifactId> |
71 | | - <version>0.1.0-SNAPSHOT</version> |
| 70 | + <version>0.1.0-M1</version> |
72 | 71 | </dependency> |
73 | 72 | <dependency> |
74 | 73 | <groupId>org.springframework.experimental</groupId> |
75 | 74 | <artifactId>spring-modulith-observability</artifactId> |
76 | | - <version>0.1.0-SNAPSHOT</version> |
| 75 | + <version>0.1.0-M1</version> |
77 | 76 | </dependency> |
78 | 77 | <dependency> |
79 | 78 | <groupId>org.springframework.experimental</groupId> |
80 | 79 | <artifactId>spring-modulith-starter-jdbc</artifactId> |
81 | | - <version>0.1.0-SNAPSHOT</version> |
| 80 | + <version>0.1.0-M1</version> |
82 | 81 | </dependency> |
83 | 82 | <dependency> |
84 | 83 | <groupId>org.springframework.experimental</groupId> |
85 | 84 | <artifactId>spring-modulith-starter-jpa</artifactId> |
86 | | - <version>0.1.0-SNAPSHOT</version> |
| 85 | + <version>0.1.0-M1</version> |
87 | 86 | </dependency> |
88 | 87 | <dependency> |
89 | 88 | <groupId>org.springframework.experimental</groupId> |
90 | 89 | <artifactId>spring-modulith-starter-mongodb</artifactId> |
91 | | - <version>0.1.0-SNAPSHOT</version> |
| 90 | + <version>0.1.0-M1</version> |
92 | 91 | </dependency> |
93 | 92 | <dependency> |
94 | 93 | <groupId>org.springframework.experimental</groupId> |
95 | 94 | <artifactId>spring-modulith-starter-test</artifactId> |
96 | | - <version>0.1.0-SNAPSHOT</version> |
| 95 | + <version>0.1.0-M1</version> |
97 | 96 | </dependency> |
98 | 97 | <dependency> |
99 | 98 | <groupId>org.springframework.experimental</groupId> |
100 | 99 | <artifactId>spring-modulith-test</artifactId> |
101 | | - <version>0.1.0-SNAPSHOT</version> |
| 100 | + <version>0.1.0-M1</version> |
102 | 101 | </dependency> |
103 | 102 | </dependencies> |
104 | 103 | </dependencyManagement> |
|
0 commit comments