From 157f556f0558096689738ce3b741334e18942bee Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sun, 22 Sep 2024 20:52:08 +0200 Subject: [PATCH] Correct version --- dbrepo-data-service/querystore/pom.xml | 4 ++-- dbrepo-data-service/report/pom.xml | 4 ++-- dbrepo-data-service/rest-service/pom.xml | 6 +++--- dbrepo-data-service/services/pom.xml | 6 +++--- dbrepo-metadata-service/api/pom.xml | 2 +- dbrepo-metadata-service/entities/pom.xml | 2 +- dbrepo-metadata-service/oai/pom.xml | 2 +- dbrepo-metadata-service/report/pom.xml | 2 +- dbrepo-metadata-service/repositories/pom.xml | 2 +- dbrepo-metadata-service/rest-service/pom.xml | 2 +- dbrepo-metadata-service/services/pom.xml | 2 +- dbrepo-metadata-service/test/pom.xml | 2 +- 12 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dbrepo-data-service/querystore/pom.xml b/dbrepo-data-service/querystore/pom.xml index 3d301be50f..57bb5dd76c 100644 --- a/dbrepo-data-service/querystore/pom.xml +++ b/dbrepo-data-service/querystore/pom.xml @@ -6,12 +6,12 @@ <parent> <groupId>at.tuwien</groupId> <artifactId>dbrepo-data-service</artifactId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>dbrepo-data-service-querystore</artifactId> <name>dbrepo-data-service-querystore</name> - <version>1.4.6</version> + <version>1.4.5</version> <dependencies/> diff --git a/dbrepo-data-service/report/pom.xml b/dbrepo-data-service/report/pom.xml index 76bce1e929..10663ef86d 100644 --- a/dbrepo-data-service/report/pom.xml +++ b/dbrepo-data-service/report/pom.xml @@ -6,12 +6,12 @@ <parent> <groupId>at.tuwien</groupId> <artifactId>dbrepo-data-service</artifactId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>report</artifactId> <name>dbrepo-data-service-report</name> - <version>1.4.6</version> + <version>1.4.5</version> <description> This module is only intended for the pipeline coverage report. See the detailed report in the respective modules diff --git a/dbrepo-data-service/rest-service/pom.xml b/dbrepo-data-service/rest-service/pom.xml index 214912d816..9eb7ec933b 100644 --- a/dbrepo-data-service/rest-service/pom.xml +++ b/dbrepo-data-service/rest-service/pom.xml @@ -6,18 +6,18 @@ <parent> <groupId>at.tuwien</groupId> <artifactId>dbrepo-data-service</artifactId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>rest-service</artifactId> <name>dbrepo-data-service-rest-service</name> - <version>1.4.6</version> + <version>1.4.5</version> <dependencies> <dependency> <groupId>at.tuwien</groupId> <artifactId>services</artifactId> - <version>1.4.6</version> + <version>1.4.5</version> </dependency> </dependencies> diff --git a/dbrepo-data-service/services/pom.xml b/dbrepo-data-service/services/pom.xml index ccb8ca4360..0b57ceef9d 100644 --- a/dbrepo-data-service/services/pom.xml +++ b/dbrepo-data-service/services/pom.xml @@ -6,12 +6,12 @@ <parent> <groupId>at.tuwien</groupId> <artifactId>dbrepo-data-service</artifactId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>services</artifactId> <name>dbrepo-data-service-services</name> - <version>1.4.6</version> + <version>1.4.5</version> <dependencies> <dependency> @@ -22,7 +22,7 @@ <dependency> <groupId>at.tuwien</groupId> <artifactId>dbrepo-data-service-querystore</artifactId> - <version>1.4.6</version> + <version>1.4.5</version> </dependency> </dependencies> diff --git a/dbrepo-metadata-service/api/pom.xml b/dbrepo-metadata-service/api/pom.xml index d75601b351..b62bfdc94a 100644 --- a/dbrepo-metadata-service/api/pom.xml +++ b/dbrepo-metadata-service/api/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.tuwien</groupId> <artifactId>dbrepo-metadata-service</artifactId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>dbrepo-metadata-service-api</artifactId> diff --git a/dbrepo-metadata-service/entities/pom.xml b/dbrepo-metadata-service/entities/pom.xml index 2b54dfd647..2fb8efa9e9 100644 --- a/dbrepo-metadata-service/entities/pom.xml +++ b/dbrepo-metadata-service/entities/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.tuwien</groupId> <artifactId>dbrepo-metadata-service</artifactId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>dbrepo-metadata-service-entities</artifactId> diff --git a/dbrepo-metadata-service/oai/pom.xml b/dbrepo-metadata-service/oai/pom.xml index a3e7bee9a7..5b37750134 100644 --- a/dbrepo-metadata-service/oai/pom.xml +++ b/dbrepo-metadata-service/oai/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.tuwien</groupId> <artifactId>dbrepo-metadata-service</artifactId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>dbrepo-metadata-service-oai</artifactId> diff --git a/dbrepo-metadata-service/report/pom.xml b/dbrepo-metadata-service/report/pom.xml index a8ffa93c93..6a7874d4e9 100644 --- a/dbrepo-metadata-service/report/pom.xml +++ b/dbrepo-metadata-service/report/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>dbrepo-metadata-service</artifactId> <groupId>at.tuwien</groupId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>dbrepo-metadata-service-report</artifactId> diff --git a/dbrepo-metadata-service/repositories/pom.xml b/dbrepo-metadata-service/repositories/pom.xml index 25aba1aa58..b67917715a 100644 --- a/dbrepo-metadata-service/repositories/pom.xml +++ b/dbrepo-metadata-service/repositories/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>dbrepo-metadata-service</artifactId> <groupId>at.tuwien</groupId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>dbrepo-metadata-service-repositories</artifactId> diff --git a/dbrepo-metadata-service/rest-service/pom.xml b/dbrepo-metadata-service/rest-service/pom.xml index 5fc0c73748..ab556f9c45 100644 --- a/dbrepo-metadata-service/rest-service/pom.xml +++ b/dbrepo-metadata-service/rest-service/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>dbrepo-metadata-service</artifactId> <groupId>at.tuwien</groupId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>dbrepo-metadata-service-rest-service</artifactId> diff --git a/dbrepo-metadata-service/services/pom.xml b/dbrepo-metadata-service/services/pom.xml index b22ac86dc7..bf2105f98d 100644 --- a/dbrepo-metadata-service/services/pom.xml +++ b/dbrepo-metadata-service/services/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>dbrepo-metadata-service</artifactId> <groupId>at.tuwien</groupId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>dbrepo-metadata-service-services</artifactId> diff --git a/dbrepo-metadata-service/test/pom.xml b/dbrepo-metadata-service/test/pom.xml index e465a68b08..2c4091eace 100644 --- a/dbrepo-metadata-service/test/pom.xml +++ b/dbrepo-metadata-service/test/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.tuwien</groupId> <artifactId>dbrepo-metadata-service</artifactId> - <version>1.4.6</version> + <version>1.4.5</version> </parent> <artifactId>dbrepo-metadata-service-test</artifactId> -- GitLab