Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
Signed-off-by: forgive_dengkai <forgive_dengkai@163.com>
  • Loading branch information
forgivedengkai committed Oct 20, 2023
1 parent f14e70d commit f4c4965
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion fate-serving-admin/bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ basepath=$(cd `dirname $0`;pwd)
configpath=$(cd $basepath/conf;pwd)
module=serving-admin
main_class=com.webank.ai.fate.serving.admin.Bootstrap
module_version=2.1.6
module_version=2.1.7

case "$1" in
start)
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.8.0</version>
<version>3.9.0</version>
</dependency>
<dependency>
<groupId>com.github.oshi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-proxy/bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ basepath=$(cd `dirname $0`;pwd)
configpath=$(cd $basepath/conf;pwd)
module=serving-proxy
main_class=com.webank.ai.fate.serving.proxy.bootstrap.Bootstrap
module_version=2.1.6
module_version=2.1.7


case "$1" in
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.8.0</version>
<version>3.9.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-server/bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ basepath=$(cd `dirname $0`;pwd)
configpath=$(cd $basepath/conf;pwd)
module=serving-server
main_class=com.webank.ai.fate.serving.Bootstrap
module_version=2.1.6
module_version=2.1.7


case "$1" in
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.8.0</version>
<version>3.9.0</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
<module>fate-serving-register</module>
<module>fate-serving-common</module>
<module>fate-serving-proxy</module>
<module>fate-serving-admin</module>
<module>fate-serving-admin-ui</module>
<!-- <module>fate-serving-admin</module>-->
<!-- <module>fate-serving-admin-ui</module>-->
<module>fate-serving-extension</module>
<module>fate-serving-sdk</module>
</modules>

<properties>
<fate.version>2.1.6</fate.version>
<fate.version>2.1.7</fate.version>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand All @@ -48,7 +48,7 @@
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<os-maven-plugin.version>1.6.1</os-maven-plugin.version>
<spring.boot.version>2.7.0</spring.boot.version>
<jackson.version>2.13.3</jackson.version>
<jackson.version>2.15.3</jackson.version>
<jedis.version>2.9.0</jedis.version>
<log4j2.version>2.17.1</log4j2.version>
<skipTests>true</skipTests>
Expand Down Expand Up @@ -226,7 +226,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
<version>1.32</version>
<scope>compile</scope>
</dependency>

Expand All @@ -251,7 +251,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.8.0</version>
<version>3.9.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f4c4965

Please sign in to comment.