Skip to content

Commit e08ea9a

Browse files
committed
[maven-release-plugin] rollback the release of v3.0.1
1 parent 572c44d commit e08ea9a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>org.woehlke</groupId>
67
<artifactId>simpleworklist</artifactId>
7-
<version>3.0.1</version>
8+
<version>3.0.1-SNAPSHOT</version>
89
<packaging>jar</packaging>
910

1011
<parent>
1112
<groupId>org.springframework.boot</groupId>
1213
<artifactId>spring-boot-starter-parent</artifactId>
1314
<version>3.0.1</version>
14-
<relativePath />
15+
<relativePath/>
1516
</parent>
1617

1718
<scm>
1819
<connection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection>
1920
<developerConnection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection>
2021
<url>https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag}</url>
21-
<tag>v3.0.1</tag>
22+
<tag>HEAD</tag>
2223
</scm>
2324

2425
<name>simpleworklist</name>

0 commit comments

Comments
 (0)