Browse Source

[update]:更新版本到1.1.0

master
divenswu 1 year ago
parent
commit
e675cafed7
  1. 2
      open-anpr-client/pom.xml
  2. 2
      open-anpr-core/pom.xml
  3. 2
      open-anpr-server/pom.xml
  4. 2
      pom.xml
  5. 2
      scripts/docker_build.sh

2
open-anpr-client/pom.xml

@ -6,7 +6,7 @@
<groupId>com.visual.open.anpr</groupId>
<artifactId>open-anpr-client</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>

2
open-anpr-core/pom.xml

@ -5,7 +5,7 @@
<parent>
<artifactId>open-anpr</artifactId>
<groupId>com.visual.open.anpr</groupId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
open-anpr-server/pom.xml

@ -5,7 +5,7 @@
<parent>
<artifactId>open-anpr</artifactId>
<groupId>com.visual.open.anpr</groupId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
pom.xml

@ -14,7 +14,7 @@
<groupId>com.visual.open.anpr</groupId>
<artifactId>open-anpr</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>1.1.0</version>
<modules>
<module>open-anpr-core</module>

2
scripts/docker_build.sh

@ -1,4 +1,4 @@
version='1.0.0'
version='1.1.0'
SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
cd ${SHELL_FOLDER}

Loading…
Cancel
Save