Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2379
  • Loading branch information
mp911de committed Oct 18, 2024
1 parent cfc6ba6 commit 4b9c583
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<webbeans>4.0.2</webbeans>

<!-- Used in asciidoc reference documentation -->
<releasetrain>2023.1.11</releasetrain>
<releasetrain>2023.1.12-SNAPSHOT</releasetrain>

<!-- To be overridden by individual modules -->
<java-module-name/>
Expand Down Expand Up @@ -1441,8 +1441,20 @@
</build>

<repositories>


<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>

</project>

0 comments on commit 4b9c583

Please sign in to comment.