Skip to content

Commit 84c944a

Browse files
committed
Prepare 3.0.9 (2022.0.9).
See #2057
1 parent 952d7df commit 84c944a

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

parent/pom.xml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
23

34
<!--
45
@@ -140,7 +141,7 @@
140141
<webbeans>2.0.27</webbeans>
141142

142143
<!-- Used in asciidoc reference documentation -->
143-
<releasetrain>2022.0.9-SNAPSHOT</releasetrain>
144+
<releasetrain>2022.0.9</releasetrain>
144145

145146
<!-- To be overridden by individual modules -->
146147
<java-module-name/>
@@ -280,7 +281,7 @@
280281
<dependency>
281282
<groupId>org.springframework.data.build</groupId>
282283
<artifactId>spring-data-build-resources</artifactId>
283-
<version>3.0.9-SNAPSHOT</version>
284+
<version>3.0.9</version>
284285
<type>zip</type>
285286
<optional>true</optional>
286287
</dependency>
@@ -1345,20 +1346,8 @@
13451346
</build>
13461347

13471348
<repositories>
1348-
<repository>
1349-
<id>spring-snapshot</id>
1350-
<url>https://repo.spring.io/snapshot</url>
1351-
<snapshots>
1352-
<enabled>true</enabled>
1353-
</snapshots>
1354-
<releases>
1355-
<enabled>false</enabled>
1356-
</releases>
1357-
</repository>
1358-
<repository>
1359-
<id>spring-milestone</id>
1360-
<url>https://repo.spring.io/milestone</url>
1361-
</repository>
1349+
1350+
13621351
</repositories>
13631352

1364-
</project>
1353+
</project>

0 commit comments

Comments
 (0)