Skip to content

Commit

Permalink
release 2.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemalin committed Oct 19, 2022
1 parent 7e6432a commit 47f2b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jprotobuf-2.x JDK 7 或以上版本
<dependency>
<groupId>com.baidu</groupId>
<artifactId>jprotobuf</artifactId>
<version>2.4.15</version>
<version>2.4.17</version>
</dependency>
```
[下载发行包](https://repo1.maven.org/maven2/com/baidu/jprotobuf/2.4.3/)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.baidu</groupId>
<artifactId>jprotobuf</artifactId>
<version>2.4.17-SNAPSHOT</version>
<version>2.4.17</version>

<name>jprotobuf</name>
<description>A useful utility library for java programmer using google protobuf.</description>
Expand Down

0 comments on commit 47f2b18

Please sign in to comment.