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

Commit 7e994ab

Browse files
author
Build Machine
committed
Update POM Version to 1.0.0-3
1 parent a780813 commit 7e994ab

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.cafdataprocessing</groupId>
2525
<artifactId>processing-service-aggregator</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-3</version>
2727
</parent>
2828
<artifactId>data-processing-docs</artifactId>
2929
<packaging>pom</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>com.github.cafdataprocessing</groupId>
3232
<artifactId>processing-service-aggregator</artifactId>
33-
<version>1.0.0-SNAPSHOT</version>
33+
<version>1.0.0-3</version>
3434
<packaging>pom</packaging>
3535
<name>Data Processing Service</name>
3636
<description>An API to allow creation and management of processing concepts against a Core Policy backend.</description>

processing-service-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>com.github.cafdataprocessing</groupId>
3131
<artifactId>processing-service-client</artifactId>
3232
<description>Built as an example only - consumers should generate their own client tailored as required.</description>
33-
<version>1.0.0-SNAPSHOT</version>
33+
<version>1.0.0-3</version>
3434

3535
<properties>
3636
<swagger-contract-artifactId>processing-service-contract</swagger-contract-artifactId>

processing-service-container/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing</groupId>
2626
<artifactId>processing-service-aggregator</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0-3</version>
2828
</parent>
2929

3030
<artifactId>processing-service-container</artifactId>

processing-service-contract/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.cafdataprocessing</groupId>
2525
<artifactId>processing-service-aggregator</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-3</version>
2727
</parent>
2828

2929
<artifactId>processing-service-contract</artifactId>

processing-service-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing</groupId>
2626
<artifactId>processing-service-aggregator</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0-3</version>
2828
</parent>
2929

3030
<artifactId>processing-service-ui</artifactId>

utils/data-processing-databases-container/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing</groupId>
2626
<artifactId>processing-utilities-aggregator</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0-3</version>
2828
</parent>
2929

3030
<artifactId>data-processing-databases-container</artifactId>

utils/data-processing-queue-helper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.cafdataprocessing</groupId>
2525
<artifactId>processing-utilities-aggregator</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-3</version>
2727
</parent>
2828

2929
<artifactId>data-processing-queue-helper</artifactId>

utils/data-processing-task-receiver-container/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.cafdataprocessing</groupId>
2525
<artifactId>processing-utilities-aggregator</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-3</version>
2727
</parent>
2828

2929
<artifactId>data-processing-task-receiver-container</artifactId>

utils/data-processing-task-receiver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.cafdataprocessing</groupId>
2525
<artifactId>processing-utilities-aggregator</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-3</version>
2727
</parent>
2828

2929
<artifactId>data-processing-task-receiver</artifactId>

0 commit comments

Comments
 (0)