Skip to content

Commit 8fcf8c8

Browse files
author
Laurent LE LARDEUX
committed
bump version 0.0.8
1 parent d1c087d commit 8fcf8c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.example</groupId>
1212
<artifactId>build</artifactId>
13-
<version>0.0.7</version>
13+
<version>0.0.8</version>
1414
<packaging>war</packaging>
1515
<name>laurent</name>
1616
<description>laurent</description>

src/main/java/com/example/laurent/HelloWorldControler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public class HelloWorldControler {
88

99
@GetMapping("/")
1010
public String bonjourLaurent() {
11-
return "Hello World ! - Release 0.0.7";
11+
return "Hello World ! - Release 0.0.8";
1212
}
1313
}

0 commit comments

Comments
 (0)