Skip to content

Commit

Permalink
Reverted to version 1.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJejkal committed Mar 17, 2023
1 parent 2630e27 commit fec79de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

name: Publish releases to the Maven Central Repository
on:
release:
types: [published, edited]
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"

version=1.1.2-SNAPSHOT
version=1.1.1-SNAPSHOT
action.custom-1=install
action.custom-1.args=--configure-on-demand -w -x check clean publishToMavenLocal
action.custom-2=jacoco
Expand Down

0 comments on commit fec79de

Please sign in to comment.