Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Update POM Version to 1.0.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Machine committed Jun 1, 2017
1 parent a780813 commit 7e994ab
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-service-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>
<artifactId>data-processing-docs</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-service-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
<packaging>pom</packaging>
<name>Data Processing Service</name>
<description>An API to allow creation and management of processing concepts against a Core Policy backend.</description>
Expand Down
2 changes: 1 addition & 1 deletion processing-service-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-service-client</artifactId>
<description>Built as an example only - consumers should generate their own client tailored as required.</description>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>

<properties>
<swagger-contract-artifactId>processing-service-contract</swagger-contract-artifactId>
Expand Down
2 changes: 1 addition & 1 deletion processing-service-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-service-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>

<artifactId>processing-service-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion processing-service-contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-service-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>

<artifactId>processing-service-contract</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion processing-service-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-service-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>

<artifactId>processing-service-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/data-processing-databases-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-utilities-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>

<artifactId>data-processing-databases-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/data-processing-queue-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-utilities-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>

<artifactId>data-processing-queue-helper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/data-processing-task-receiver-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-utilities-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>

<artifactId>data-processing-task-receiver-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/data-processing-task-receiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-utilities-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>

<artifactId>data-processing-task-receiver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/data-processing-task-submitter-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-utilities-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>

<artifactId>data-processing-task-submitter-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/data-processing-task-submitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-utilities-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>

<artifactId>data-processing-task-submitter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-service-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-3</version>
</parent>

<artifactId>processing-utilities-aggregator</artifactId>
Expand Down

0 comments on commit 7e994ab

Please sign in to comment.