Browse Source

[maven-release-plugin] prepare release v0.0.14

master
xuyi 1 year ago
parent
commit
a92a3336d1
7 changed files with 21 additions and 23 deletions
  1. +2
    -2
      common/pom.xml
  2. +4
    -5
      helper/pom.xml
  3. +3
    -4
      pom.xml
  4. +3
    -3
      scheduler/pom.xml
  5. +3
    -3
      sink/pom.xml
  6. +3
    -3
      source/pom.xml
  7. +3
    -3
      transformer/pom.xml

+ 2
- 2
common/pom.xml View File

@@ -4,10 +4,10 @@
<parent> <parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>std-news-process</artifactId> <artifactId>std-news-process</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</parent> </parent>
<artifactId>common</artifactId> <artifactId>common</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<name>common</name> <name>common</name>
<description>common</description> <description>common</description>
<properties> <properties>


+ 4
- 5
helper/pom.xml View File

@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>std-news-process</artifactId> <artifactId>std-news-process</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</parent> </parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>helper</artifactId> <artifactId>helper</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.14</version>
<name>helper</name> <name>helper</name>
<description>helper</description> <description>helper</description>
<properties> <properties>
@@ -19,7 +18,7 @@
<dependency> <dependency>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>common</artifactId> <artifactId>common</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>


+ 3
- 4
pom.xml View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <modelVersion>4.0.0</modelVersion>


<parent> <parent>
@@ -13,12 +12,12 @@
<connection>scm:git:ssh://git@git.deepq.tech:1122/${git_group}/${git_project}.git</connection> <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> <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> <url>https://git.deepq.tech/${git_group}/${git_project}.git</url>
<tag>v0.0.1</tag>
<tag>v0.0.14</tag>
</scm> </scm>


<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>std-news-process</artifactId> <artifactId>std-news-process</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<name>std-news-process</name> <name>std-news-process</name>
<description>外部结构化资讯接入程序</description> <description>外部结构化资讯接入程序</description>




+ 3
- 3
scheduler/pom.xml View File

@@ -4,11 +4,11 @@
<parent> <parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>std-news-process</artifactId> <artifactId>std-news-process</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</parent> </parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>scheduler</artifactId> <artifactId>scheduler</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<name>scheduler</name> <name>scheduler</name>
<description>scheduler</description> <description>scheduler</description>
<properties> <properties>
@@ -18,7 +18,7 @@
<dependency> <dependency>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>common</artifactId> <artifactId>common</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>


+ 3
- 3
sink/pom.xml View File

@@ -4,11 +4,11 @@
<parent> <parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>std-news-process</artifactId> <artifactId>std-news-process</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</parent> </parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>sink</artifactId> <artifactId>sink</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<name>sink</name> <name>sink</name>
<description>sink</description> <description>sink</description>
<properties> <properties>
@@ -18,7 +18,7 @@
<dependency> <dependency>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>common</artifactId> <artifactId>common</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</dependency> </dependency>


<dependency> <dependency>


+ 3
- 3
source/pom.xml View File

@@ -4,10 +4,10 @@
<parent> <parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>std-news-process</artifactId> <artifactId>std-news-process</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</parent> </parent>
<artifactId>source</artifactId> <artifactId>source</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<name>source</name> <name>source</name>
<description>source</description> <description>source</description>
<properties> <properties>
@@ -17,7 +17,7 @@
<dependency> <dependency>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>common</artifactId> <artifactId>common</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.squareup.okhttp3</groupId> <groupId>com.squareup.okhttp3</groupId>


+ 3
- 3
transformer/pom.xml View File

@@ -4,10 +4,10 @@
<parent> <parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>std-news-process</artifactId> <artifactId>std-news-process</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</parent> </parent>
<artifactId>transformer</artifactId> <artifactId>transformer</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<name>transformer</name> <name>transformer</name>
<description>transformer</description> <description>transformer</description>
<properties> <properties>
@@ -17,7 +17,7 @@
<dependency> <dependency>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>common</artifactId> <artifactId>common</artifactId>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>org.json</groupId>


Loading…
Cancel
Save