Skip to content

Commit

Permalink
move to 1.0.7 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
MengZhang committed Jul 7, 2022
1 parent 9016974 commit 4e7d076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.agmip.tool</groupId>
<artifactId>vmapper</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<name>VMapper</name>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<product.buildtype>dev</product.buildtype>
<product.buildversion>beta</product.buildversion>
<product.buildtype>release</product.buildtype>
<product.buildversion>final</product.buildversion>
<product.buildts>${maven.build.timestamp}</product.buildts>
</properties>
<dependencies>
Expand Down

0 comments on commit 4e7d076

Please sign in to comment.