Skip to content

Commit 034fa4f

Browse files
Update POM Version to 3.3.11-1421
1 parent 999caf3 commit 034fa4f

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
@@ -25,7 +25,7 @@
2525
<artifactId>staging-service-aggregator</artifactId>
2626
<name>staging-service-aggregator</name>
2727
<packaging>pom</packaging>
28-
<version>3.3.11-SNAPSHOT</version>
28+
<version>3.3.11-1421</version>
2929
<modules>
3030
<module>staging-service-contract</module>
3131
<module>staging-service-shared</module>
@@ -269,22 +269,22 @@
269269
<dependency>
270270
<groupId>com.github.cafdataprocessing.services.staging</groupId>
271271
<artifactId>staging-service</artifactId>
272-
<version>3.3.11-SNAPSHOT</version>
272+
<version>3.3.11-1421</version>
273273
</dependency>
274274
<dependency>
275275
<groupId>com.github.cafdataprocessing.services.staging</groupId>
276276
<artifactId>staging-service-contract</artifactId>
277-
<version>3.3.11-SNAPSHOT</version>
277+
<version>3.3.11-1421</version>
278278
</dependency>
279279
<dependency>
280280
<groupId>com.github.cafdataprocessing.services.staging</groupId>
281281
<artifactId>staging-service-internal-client</artifactId>
282-
<version>3.3.11-SNAPSHOT</version>
282+
<version>3.3.11-1421</version>
283283
</dependency>
284284
<dependency>
285285
<groupId>com.github.cafdataprocessing.services.staging</groupId>
286286
<artifactId>staging-service-shared</artifactId>
287-
<version>3.3.11-SNAPSHOT</version>
287+
<version>3.3.11-1421</version>
288288
</dependency>
289289
<dependency>
290290
<groupId>com.github.cafdataprocessing.workers.document</groupId>
@@ -304,7 +304,7 @@
304304
<dependency>
305305
<groupId>com.github.cafdataprocessing.workers.ingestion</groupId>
306306
<artifactId>worker-batch-ingestion-plugin</artifactId>
307-
<version>3.3.11-SNAPSHOT</version>
307+
<version>3.3.11-1421</version>
308308
</dependency>
309309
<dependency>
310310
<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.11-SNAPSHOT</version>
25+
<version>3.3.11-1421</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.11-SNAPSHOT</version>
25+
<version>3.3.11-1421</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.11-SNAPSHOT</version>
25+
<version>3.3.11-1421</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.11-SNAPSHOT</version>
27+
<version>3.3.11-1421</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.11-SNAPSHOT</version>
25+
<version>3.3.11-1421</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.11-SNAPSHOT</version>
25+
<version>3.3.11-1421</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.11-SNAPSHOT</version>
23+
<version>3.3.11-1421</version>
2424

2525
<parent>
2626
<groupId>com.github.cafdataprocessing.services.staging</groupId>
2727
<artifactId>staging-service-aggregator</artifactId>
28-
<version>3.3.11-SNAPSHOT</version>
28+
<version>3.3.11-1421</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.11-SNAPSHOT</version>
27+
<version>3.3.11-1421</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.11-SNAPSHOT</version>
27+
<version>3.3.11-1421</version>
2828
</parent>
2929

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

0 commit comments

Comments
 (0)