There was an error while loading. Please reload this page.
2 parents f1763a5 + efdbfc4 commit 8914e19Copy full SHA for 8914e19
2 files changed
.github/workflows/shared-build-and-deploy.yml
@@ -59,7 +59,7 @@ jobs:
59
fetch-depth: 0
60
61
- name: Set up maven or jfrog repository
62
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
63
with:
64
java-version: "11"
65
distribution: "adopt"
v2/pom.xml
@@ -11,10 +11,11 @@
11
</parent>
12
13
<artifactId>skyflow-java</artifactId>
14
- <version>1.15.1-dev.139086e</version>
+ <version>2.1.1</version>
15
<groupId>com.skyflow</groupId>
16
17
<properties>
18
+ <maven.deploy.skip>false</maven.deploy.skip>
19
<maven.compiler.source>8</maven.compiler.source>
20
<maven.compiler.target>8</maven.compiler.target>
21
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments