Skip to content

Commit

Permalink
Changed version, prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
klymenko-galyna-ew committed Nov 23, 2023
1 parent 653a859 commit b1e377a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create a GitHub Release, with release details specified
name: Create a GitHub Release with release details specified

on:
push:
Expand All @@ -13,4 +13,4 @@ jobs:
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
prerelease: false
3 changes: 3 additions & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish package to the Maven Central Repository

on:
push:
tags:
- v*
pull_request:
branches: [ main ]

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.extrawest</groupId>
<artifactId>extrawest-ocpi-2.2.1-cpo-server</artifactId>
<version>2023.11.21-SNAPSHOT</version>
<artifactId>Extrawest-OCPI-2.2.1-CPO-Server</artifactId>
<version>2023.11.21</version>

<name>Extrawest-OCPI-2.2.1-CPO-Server</name>
<description>Extrawest-OCPI-2.2.1-CPO-Server</description>
Expand Down

0 comments on commit b1e377a

Please sign in to comment.