Skip to content

Commit

Permalink
bump SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTheBaker committed Nov 3, 2023
1 parent dbd19ae commit c946da6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.dm.retrylib</groupId>
<artifactId>retrylib-spring-boot-starter</artifactId>
<version>3.0.1</version>
<version>${project.version}</version>
<packaging>jar</packaging>

<name>dm retrylib Spring Boot Starter</name>
Expand Down Expand Up @@ -43,6 +43,7 @@
</parent>

<properties>
<project.version>3.0.2-SNAPSHOT</project.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<jacoco.version>0.8.3</jacoco.version>
Expand Down Expand Up @@ -118,7 +119,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<tag>3.0.1</tag>
<tag>@{project.version}</tag>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit c946da6

Please sign in to comment.