Skip to content

Commit

Permalink
Prepare 3.3 RC1 (2024.0.0).
Browse files Browse the repository at this point in the history
See #2262
  • Loading branch information
mp911de committed Apr 12, 2024
1 parent 8c690c1 commit 9b0cdd3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<webbeans>4.0.2</webbeans>

<!-- Used in asciidoc reference documentation -->
<releasetrain>2024.0.0-SNAPSHOT</releasetrain>
<releasetrain>2024.0.0-RC1</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.3.0-SNAPSHOT</version>
<version>3.3.0-RC1</version>
<type>zip</type>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -1403,16 +1403,6 @@
</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 9b0cdd3

Please sign in to comment.