Skip to content

Commit

Permalink
Prepare 3.2.2 (2023.1.2).
Browse files Browse the repository at this point in the history
See #2197
  • Loading branch information
mp911de committed Jan 12, 2024
1 parent f3e49d2 commit 37145d0
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<webbeans>4.0.1</webbeans>

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

<!-- To be overridden by individual modules -->
<java-module-name/>
Expand Down Expand Up @@ -397,7 +397,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
<type>zip</type>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -1424,20 +1424,8 @@
</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 37145d0

Please sign in to comment.