Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2209
  • Loading branch information
mp911de committed Feb 16, 2024
1 parent 7606af6 commit b2cbe5c
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 @@ -141,7 +141,7 @@
<webbeans>2.0.27</webbeans>

<!-- Used in asciidoc reference documentation -->
<releasetrain>2023.0.9</releasetrain>
<releasetrain>2023.0.10-SNAPSHOT</releasetrain>

<!-- To be overridden by individual modules -->
<java-module-name/>
Expand Down Expand Up @@ -1351,8 +1351,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 b2cbe5c

Please sign in to comment.