Skip to content

Commit d6feb70

Browse files
rweislederodrotbohm
authored andcommitted
GH-853 - Update quickstart section in readme to current version.
1 parent f1c318b commit d6feb70

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

readme.adoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,13 @@ It supports the link:{docs}#verification[verification] of such modular arrangeme
1212
+
1313
[source, xml]
1414
----
15-
<!-- The Maven repository to pull the dependencies from -->
16-
<repositories>
17-
<repository>
18-
<id>spring-snapshots</id>
19-
<url>https://repo.spring.io/snapshot</url>
20-
</repository>
21-
</repositories>
22-
2315
<!-- Include the BOM for simplified version management -->
2416
<dependencyManagement>
2517
<dependencies>
2618
<dependency>
2719
<groupId>org.springframework.modulith</groupId>
2820
<artifactId>spring-modulith-bom</artifactId>
29-
<version>1.0.0-SNAPSHOT</version>
21+
<version>1.2.4</version>
3022
<scope>import</scope>
3123
<type>pom</type>
3224
</dependency>

0 commit comments

Comments
 (0)