Skip to content

Commit

Permalink
Trigger package and version publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
klymenko-galyna-ew committed Aug 29, 2023
1 parent 6a7dcda commit 0f40838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish package to the Maven Central Repository and create GitHub Release
name: Publish package to the Maven Central Repository

on:
push:
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.8.27</version>
<artifactId>extrawest-ocpi-2.2.1-cpo-server</artifactId>
<version>2023.8.27-SNAPSHOT</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 0f40838

Please sign in to comment.