Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed May 14, 2022
1 parent dd6c285 commit 0d872b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/third_party_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: "Release version"
required: true
default: "1.0.0"
default: "1.2.0"

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<grpc.version>1.45.1</grpc.version>
<gson.version>2.9.0</gson.version>
<httpclient.version>4.5.13</httpclient.version>
<protobuf.version>3.17.3</protobuf.version>
<protobuf.version>3.19.2</protobuf.version>
<lz4.version>1.8.0</lz4.version>
<roaring-bitmap.version>0.9.25</roaring-bitmap.version>
<slf4j.version>2.0.0-alpha5</slf4j.version>
Expand All @@ -100,7 +100,7 @@
<mysql-driver.version>8.0.28</mysql-driver.version>
<postgresql-driver.version>42.3.3</postgresql-driver.version>

<repackaged.version>1.1.2</repackaged.version>
<repackaged.version>1.2.0</repackaged.version>

<assembly-plugin.version>3.3.0</assembly-plugin.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
Expand Down
6 changes: 3 additions & 3 deletions third-party-libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
</distributionManagement>

<properties>
<revision>1.1.2</revision>
<revision>1.2.0</revision>
<project.current.year>2022</project.current.year>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<grpc.version>1.45.1</grpc.version>
<gson.version>2.9.0</gson.version>
<opencensus.version>0.28.3</opencensus.version>
<roaring-bitmap.version>0.9.25</roaring-bitmap.version>
<roaring-bitmap.version>0.9.27</roaring-bitmap.version>
<assembly-plugin.version>3.3.0</assembly-plugin.version>
<deploy-plugin.version>3.0.0-M1</deploy-plugin.version>
<flatten-plugin.version>1.2.7</flatten-plugin.version>
Expand Down Expand Up @@ -326,4 +326,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 0d872b3

Please sign in to comment.