Skip to content

Commit

Permalink
chore: set next version
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Sep 26, 2023
1 parent 99436f1 commit 35f005e
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 @@ -23,7 +23,7 @@ jobs:
MAVEN_USERNAME: ${{ vars.PACKAGES_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.PACKAGES_PASSWORD }}
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy
run: mvn -B deploy -DskipTests
env:
MAVEN_USERNAME: ${{ vars.PACKAGES_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.PACKAGES_PASSWORD }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.connectors</groupId>
<artifactId>cdc</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>cdc</name>
<description>CDC Client Library</description>
Expand Down

0 comments on commit 35f005e

Please sign in to comment.