Skip to content

Commit

Permalink
[maven-release-plugin] prepare release openbox-2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryCai committed Nov 4, 2016
1 parent dac465a commit d3ceb81
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>common</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>Common</name>
<description>Tool base common libs</description>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>config</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>ConfigLoader</name>
<description>Config Loader for load the common config </description>
<dependencies>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>common</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions cors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>cors</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>CORS</name>
<description>This is CORS related features support</description>
<dependencies>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>http</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions dbclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>dbclient</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>DBClient</name>
<description>This is common DB client </description>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions demo_performancetest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>demo_performancetest</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>Demo Performance</name>
<description>Request Performance Test</description>
<dependencies>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>http</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.jfree</groupId>
Expand Down
6 changes: 3 additions & 3 deletions demo_restfulclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>demo_restfulclient</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>DemoClient</name>
<description>Demo Client</description>
<dependencies>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>http</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>http</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>HttpClient</name>
<description>Http client Framework</description>
<dependencies>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>common</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down
6 changes: 3 additions & 3 deletions jsonpool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>jsonpool</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>JsonObjectStorePool</name>
<description>This is common Json Object Store Pool</description>
<dependencies>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>common</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
4 changes: 2 additions & 2 deletions log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>log</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>Log</name>
<description>TestNG log4j2 appender</description>
<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions maventools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>maventools</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>MavenTools</name>
<description>This project contain some maven tools for daily usage</description>
<dependencies>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>common</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>http</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion phone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>phone</artifactId>
<name>Phone</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<packaging>pom</packaging>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>OpenBox</name>
<description>This is common test framework and toolkit name as OpenBox</description>
<url>http://code.google.com/p/openbox/</url>
Expand Down
6 changes: 3 additions & 3 deletions ssh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>ssh</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>SSH2</name>
<description>This is remote linux SSH module</description>
<dependencies>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>common</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>com.trilead</groupId>
Expand Down
16 changes: 8 additions & 8 deletions testu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>testu</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>TestU</name>
<description>TestU is for common RESTful API test framework</description>
<dependencies>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>common</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>config</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>jsonpool</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>http</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>dbclient</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>log</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.uncommons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions webcontainer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>webcontainer</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>Embodyed Web Container</name>
<description>This is web container for embodyed Tomcat and Jetty</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions webui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>webui</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>WebUI</name>
<description>This is WebDriver based webUI test framework</description>

Expand Down
8 changes: 4 additions & 4 deletions xtool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
<parent>
<groupId>com.googlecode.openbox</groupId>
<artifactId>openbox</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>

<artifactId>xtools</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<name>xtool</name>
<description>This is test xtools include emma , gcov , valgrind etc</description>

<dependencies>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>common</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>ssh</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</dependency>
</dependencies>
</project>

0 comments on commit d3ceb81

Please sign in to comment.