Skip to content

Commit

Permalink
Update POM Version to 1.2.0-113
Browse files Browse the repository at this point in the history
  • Loading branch information
Build-Machine committed Jan 18, 2017
1 parent 1f7f8f1 commit 49fb605
Show file tree
Hide file tree
Showing 22 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
<packaging>pom</packaging>

<name>Worker Framework</name>
Expand Down
10 changes: 5 additions & 5 deletions standard-worker-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<dependencies>
Expand All @@ -41,22 +41,22 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-core</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-queue-rabbit</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-store-cs</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions util-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

<groupId>com.github.workerframework</groupId>
<artifactId>util-rabbitmq</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions worker-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions worker-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-archetype</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
<packaging>maven-archetype</packaging>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions worker-caf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-caf</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<dependencies>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down
4 changes: 2 additions & 2 deletions worker-configs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-configs</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions worker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-core</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<dependencies>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.cipher</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>util-rabbitmq</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand All @@ -82,7 +82,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-caf</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions worker-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
<packaging>pom</packaging>
<description>Builds Worker-Example projects together from a handy top level project.</description>

Expand Down
6 changes: 3 additions & 3 deletions worker-example/worker-example-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-container</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
<packaging>pom</packaging>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<!-- Properties for the worker. -->
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
Expand Down
6 changes: 3 additions & 3 deletions worker-example/worker-example-message-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

<groupId>com.github.workerframework.messagebuilder</groupId>
<artifactId>worker-example-message-builder</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<properties>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-shared</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.hpe.caf.messagebuilder</groupId>
Expand Down
6 changes: 3 additions & 3 deletions worker-example/worker-example-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-shared</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<properties>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions worker-example/worker-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-example</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<properties>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-shared</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
Expand Down
26 changes: 13 additions & 13 deletions worker-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
<packaging>pom</packaging>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework-aggregator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</parent>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-configs</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.hpe.caf</groupId>
Expand All @@ -55,33 +55,33 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>util-rabbitmq</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>standard-worker-container</artifactId>
<type>pom</type>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-caf</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-core</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-queue-rabbit</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-store-cs</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
<exclusions>
<exclusion>
<groupId>javax.ws.rs</groupId>
Expand All @@ -92,17 +92,17 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-store-fs</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-testing-integration</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-testing-util</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-113</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Loading

0 comments on commit 49fb605

Please sign in to comment.