Przeglądaj źródła

[maven-release-plugin] prepare release client

kindring 1 rok temu
rodzic
commit
8bbcaad023
1 zmienionych plików z 4 dodań i 5 usunięć
  1. 4 5
      pom.xml

+ 4 - 5
pom.xml

@@ -1,7 +1,5 @@
 <?xml version="1.0"?>
-<project 
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.springframework.boot</groupId>
@@ -11,13 +9,14 @@
 
 	<groupId>com.genersoft</groupId>
 	<artifactId>hfy-gb</artifactId>
-	<version>1.0.1-SNAPSHOT</version>
+	<version>1.1.0</version>
 	<name>hfy-gb28181</name>
 	<description>hfy国标28181视频平台</description>
 	<packaging>${project.packaging}</packaging>
 	<scm>
 		<developerConnection>scm:git:git@kindring.cn:kindring/wvp.git</developerConnection>
-	</scm>
+	  <tag>client</tag>
+  </scm>
 	<repositories>
 		<repository>
 			<id>nexus-aliyun</id>