Skip to content

Commit

Permalink
Merge branch 'support/2.27' into feature/#2219-Enceladus-to-run-with-…
Browse files Browse the repository at this point in the history
…new-supported-version-of-MongoDB
  • Loading branch information
benedeki authored Dec 17, 2024
2 parents 2f49f1b + 3227723 commit 2fc9be3
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,7 @@ class JsonSerializerSuite extends BaseTestSuite with VersionedModelMatchers {
| },
| "startDateTime": "04-12-2017 16:19:17 +0200",
| "runStatus": {
| "status": {
| "enumClass": "za.co.absa.atum.model.RunState",
| "value": "allSucceeded"
| },
| "status": "allSucceeded",
| "error": null
| },
| "controlMeasure": {
Expand All @@ -598,7 +595,7 @@ class JsonSerializerSuite extends BaseTestSuite with VersionedModelMatchers {
|}
|""".stripMargin

val run = RunFactory.getDummyRun(
val run: Run = RunFactory.getDummyRun(
uniqueId = Some(uniqueId),
controlMeasure = RunFactory.getDummyControlMeasure(
runUniqueId = Some(uniqueId)
Expand Down
2 changes: 1 addition & 1 deletion data-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion menas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion migrations-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion migrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion plugins-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion plugins-builtin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
<packaging>pom</packaging>

<name>Enceladus</name>
Expand Down Expand Up @@ -152,7 +152,7 @@
<!--dependency versions-->
<abris.version>3.1.1</abris.version>
<absa.commons.version>0.0.27</absa.commons.version>
<atum.version>3.7.0</atum.version>
<atum.version>3.10.0</atum.version>
<bower.chart.js.version>2.7.3</bower.chart.js.version>
<bson.codec.jsr310.version>3.5.4</bson.codec.jsr310.version>
<cobrix.version>2.4.2</cobrix.version>
Expand Down
2 changes: 1 addition & 1 deletion spark-jobs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>za.co.absa.enceladus</groupId>
<artifactId>parent</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</parent>

<properties>
Expand Down

0 comments on commit 2fc9be3

Please sign in to comment.