Skip to content

Commit bb2d5e2

Browse files
Update POM Version to 3.3.4-1288
1 parent efdb54c commit bb2d5e2

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.github.cafdataprocessing.services.staging</groupId>
2525
<artifactId>staging-service-aggregator</artifactId>
2626
<packaging>pom</packaging>
27-
<version>3.3.4-SNAPSHOT</version>
27+
<version>3.3.4-1288</version>
2828
<modules>
2929
<module>staging-service-contract</module>
3030
<module>staging-service-shared</module>
@@ -263,22 +263,22 @@
263263
<dependency>
264264
<groupId>com.github.cafdataprocessing.services.staging</groupId>
265265
<artifactId>staging-service</artifactId>
266-
<version>3.3.4-SNAPSHOT</version>
266+
<version>3.3.4-1288</version>
267267
</dependency>
268268
<dependency>
269269
<groupId>com.github.cafdataprocessing.services.staging</groupId>
270270
<artifactId>staging-service-contract</artifactId>
271-
<version>3.3.4-SNAPSHOT</version>
271+
<version>3.3.4-1288</version>
272272
</dependency>
273273
<dependency>
274274
<groupId>com.github.cafdataprocessing.services.staging</groupId>
275275
<artifactId>staging-service-internal-client</artifactId>
276-
<version>3.3.4-SNAPSHOT</version>
276+
<version>3.3.4-1288</version>
277277
</dependency>
278278
<dependency>
279279
<groupId>com.github.cafdataprocessing.services.staging</groupId>
280280
<artifactId>staging-service-shared</artifactId>
281-
<version>3.3.4-SNAPSHOT</version>
281+
<version>3.3.4-1288</version>
282282
</dependency>
283283
<dependency>
284284
<groupId>com.github.cafdataprocessing.workers.document</groupId>
@@ -298,7 +298,7 @@
298298
<dependency>
299299
<groupId>com.github.cafdataprocessing.workers.ingestion</groupId>
300300
<artifactId>worker-batch-ingestion-plugin</artifactId>
301-
<version>3.3.4-SNAPSHOT</version>
301+
<version>3.3.4-1288</version>
302302
</dependency>
303303
<dependency>
304304
<groupId>com.github.jobservice</groupId>

staging-service-acceptance-tests/pom.xml

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

staging-service-container/pom.xml

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

staging-service-contract/pom.xml

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

staging-service-internal-client/pom.xml

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

3030
<artifactId>staging-service-internal-client</artifactId>

staging-service-shared/pom.xml

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

staging-service/pom.xml

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

worker-batch-ingestion-container-testing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2222
<modelVersion>4.0.0</modelVersion>
23-
<version>3.3.4-SNAPSHOT</version>
23+
<version>3.3.4-1288</version>
2424

2525
<parent>
2626
<groupId>com.github.cafdataprocessing.services.staging</groupId>
2727
<artifactId>staging-service-aggregator</artifactId>
28-
<version>3.3.4-SNAPSHOT</version>
28+
<version>3.3.4-1288</version>
2929
</parent>
3030

3131
<groupId>com.github.cafdataprocessing.workers.ingestion</groupId>

worker-batch-ingestion-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.services.staging</groupId>
2626
<artifactId>staging-service-aggregator</artifactId>
27-
<version>3.3.4-SNAPSHOT</version>
27+
<version>3.3.4-1288</version>
2828
</parent>
2929

3030
<groupId>com.github.cafdataprocessing.workers.ingestion</groupId>

worker-batch-ingestion-plugin/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.services.staging</groupId>
2626
<artifactId>staging-service-aggregator</artifactId>
27-
<version>3.3.4-SNAPSHOT</version>
27+
<version>3.3.4-1288</version>
2828
</parent>
2929

3030
<groupId>com.github.cafdataprocessing.workers.ingestion</groupId>

0 commit comments

Comments
 (0)