Skip to content

Commit 40ffcbd

Browse files
author
Laurent LE LARDEUX
committed
bump version 0.0.6
1 parent 6763c40 commit 40ffcbd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ jobs:
124124

125125
- name: Deploy asset to AWS s3
126126
run: |
127-
aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/ --recursive
128127
aws s3 cp ./build.zip s3://${{ secrets.AWS_S3_BUCKET }}
129128
130129
- name: Launch AWS codedeploy deployment

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.5</version>
13+
<version>0.0.6</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.5";
11+
return "Hello World ! - Release 0.0.6";
1212
}
1313
}

0 commit comments

Comments
 (0)