Skip to content

Commit

Permalink
version 2.9.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenChongze authored and ChenChongze committed Mar 27, 2017
1 parent e413bf6 commit c0a3e04
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions pigeon-build/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>pigeon-parent</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.dianping</groupId>
<artifactId>pigeon</artifactId>
<name>pigeon</name>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions pigeon-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>pigeon-parent</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>

<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<groupId>com.dianping</groupId>
<artifactId>pigeon</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pigeon-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<artifactId>pigeon-parent</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<modelVersion>4.0.0</modelVersion>
<name>pigeon-common</name>
<groupId>com.dianping</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class VersionUtils {

public static final String VERSION = "2.9.8-SNAPSHOT";
public static final String VERSION = "2.9.8";

public static final String DP_THRIFT_VERSION = "2.8.0";

Expand Down
4 changes: 2 additions & 2 deletions pigeon-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>pigeon-parent</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>pigeon-config</name>
<groupId>com.dianping</groupId>
<artifactId>pigeon-config</artifactId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pigeon-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>pigeon-parent</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>pigeon-console</name>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<artifactId>pigeon-console</artifactId>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pigeon-extensions/pigeon-registry-composite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>pigeon-extensions</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.dianping</groupId>
<name>pigeon-registry-composite</name>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<packaging>jar</packaging>

<artifactId>pigeon-registry-composite</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pigeon-extensions/pigeon-registry-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>pigeon-extensions</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>pigeon-registry-zookeeper</name>
<groupId>com.dianping</groupId>
<artifactId>pigeon-registry-zookeeper</artifactId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions pigeon-extensions/pigeon-remoting-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>pigeon-extensions</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>pigeon-remoting-http</name>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<artifactId>pigeon-remoting-http</artifactId>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pigeon-extensions/pigeon-remoting-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>pigeon-extensions</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>pigeon-remoting-netty</name>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<artifactId>pigeon-remoting-netty</artifactId>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pigeon-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<artifactId>pigeon-parent</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pigeon-extensions</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pigeon-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>pigeon-parent</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>pigeon-monitor</name>
<groupId>com.dianping</groupId>
<artifactId>pigeon-monitor</artifactId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pigeon-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<artifactId>pigeon-parent</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<modelVersion>4.0.0</modelVersion>
<name>pigeon-registry</name>
<groupId>com.dianping</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pigeon-remoting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>pigeon-parent</artifactId>
<groupId>com.dianping</groupId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>pigeon-remoting</name>
<groupId>com.dianping</groupId>
<artifactId>pigeon-remoting</artifactId>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.dianping</groupId>
<artifactId>pigeon-parent</artifactId>
<packaging>pom</packaging>
<version>2.9.8-SNAPSHOT</version>
<version>2.9.8</version>

<name>pigeon-parent</name>
<organization>
Expand Down

0 comments on commit c0a3e04

Please sign in to comment.