File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
5
6
<groupId >org.woehlke</groupId >
6
7
<artifactId >simpleworklist</artifactId >
7
- <version >3.0.1</version >
8
+ <version >3.0.1-SNAPSHOT </version >
8
9
<packaging >jar</packaging >
9
10
10
11
<parent >
11
12
<groupId >org.springframework.boot</groupId >
12
13
<artifactId >spring-boot-starter-parent</artifactId >
13
14
<version >3.0.1</version >
14
- <relativePath />
15
+ <relativePath />
15
16
</parent >
16
17
17
18
<scm >
18
19
<connection >scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection >
19
20
<developerConnection >scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection >
20
21
<url >https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag} </url >
21
- <tag >v3.0.1 </tag >
22
+ <tag >HEAD </tag >
22
23
</scm >
23
24
24
25
<name >simpleworklist</name >
You can’t perform that action at this time.
0 commit comments