Skip to content

Commit

Permalink
Update POM Version to 3.3.2-1257
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Feb 17, 2025
1 parent 18f8573 commit 2352f58
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<artifactId>staging-service-aggregator</artifactId>
<packaging>pom</packaging>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
<modules>
<module>staging-service-contract</module>
<module>staging-service-shared</module>
Expand Down Expand Up @@ -268,22 +268,22 @@
<dependency>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<artifactId>staging-service</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<artifactId>staging-service-contract</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<artifactId>staging-service-internal-client</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<artifactId>staging-service-shared</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
Expand All @@ -303,7 +303,7 @@
<dependency>
<groupId>com.github.cafdataprocessing.workers.ingestion</groupId>
<artifactId>worker-batch-ingestion-plugin</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</dependency>
<dependency>
<groupId>com.github.jobservice</groupId>
Expand Down
2 changes: 1 addition & 1 deletion staging-service-acceptance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>staging-service-aggregator</artifactId>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion staging-service-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>staging-service-aggregator</artifactId>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion staging-service-contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>staging-service-aggregator</artifactId>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion staging-service-internal-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>staging-service-aggregator</artifactId>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</parent>

<artifactId>staging-service-internal-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion staging-service-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>staging-service-aggregator</artifactId>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion staging-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>staging-service-aggregator</artifactId>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions worker-batch-ingestion-container-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>

<parent>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<artifactId>staging-service-aggregator</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</parent>

<groupId>com.github.cafdataprocessing.workers.ingestion</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-batch-ingestion-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<artifactId>staging-service-aggregator</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</parent>

<groupId>com.github.cafdataprocessing.workers.ingestion</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-batch-ingestion-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafdataprocessing.services.staging</groupId>
<artifactId>staging-service-aggregator</artifactId>
<version>3.3.2-SNAPSHOT</version>
<version>3.3.2-1257</version>
</parent>

<groupId>com.github.cafdataprocessing.workers.ingestion</groupId>
Expand Down

0 comments on commit 2352f58

Please sign in to comment.