Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix: Updating the starter app to be 1.0.0-alpha.10 client version com…
Browse files Browse the repository at this point in the history
…patible
  • Loading branch information
JigarJoshi committed May 4, 2022
1 parent 5ad5afc commit 0672d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tigrisdata</groupId>
<artifactId>tigris-example-java</artifactId>
<version>1.0.0-alpha.9</version>
<version>1.0.0-alpha.10</version>

<dependencies>
<dependency>
Expand All @@ -26,7 +26,7 @@
</dependencies>
<properties>
<!-- we are still pre-release -->
<tigris.client.java.version>1.0.0-alpha.9</tigris.client.java.version>
<tigris.client.java.version>1.0.0-alpha.10</tigris.client.java.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ tigris:
url: "localhost:8081"
network:
usePlainText: true
authorization:
token: "some-token"

springdoc:
swagger-ui:
Expand Down

0 comments on commit 0672d57

Please sign in to comment.