We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfadfe commit 3d8336aCopy full SHA for 3d8336a
2 files changed
.github/workflows/ci.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: Set up Java for publishing to Maven Central Repository
61
uses: actions/setup-java@v3
62
with:
63
- java-version: 8
+ java-version: 17
64
distribution: temurin
65
server-id: ossrh
66
server-username: MAVEN_USERNAME
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.aserto</groupId>
8
<artifactId>aserto-java</artifactId>
9
- <version>0.20.10</version>
+ <version>0.20.11</version>
10
11
<name>${project.groupId}:${project.artifactId}</name>
12
<description>Java SDK to interact with aserto services</description>
0 commit comments