From 1fc3addfa335948f66ac3f0a14f8ca10ac226cfa Mon Sep 17 00:00:00 2001 From: CITNET Bamboo <studio@citnetprax037.cc.cec.eu.int> Date: Fri, 23 Jun 2023 08:17:10 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 5.0 --- pom.xml | 4 ++-- smp-aggregator/pom.xml | 2 +- smp-angular/pom.xml | 2 +- smp-examples/pom.xml | 2 +- smp-examples/resource-spi-example/pom.xml | 5 ++--- smp-examples/smp-spi-payload-validation-example/pom.xml | 2 +- smp-resource-extensions/oasis-cppa3-spi/pom.xml | 2 +- smp-resource-extensions/oasis-smp-spi/pom.xml | 2 +- smp-resource-extensions/pom.xml | 2 +- smp-server-library/pom.xml | 2 +- smp-soapui-tests/pom.xml | 2 +- smp-spi/pom.xml | 2 +- smp-springboot/pom.xml | 2 +- smp-webapp/pom.xml | 2 +- 14 files changed, 16 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index fccbf4560..d084ea652 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <artifactId>smp-modules</artifactId> <packaging>pom</packaging> <name>SMP</name> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <modules> <module>smp-angular</module> @@ -129,7 +129,7 @@ <scm> <developerConnection>scm:git:https://ec.europa.eu/digital-building-blocks/code/scm/edelivery/smp.git </developerConnection> - <tag>HEAD</tag> + <tag>5.0</tag> </scm> <repositories> diff --git a/smp-aggregator/pom.xml b/smp-aggregator/pom.xml index 91059f17f..527bb0dec 100644 --- a/smp-aggregator/pom.xml +++ b/smp-aggregator/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>smp-modules</artifactId> <groupId>eu.europa.ec.edelivery</groupId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml index 01cdbcdba..a63e9016c 100644 --- a/smp-angular/pom.xml +++ b/smp-angular/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-angular</artifactId> diff --git a/smp-examples/pom.xml b/smp-examples/pom.xml index bf4d73437..eac9dd034 100644 --- a/smp-examples/pom.xml +++ b/smp-examples/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-examples</artifactId> diff --git a/smp-examples/resource-spi-example/pom.xml b/smp-examples/resource-spi-example/pom.xml index 090fe5c42..2ab3b22ae 100644 --- a/smp-examples/resource-spi-example/pom.xml +++ b/smp-examples/resource-spi-example/pom.xml @@ -12,13 +12,12 @@ ~ See the Licence for the specific language governing permissions and limitations under the Licence. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/smp-examples/smp-spi-payload-validation-example/pom.xml b/smp-examples/smp-spi-payload-validation-example/pom.xml index 4c5ab691b..4d81bf08a 100644 --- a/smp-examples/smp-spi-payload-validation-example/pom.xml +++ b/smp-examples/smp-spi-payload-validation-example/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/smp-resource-extensions/oasis-cppa3-spi/pom.xml b/smp-resource-extensions/oasis-cppa3-spi/pom.xml index 4f124e270..c76f03088 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/pom.xml +++ b/smp-resource-extensions/oasis-cppa3-spi/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/smp-resource-extensions/oasis-smp-spi/pom.xml b/smp-resource-extensions/oasis-smp-spi/pom.xml index 90cce1420..85fefa5dc 100644 --- a/smp-resource-extensions/oasis-smp-spi/pom.xml +++ b/smp-resource-extensions/oasis-smp-spi/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/smp-resource-extensions/pom.xml b/smp-resource-extensions/pom.xml index 45a8d6f97..2e7e50631 100644 --- a/smp-resource-extensions/pom.xml +++ b/smp-resource-extensions/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-resource-extensions</artifactId> diff --git a/smp-server-library/pom.xml b/smp-server-library/pom.xml index 8e2303b93..8073e7922 100644 --- a/smp-server-library/pom.xml +++ b/smp-server-library/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-server-library</artifactId> diff --git a/smp-soapui-tests/pom.xml b/smp-soapui-tests/pom.xml index c096d30d6..ceff1c3eb 100644 --- a/smp-soapui-tests/pom.xml +++ b/smp-soapui-tests/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-soapui-tests</artifactId> diff --git a/smp-spi/pom.xml b/smp-spi/pom.xml index f93de7ac3..1edd51cab 100644 --- a/smp-spi/pom.xml +++ b/smp-spi/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-spi</artifactId> diff --git a/smp-springboot/pom.xml b/smp-springboot/pom.xml index e84f5f53a..4c37c1229 100644 --- a/smp-springboot/pom.xml +++ b/smp-springboot/pom.xml @@ -19,7 +19,7 @@ limitations under the License. <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-springboot</artifactId> diff --git a/smp-webapp/pom.xml b/smp-webapp/pom.xml index 6b53438b6..6ed85d63a 100644 --- a/smp-webapp/pom.xml +++ b/smp-webapp/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp</artifactId> -- GitLab