From 05aae814f522985ce696833782c2ccc3a920dc06 Mon Sep 17 00:00:00 2001 From: Ahmed <Ahmed.GHOUILI@ext.ec.europa.eu> Date: Wed, 16 Oct 2024 15:38:29 +0200 Subject: [PATCH] adjust pom versions --- domismp-tests/domismp-docker/pom.xml | 2 +- domismp-tests/domismp-tests-api/pom.xml | 2 +- domismp-tests/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/domismp-tests/domismp-docker/pom.xml b/domismp-tests/domismp-docker/pom.xml index df5659bb6..efa537e1a 100644 --- a/domismp-tests/domismp-docker/pom.xml +++ b/domismp-tests/domismp-docker/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1-SNAPSHOT</version> + <version>5.1-RC2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/domismp-tests/domismp-tests-api/pom.xml b/domismp-tests/domismp-tests-api/pom.xml index 6a5baa5e7..f799b8429 100644 --- a/domismp-tests/domismp-tests-api/pom.xml +++ b/domismp-tests/domismp-tests-api/pom.xml @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>domismp-tests-api</artifactId> - <version>5.1-SNAPSHOT</version> + <version>5.1-RC2-SNAPSHOT</version> <name>domismp-tests-api</name> <description>Integration tests suit for DomiSMP API (WebService) testing using SOAPUI framework</description> diff --git a/domismp-tests/pom.xml b/domismp-tests/pom.xml index 1d79b23eb..5785ab618 100644 --- a/domismp-tests/pom.xml +++ b/domismp-tests/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1-SNAPSHOT</version> + <version>5.1-RC2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>domismp-tests</artifactId> -- GitLab