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 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 >
You can’t perform that action at this time.
0 commit comments