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

Commit 541e6a2

Browse files
author
Build Machine
committed
Update POM Version to 1.2.0-49
1 parent b04e3af commit 541e6a2

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
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.2.0-SNAPSHOT</version>
26+
<version>1.2.0-49</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.2.0-SNAPSHOT</version>
33+
<version>1.2.0-49</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.2.0-SNAPSHOT</version>
33+
<version>1.2.0-49</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.2.0-SNAPSHOT</version>
27+
<version>1.2.0-49</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.2.0-SNAPSHOT</version>
26+
<version>1.2.0-49</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.2.0-SNAPSHOT</version>
27+
<version>1.2.0-49</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.2.0-SNAPSHOT</version>
27+
<version>1.2.0-49</version>
2828
</parent>
2929

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

utils/data-processing-family-task-submitter/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.2.0-SNAPSHOT</version>
26+
<version>1.2.0-49</version>
2727
</parent>
2828

2929
<artifactId>data-processing-family-task-submitter</artifactId>

utils/data-processing-initialization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>processing-utilities-aggregator</artifactId>
2424
<groupId>com.github.cafdataprocessing</groupId>
25-
<version>1.2.0-SNAPSHOT</version>
25+
<version>1.2.0-49</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

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.2.0-SNAPSHOT</version>
26+
<version>1.2.0-49</version>
2727
</parent>
2828

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

0 commit comments

Comments
 (0)