Skip to content

Commit

Permalink
Prepare 3.0.2 (2022.0.2).
Browse files Browse the repository at this point in the history
See #1897
  • Loading branch information
mp911de committed Feb 17, 2023
1 parent 14daa26 commit 2c4144a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?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">
<?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">

<!--
Expand Down Expand Up @@ -140,7 +141,7 @@
<webbeans>2.0.27</webbeans>

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

<!-- To be overridden by individual modules -->
<java-module-name/>
Expand Down Expand Up @@ -281,7 +282,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<type>zip</type>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 2c4144a

Please sign in to comment.