Skip to content

Commit

Permalink
Update POM Version to 7.0.0-1496
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Nov 14, 2024
1 parent 1839d61 commit 85fb53c
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-aggregator</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
<packaging>pom</packaging>

<name>Document Worker Framework</name>
Expand Down Expand Up @@ -169,27 +169,27 @@
<dependency>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-interface</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-schema</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-shared</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</dependency>
<dependency>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-utility</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worker-document-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-aggregator</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion worker-document-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-aggregator</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion worker-document-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-aggregator</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion worker-document-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-aggregator</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion worker-document-testing-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<artifactId>worker-document-aggregator</artifactId>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion worker-document-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-aggregator</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion worker-document-utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-aggregator</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion worker-document-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-aggregator</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion worker-document/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.cafdataprocessing.workers.document</groupId>
<artifactId>worker-document-aggregator</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-1496</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 85fb53c

Please sign in to comment.