We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6681bb8 commit aae74a9Copy full SHA for aae74a9
.github/workflows/build_and_test.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v2
27
28
- name: Cache the maven artifacts
29
- uses: actions/cache@v1
+ uses: actions/cache@v3
30
with:
31
path: ~/.m2/repository
32
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
pom.xml
@@ -5,7 +5,7 @@
5
<!-- groupId, artifactId, these namespaces should not be changed -->
6
<groupId>ai.rev</groupId>
7
<artifactId>revai-java-sdk</artifactId>
8
- <version>2.5.0-alpha</version>
+ <version>2.5.0</version>
9
<name>Rev AI SDK for Java</name>
10
<description>Java SDK for Rev AI API</description>
11
<url>https://docs.rev.ai/</url>
0 commit comments