Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2156
  • Loading branch information
mp911de committed Nov 17, 2023
1 parent 08d2ede commit e6ef7ed
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 @@ -140,7 +140,7 @@
<javax-annotation-api>1.3.2</javax-annotation-api>

<!-- Used in asciidoc reference documentation -->
<releasetrain>2021.2.18</releasetrain>
<releasetrain>2021.2.19-SNAPSHOT</releasetrain>

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

Please sign in to comment.