Skip to content

Commit 8098a97

Browse files
author
Laurent LE LARDEUX
committed
new version
1 parent 0682baf commit 8098a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313

1414
build-project:
15-
name: Build artefact
15+
name: Build
1616
runs-on: ubuntu-latest
1717
outputs:
1818
CODEARTIFACT_AUTH_TOKEN: ${{ steps.get-codeartifact-token.outputs.CODEARTIFACT_AUTH_TOKEN }}

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.1</version>
13+
<version>0.0.2</version>
1414
<packaging>war</packaging>
1515
<name>laurent</name>
1616
<description>laurent</description>

0 commit comments

Comments
 (0)