Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
fix(ci): ⚡ Correcton semantic-release pour maven,début de la numérota…
Browse files Browse the repository at this point in the history
…tion erronnée

Création du tag v2.0.0 pour voir si c'est ça qui manque

#6
  • Loading branch information
Dougniel committed Nov 22, 2021
1 parent c27c0b0 commit d9132c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install Semantic release and maven-semantic-release plugin
- name: Install Semantic release
run: |
npm install -g semantic-release \
@semantic-release/exec \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nc.opt.tempsattente</groupId>
<artifactId>opt-temps-attente-agences-sdk</artifactId>
<version>1.0.1</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit d9132c3

Please sign in to comment.