Skip to content

Commit 3d8336a

Browse files
authored
Use Java 17 in release CI
1 parent 1dfadfe commit 3d8336a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set up Java for publishing to Maven Central Repository
6161
uses: actions/setup-java@v3
6262
with:
63-
java-version: 8
63+
java-version: 17
6464
distribution: temurin
6565
server-id: ossrh
6666
server-username: MAVEN_USERNAME

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.aserto</groupId>
88
<artifactId>aserto-java</artifactId>
9-
<version>0.20.10</version>
9+
<version>0.20.11</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>Java SDK to interact with aserto services</description>

0 commit comments

Comments
 (0)