Skip to content

Commit 4d66da2

Browse files
committed
[maven-release-plugin] prepare release v3.0.1
1 parent f1d4d2f commit 4d66da2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44

55
<groupId>org.woehlke</groupId>
66
<artifactId>simpleworklist</artifactId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
<packaging>jar</packaging>
99

1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
1313
<version>2.3.4.RELEASE</version>
14-
<relativePath/>
14+
<relativePath />
1515
</parent>
1616

1717
<scm>
1818
<connection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection>
1919
<developerConnection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection>
2020
<url>https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag}</url>
21-
<tag>master</tag>
21+
<tag>v3.0.1</tag>
2222
</scm>
2323

2424
<name>simpleworklist</name>

0 commit comments

Comments
 (0)