|
|
@@ -1,6 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
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> |
|
|
@@ -13,12 +12,12 @@ |
|
|
|
<connection>scm:git:ssh://git@git.deepq.tech:1122/${git_group}/${git_project}.git</connection> |
|
|
|
<developerConnection>scm:git:ssh://git@git.deepq.tech:1122/${git_group}/${git_project}.git</developerConnection> |
|
|
|
<url>https://git.deepq.tech/${git_group}/${git_project}.git</url> |
|
|
|
<tag>v0.0.1</tag> |
|
|
|
<tag>v0.0.11</tag> |
|
|
|
</scm> |
|
|
|
|
|
|
|
<groupId>work.xuye</groupId> |
|
|
|
<artifactId>std-news-process</artifactId> |
|
|
|
<version>0.0.11-SNAPSHOT</version> |
|
|
|
<version>0.0.11</version> |
|
|
|
<name>std-news-process</name> |
|
|
|
<description>外部结构化资讯接入程序</description> |
|
|
|
|
|
|
|