Skip to content

Commit e31acab

Browse files
committed
feat(migrate,ct): update dependency versions and relocate configuration
Moved `flyway.version` and `postgresql.server.version` to the `dataverse-parent` POM for better configuration centralization. Removed their redundant declarations from the root POM to maintain consistency. Enables reusing the values in the new `dataverse-migrate-db` module Downgraded the PostgreSQL server version from 17 to the one specified in the installation guide (16) to be in sync with the official recommendations.
1 parent 8dd7569 commit e31acab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/dataverse-parent/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@
150150
<!-- Major system components and dependencies -->
151151
<payara.version>6.2025.3</payara.version>
152152
<postgresql.version>42.7.4</postgresql.version>
153+
<postgresql.server.version>16</postgresql.server.version>
154+
<flyway.version>10.19.0</flyway.version>
153155
<solr.version>9.8.0</solr.version>
154156
<aws.version>1.12.748</aws.version>
155157
<google.library.version>26.30.0</google.library.version>

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<packaging.type>war</packaging.type>
2828

2929
<reload4j.version>1.2.18.4</reload4j.version>
30-
<flyway.version>10.19.0</flyway.version>
3130
<jhove.version>1.20.1</jhove.version>
3231
<poi.version>5.4.0</poi.version>
3332
<tika.version>2.9.2</tika.version>
@@ -1100,7 +1099,6 @@
11001099
<skipIntegrationTests>true</skipIntegrationTests>
11011100
<!-- Once we truly run tests with Testcontainers, this should be switch to "docker", activating ITs -->
11021101
<packaging.type>docker-build</packaging.type>
1103-
<postgresql.server.version>17</postgresql.server.version>
11041102

11051103
<app.image>gdcc/dataverse:${app.image.tag}</app.image>
11061104
<app.image.tag>unstable</app.image.tag>

0 commit comments

Comments
 (0)