From 9466bf586339c0456e58331493621912de858379 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 19 四月 2022 10:36:21 +0800 Subject: [PATCH] Merge pull request #437 from hotcoffie/wvp-28181-2.0 --- pom.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 2d7f746..befb74f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.genersoft</groupId> <artifactId>wvp-pro</artifactId> - <version>2.0.2</version> + <version>2.1.1</version> <name>web video platform</name> <description>鍥芥爣28181瑙嗛骞冲彴</description> @@ -272,6 +272,9 @@ <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> + <configuration> + <offline>true</offline> + </configuration> </plugin> <plugin> -- Gitblit v1.8.0