Skip to content

Commit

Permalink
set version in proxy package
Browse files Browse the repository at this point in the history
  • Loading branch information
md_li committed Apr 3, 2024
1 parent 671bd36 commit 479e7f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions redis/package/redis-proxy-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
</parent>
<artifactId>redis-proxy-package</artifactId>

<properties>
<netty4.version>4.1.52.Final</netty4.version>
</properties>
w
<dependencies>
<dependency>
<groupId>com.ctrip.framework.xpipe.redis</groupId>
Expand Down
3 changes: 2 additions & 1 deletion redis/redis-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<artifactId>redis-proxy</artifactId>

<properties>
<netty4.version>4.1.52.Final</netty4.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -41,7 +42,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.52.Final</version>
<version>${netty4.version}</version>
</dependency>

<!--netty open ssl -->
Expand Down

0 comments on commit 479e7f8

Please sign in to comment.