Browse Source

changed version to 1.0.0-SNAPSHOT

tags/1.0.0
yiu 5 years ago
parent
commit
9f662e2a51
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>alerttek</groupId> <groupId>alerttek</groupId>
<artifactId>CommEngine</artifactId> <artifactId>CommEngine</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<properties> <properties>
<maven.test.skip>true</maven.test.skip> <maven.test.skip>true</maven.test.skip>
</properties> </properties>


Loading…
Cancel
Save