Skip to content

Commit

Permalink
FIX - Change version from 0.1.1 to 0.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-liter-getindata committed Mar 25, 2022
1 parent 75c9576 commit 6779d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Update version to SNAPSHOT
run: |
mvn -B semver:update-pre-release -Dset=SNAPSHOT
git commit -m "FIX - Change version from ${{ steps.get_package_version.outputs.package_version }} to ${{ steps.get_package_version.outputs.package_version }}-SNAPSHOT"
git commit -am "FIX - Change version from ${{ steps.get_package_version.outputs.package_version }} to ${{ steps.get_package_version.outputs.package_version }}-SNAPSHOT"
- name: Push
run: git push
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.getindata</groupId>
<artifactId>kafka-connect-iceberg-sink</artifactId>
<version>0.1.1</version>
<version>0.1.1-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 6779d75

Please sign in to comment.