Skip to content

Commit

Permalink
tag release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTheBaker committed Nov 3, 2023
1 parent 4f98c24 commit a8b3de1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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>${project.version}</version>
<version>3.0.2</version>
<packaging>jar</packaging>

<name>dm retrylib Spring Boot Starter</name>
Expand Down Expand Up @@ -43,7 +43,6 @@
</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 @@ -126,7 +125,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<tag>@{project.version}</tag>
<tag>3.0.2</tag>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit a8b3de1

Please sign in to comment.