Skip to content

Commit beba540

Browse files
committed
chore: set version to 3.0.2-SNAPSHOT
1 parent 0100964 commit beba540

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
1919
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>de.codecentric</groupId>
@@ -26,7 +26,7 @@
2626
<description>Spring Boot Admin</description>
2727
<url>https://github.com/codecentric/spring-boot-admin/</url>
2828
<properties>
29-
<revision>3.0.1</revision>
29+
<revision>3.0.2-SNAPSHOT</revision>
3030
<java.version>17</java.version>
3131

3232
<maven.compiler.source>${java.version}</maven.compiler.source>
@@ -51,7 +51,8 @@
5151
<!-- plugin versions -->
5252
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
5353
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
54-
<versions-maven-plugin.version>2.15.0</versions-maven-plugin.version> <!-- because of https://github.com/mojohaus/versions/issues/855 -->
54+
<versions-maven-plugin.version>2.15.0
55+
</versions-maven-plugin.version> <!-- because of https://github.com/mojohaus/versions/issues/855 -->
5556
<maven-clean-plugin.version>3.2.0</maven-clean-plugin.version>
5657
<maven-site-plugin.version>3.12.1</maven-site-plugin.version>
5758
<maven-dependency-plugin.version>3.5.0</maven-dependency-plugin.version>

0 commit comments

Comments
 (0)