Skip to content

Commit

Permalink
[dingo-release] bump release version to dingo-v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
java_jack authored and astor-oss committed Mar 20, 2024
1 parent a1411c9 commit 1345b96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java/dingo-grpc-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>Dingo-Java-SDK</artifactId>
<groupId>io.dingodb</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -64,4 +64,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion java/dingo-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.dingodb</groupId>
<artifactId>Dingo-Java-SDK</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<artifactId>dingo-sdk</artifactId>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.dingodb</groupId>
<artifactId>Dingo-Java-SDK</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 1345b96

Please sign in to comment.