Browse Source

[maven-release-plugin] prepare for next development iteration

master
xuyi 1 year ago
parent
commit
d224f58da6
7 changed files with 19 additions and 19 deletions
  1. +2
    -2
      common/pom.xml
  2. +3
    -3
      helper/pom.xml
  3. +2
    -2
      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.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent> </parent>
<artifactId>common</artifactId> <artifactId>common</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<name>common</name> <name>common</name>
<description>common</description> <description>common</description>
<properties> <properties>


+ 3
- 3
helper/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.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent> </parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>helper</artifactId> <artifactId>helper</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<name>helper</name> <name>helper</name>
<description>helper</description> <description>helper</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.15</version>
<version>0.0.16-SNAPSHOT</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>


+ 2
- 2
pom.xml View File

@@ -12,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.15</tag>
<tag>v0.0.1</tag>
</scm> </scm>


<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>std-news-process</artifactId> <artifactId>std-news-process</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</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.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent> </parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>scheduler</artifactId> <artifactId>scheduler</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</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.15</version>
<version>0.0.16-SNAPSHOT</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.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent> </parent>
<groupId>work.xuye</groupId> <groupId>work.xuye</groupId>
<artifactId>sink</artifactId> <artifactId>sink</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</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.15</version>
<version>0.0.16-SNAPSHOT</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.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent> </parent>
<artifactId>source</artifactId> <artifactId>source</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</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.15</version>
<version>0.0.16-SNAPSHOT</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.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent> </parent>
<artifactId>transformer</artifactId> <artifactId>transformer</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</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.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>org.json</groupId>


Loading…
Cancel
Save