Commit 05e9e6ea by xmh

[maven-release-plugin] prepare release V0.0.1

1 parent a1c53cf6
Showing 1 changed file with 4 additions and 5 deletions
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.viontech</groupId>
<artifactId>VVAS-Match</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>VVAS-Match</name>
<packaging>jar</packaging>
......@@ -97,7 +96,7 @@
<scm>
<developerConnection>scm:git:http://git.keliuyun.com:55676/xmh/matchPerson</developerConnection>
<tag>HEAD</tag>
<tag>V0.0.1</tag>
</scm>
<build>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!