Skip to content

Commit dd2b9e9

Browse files
committed
GH-21 - Upgrade example to Boot 3.0 RC1 and jMolecules 2022.2.1.
1 parent 757e243 commit dd2b9e9

File tree

1 file changed

+11
-25
lines changed

1 file changed

+11
-25
lines changed

spring-modulith-example/pom.xml

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0"
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
4+
55
<modelVersion>4.0.0</modelVersion>
6-
6+
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.0.0-SNAPSHOT</version>
10+
<version>3.0.0-RC1</version>
1111
<relativePath />
1212
</parent>
13-
13+
1414
<artifactId>spring-modulith-example</artifactId>
1515
<name>Spring Modulith - Example</name>
1616
<version>0.1.0-SNAPSHOT</version>
17-
17+
1818
<properties>
1919
<java.version>17</java.version>
2020
</properties>
21-
21+
2222
<dependencyManagement>
2323
<dependencies>
2424
<dependency>
@@ -31,13 +31,13 @@
3131
<dependency>
3232
<groupId>org.jmolecules</groupId>
3333
<artifactId>jmolecules-bom</artifactId>
34-
<version>2022.2.0-SNAPSHOT</version>
34+
<version>2022.2.1</version>
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>
3838
</dependencies>
3939
</dependencyManagement>
40-
40+
4141
<dependencies>
4242

4343
<dependency>
@@ -54,14 +54,14 @@
5454
<groupId>org.springframework.experimental</groupId>
5555
<artifactId>spring-modulith-starter-jpa</artifactId>
5656
</dependency>
57-
57+
5858
<!-- jMolecules -->
59-
59+
6060
<dependency>
6161
<groupId>org.jmolecules</groupId>
6262
<artifactId>jmolecules-events</artifactId>
6363
</dependency>
64-
64+
6565
<!-- Persistence -->
6666

6767
<dependency>
@@ -106,13 +106,6 @@
106106
</dependencies>
107107

108108
<repositories>
109-
<repository>
110-
<id>spring-snapshot</id>
111-
<url>https://repo.spring.io/snapshot</url>
112-
<releases>
113-
<enabled>false</enabled>
114-
</releases>
115-
</repository>
116109
<repository>
117110
<id>spring-milestone</id>
118111
<url>https://repo.spring.io/milestone</url>
@@ -123,13 +116,6 @@
123116
</repositories>
124117

125118
<pluginRepositories>
126-
<pluginRepository>
127-
<id>spring-snapshot</id>
128-
<url>https://repo.spring.io/snapshot</url>
129-
<releases>
130-
<enabled>false</enabled>
131-
</releases>
132-
</pluginRepository>
133119
<pluginRepository>
134120
<id>spring-milestone</id>
135121
<url>https://repo.spring.io/milestone</url>

0 commit comments

Comments
 (0)