Skip to content

Commit

Permalink
update version to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Apr 3, 2019
1 parent cc82c5b commit c6c981f
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 27 deletions.
16 changes: 8 additions & 8 deletions broker/config/git.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#Generated by Git-Commit-Id-Plugin
#Wed Apr 03 13:44:55 CST 2019
git.commit.id.abbrev=0f15a38
#Wed Apr 03 15:25:25 CST 2019
git.commit.id.abbrev=cc82c5b
git.commit.user.email=[email protected]
git.commit.message.full=优化部分逻辑\n
git.commit.id=0f15a3840e277b2cb25587fee188edbca8762bef
git.commit.message.short=优化部分逻辑
git.commit.message.full=update version to 0.1.1\n
git.commit.id=cc82c5b420061994bc0621e807bb6c961370aef2
git.commit.message.short=update version to 0.1.1
git.commit.user.name=heavyrain2012
git.build.user.name=heavyrain2012
git.commit.id.describe=0f15a38
git.commit.id.describe=0.1.1-dirty
git.build.user.email=[email protected]
git.branch=wildfirechat
git.commit.time=20190402225529
git.build.time=20190403134455
git.commit.time=20190403134707
git.build.time=20190403152525
git.remote.origin.url=https\://github.com/wildfirechat/server.git
8 changes: 1 addition & 7 deletions broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<relativePath>../</relativePath>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>0.10</version>
<version>0.11</version>
</parent>

<artifactId>moquette-broker</artifactId>
Expand Down Expand Up @@ -37,12 +37,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>cn.wildfirechat</groupId>
<artifactId>wildfirechat-server</artifactId>
<version>${project.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/log4j/log4j -->
<dependency>
<groupId>log4j</groupId>
Expand Down
3 changes: 2 additions & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
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>
<relativePath>../</relativePath>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>0.10</version>
<version>0.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--<relativePath>../pom.xml</relativePath>-->
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>0.10</version>
<version>0.11</version>
</parent>

<artifactId>distribution</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions distribution/src/main/resources/git.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#Generated by Git-Commit-Id-Plugin
#Wed Apr 03 13:44:58 CST 2019
git.commit.id.abbrev=0f15a38
#Wed Apr 03 15:25:29 CST 2019
git.commit.id.abbrev=cc82c5b
git.commit.user.email=[email protected]
git.commit.message.full=优化部分逻辑\n
git.commit.id=0f15a3840e277b2cb25587fee188edbca8762bef
git.commit.message.short=优化部分逻辑
git.commit.message.full=update version to 0.1.1\n
git.commit.id=cc82c5b420061994bc0621e807bb6c961370aef2
git.commit.message.short=update version to 0.1.1
git.commit.user.name=heavyrain2012
git.build.user.name=heavyrain2012
git.commit.id.describe=0f15a38-dirty
git.commit.id.describe=0.1.1-dirty
git.build.user.email=[email protected]
git.branch=wildfirechat
git.commit.time=20190402225529
git.build.time=20190403134458
git.commit.time=20190403134707
git.build.time=20190403152529
git.remote.origin.url=https\://github.com/wildfirechat/server.git
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>wildfirechat-parent</artifactId>

<packaging>pom</packaging>
<version>0.1.1</version>
<version>0.11</version>
<name>Wildfire Chat</name>
<description>Wildfire Chat Server</description>
<inceptionYear>2018</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion wildfire_jmeter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<relativePath>../</relativePath>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>0.10</version>
<version>0.11</version>
</parent>

<groupId>net.xmeter</groupId>
Expand Down

0 comments on commit c6c981f

Please sign in to comment.