Skip to content

Commit 0200cbb

Browse files
committed
After release cleanups.
See #2056
1 parent 2359747 commit 0200cbb

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

parent/pom.xml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<javax-annotation-api>1.3.2</javax-annotation-api>
141141

142142
<!-- Used in asciidoc reference documentation -->
143-
<releasetrain>2021.2.15</releasetrain>
143+
<releasetrain>2021.2.16-SNAPSHOT</releasetrain>
144144

145145
<!-- To be overridden by individual modules -->
146146
<java-module-name/>
@@ -1320,8 +1320,20 @@
13201320
</build>
13211321

13221322
<repositories>
1323-
1324-
1323+
<repository>
1324+
<id>spring-snapshot</id>
1325+
<url>https://repo.spring.io/snapshot</url>
1326+
<snapshots>
1327+
<enabled>true</enabled>
1328+
</snapshots>
1329+
<releases>
1330+
<enabled>false</enabled>
1331+
</releases>
1332+
</repository>
1333+
<repository>
1334+
<id>spring-milestone</id>
1335+
<url>https://repo.spring.io/milestone</url>
1336+
</repository>
13251337
</repositories>
13261338

13271339
</project>

0 commit comments

Comments
 (0)