Skip to content

Commit

Permalink
[maven-release-plugin] prepare release metamorphosis-all-1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Jun 3, 2013
1 parent c4f92d0 commit 67c4b00
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion metamorphosis-client-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>metamorphosis-all</artifactId>
<groupId>com.taobao.metamorphosis</groupId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion metamorphosis-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>metamorphosis-all</artifactId>
<groupId>com.taobao.metamorphosis</groupId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>metamorphosis-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metamorphosis-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>metamorphosis-all</artifactId>
<groupId>com.taobao.metamorphosis</groupId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>metamorphosis-commons</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions metamorphosis-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>metamorphosis-all</artifactId>
<groupId>com.taobao.metamorphosis</groupId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>metamorphosis-dashboard</artifactId>
Expand Down Expand Up @@ -71,7 +71,7 @@
<goal>add-test-source</goal>
</goals>
<configuration>
<sources/>
<sources />
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>com.taobao.metamorphosis</groupId>
<artifactId>metamorphosis-server</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</dependency>
<dependency>
<groupId>ring-mock</groupId>
Expand Down
2 changes: 1 addition & 1 deletion metamorphosis-server-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>metamorphosis-all</artifactId>
<groupId>com.taobao.metamorphosis</groupId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion metamorphosis-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>metamorphosis-all</artifactId>
<groupId>com.taobao.metamorphosis</groupId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>metamorphosis-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metamorphosis-storm-spout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>metamorphosis-all</artifactId>
<groupId>com.taobao.metamorphosis</groupId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>metamorphosis-storm-spout</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metamorphosis-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>metamorphosis-all</artifactId>
<groupId>com.taobao.metamorphosis</groupId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>metamorphosis-tools v${project.version}</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>com.taobao.metamorphosis</groupId>
<artifactId>metamorphosis-all</artifactId>
<packaging>pom</packaging>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>
<name>taobao metamorphosis v${project.version}</name>
<url>https://github.com/killme2008/Metamorphosis</url>
<licenses>
Expand Down Expand Up @@ -271,7 +271,7 @@
<version>2.9</version>
<configuration>
<charset>GBK</charset>
<docencoding>GBK></docencoding>
<docencoding>GBK&gt;</docencoding>
<encoding>GBK</encoding>
<aggregate>true</aggregate>
</configuration>
Expand Down

0 comments on commit 67c4b00

Please sign in to comment.