Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Oct 3, 2016
1 parent 86ceba5 commit d0b32fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-rootpom</artifactId>
<packaging>pom</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions xdiamond-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-rootpom</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<name>xdiamond-client</name>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-common</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion xdiamond-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-rootpom</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<name>xdiamond-common</name>
Expand Down
7 changes: 3 additions & 4 deletions xdiamond-server/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0"?>
<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">
<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">
<parent>
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-rootpom</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -26,7 +25,7 @@
<dependency>
<groupId>io.github.hengyunabc.xdiamond</groupId>
<artifactId>xdiamond-common</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d0b32fe

Please sign in to comment.