Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2118
  • Loading branch information
jxblum committed Oct 13, 2023
1 parent 5ed597a commit acac3b1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<webbeans>4.0.0</webbeans>

<!-- Used in asciidoc reference documentation -->
<releasetrain>2023.1.0-RC1</releasetrain>
<releasetrain>2023.1.0-SNAPSHOT</releasetrain>

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

0 comments on commit acac3b1

Please sign in to comment.