Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lgcareer committed Jul 18, 2019
1 parent 90be224 commit e0ded80
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion escheduler-alert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>cn.analysys</groupId>
<artifactId>escheduler</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>
<artifactId>escheduler-alert</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion escheduler-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>cn.analysys</groupId>
<artifactId>escheduler</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>
<artifactId>escheduler-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion escheduler-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>escheduler</artifactId>
<groupId>cn.analysys</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>
<artifactId>escheduler-common</artifactId>
<name>escheduler-common</name>
Expand Down
2 changes: 1 addition & 1 deletion escheduler-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>cn.analysys</groupId>
<artifactId>escheduler</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>
<artifactId>escheduler-dao</artifactId>
<name>escheduler-dao</name>
Expand Down
2 changes: 1 addition & 1 deletion escheduler-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>escheduler</artifactId>
<groupId>cn.analysys</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion escheduler-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>escheduler</artifactId>
<groupId>cn.analysys</groupId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>
<artifactId>escheduler-server</artifactId>
<name>escheduler-server</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.analysys</groupId>
<artifactId>escheduler</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<packaging>pom</packaging>
<name>escheduler</name>
<url>http://maven.apache.org</url>
Expand Down Expand Up @@ -390,7 +390,7 @@
<connection>scm:git:https://github.com/analysys/EasyScheduler.git</connection>
<developerConnection>scm:git:https://github.com/analysys/EasyScheduler.git</developerConnection>
<url>https://github.com/analysys/EasyScheduler.git</url>
<tag>HEAD</tag>
<tag>1.0.5</tag>
</scm>

<build>
Expand Down

0 comments on commit e0ded80

Please sign in to comment.