From 9ace6f8beac8023ae77288587972ec01ab6aeb90 Mon Sep 17 00:00:00 2001 From: CITNET Bamboo <studio@citnetprax013.cc.cec.eu.int> Date: Mon, 30 Sep 2024 12:07:00 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 5.1-RC1 --- domismp-tests/domismp-docker/pom.xml | 10 ++++------ domismp-tests/domismp-tests-api/pom.xml | 9 ++++----- domismp-tests/pom.xml | 2 +- pom.xml | 7 +++---- smp-aggregator/pom.xml | 2 +- smp-angular/pom.xml | 2 +- smp-examples/pom.xml | 2 +- smp-examples/resource-spi-example/pom.xml | 2 +- .../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 | 5 ++--- smp-server-library/pom.xml | 16 +++++++--------- smp-spi/pom.xml | 2 +- smp-springboot/pom.xml | 5 ++--- smp-webapp/pom.xml | 5 ++--- 16 files changed, 33 insertions(+), 42 deletions(-) diff --git a/domismp-tests/domismp-docker/pom.xml b/domismp-tests/domismp-docker/pom.xml index 23362ab00..7113dfe91 100644 --- a/domismp-tests/domismp-docker/pom.xml +++ b/domismp-tests/domismp-docker/pom.xml @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1-SNAPSHOT</version> + <version>5.1-RC1</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> @@ -38,8 +36,8 @@ <configuration> <target name="buildDockerImages"> <exec executable="/bin/bash"> - <arg value="${project.basedir}/images/build-docker-images.sh"/> - <arg value="-o ${docker.artefacts.folder}"/> + <arg value="${project.basedir}/images/build-docker-images.sh" /> + <arg value="-o ${docker.artefacts.folder}" /> </exec> </target> </configuration> diff --git a/domismp-tests/domismp-tests-api/pom.xml b/domismp-tests/domismp-tests-api/pom.xml index 587760e94..629adfca5 100644 --- a/domismp-tests/domismp-tests-api/pom.xml +++ b/domismp-tests/domismp-tests-api/pom.xml @@ -1,9 +1,8 @@ -<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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>domismp-tests-api</artifactId> - <version>5.1-SNAPSHOT</version> + <version>5.1-RC1</version> <name>domismp-tests-api</name> <description>Integration tests suit for DomiSMP API (WebService) testing using SOAPUI framework</description> @@ -11,8 +10,8 @@ <!-- Only selected modules are deployed --> <maven.deploy.skip>true</maven.deploy.skip> <url>http://localhost:8080/smp</url> - <SMPAdminUser/> - <SMPAdminPassword/> + <SMPAdminUser /> + <SMPAdminPassword /> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- the soap ui specific dependencies --> diff --git a/domismp-tests/pom.xml b/domismp-tests/pom.xml index 1d79b23eb..e6ad7fae1 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-RC1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>domismp-tests</artifactId> diff --git a/pom.xml b/pom.xml index b17aca572..264c5f325 100644 --- a/pom.xml +++ b/pom.xml @@ -11,14 +11,13 @@ Unless required by applicable law or agreed to in writing, software distributed WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> <packaging>pom</packaging> <name>SMP</name> - <version>5.1-SNAPSHOT</version> + <version>5.1-RC1</version> <licenses> <license> <name>EUPL-2.1</name> @@ -153,7 +152,7 @@ See the Licence for the specific language governing permissions and limitations <scm> <developerConnection>scm:git:https://ec.europa.eu/digital-building-blocks/code/scm/edelivery/smp.git </developerConnection> - <tag>HEAD</tag> + <tag>5.1-RC1</tag> </scm> <repositories> diff --git a/smp-aggregator/pom.xml b/smp-aggregator/pom.xml index cccf769a7..3d35c2124 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.1-SNAPSHOT</version> + <version>5.1-RC1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml index 8cb7d2dfc..228da5701 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.1-SNAPSHOT</version> + <version>5.1-RC1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-angular</artifactId> diff --git a/smp-examples/pom.xml b/smp-examples/pom.xml index c6431f172..e9ad7b7c5 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.1-SNAPSHOT</version> + <version>5.1-RC1</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 3bd8a9dfe..a063b10b0 100644 --- a/smp-examples/resource-spi-example/pom.xml +++ b/smp-examples/resource-spi-example/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-RC1</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 16b0396b1..ffe9a9561 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.1-SNAPSHOT</version> + <version>5.1-RC1</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 bb65983cb..bc18b5a4c 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.1-SNAPSHOT</version> + <version>5.1-RC1</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 a534f9f17..8973fb83a 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.1-SNAPSHOT</version> + <version>5.1-RC1</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/smp-resource-extensions/pom.xml b/smp-resource-extensions/pom.xml index 3fefd1b61..94acc79ed 100644 --- a/smp-resource-extensions/pom.xml +++ b/smp-resource-extensions/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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1-SNAPSHOT</version> + <version>5.1-RC1</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 292bff336..3f0e5cd8c 100644 --- a/smp-server-library/pom.xml +++ b/smp-server-library/pom.xml @@ -11,13 +11,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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1-SNAPSHOT</version> + <version>5.1-RC1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-server-library</artifactId> @@ -246,13 +245,12 @@ 1. Parameter: comma separated hibernate database dialects 2. script version 3. export scripts.--> - <java classname="eu.europa.ec.edelivery.smp.data.dao.utils.SMPSchemaGenerator" - fork="true" failonerror="true"> - <arg value="org.hibernate.dialect.MySQL5InnoDBDialect,org.hibernate.dialect.Oracle10gDialect"/> - <arg value="${project.version}"/> - <arg value="${project.basedir}/../smp-webapp/src/main/smp-setup/database-scripts"/> + <java classname="eu.europa.ec.edelivery.smp.data.dao.utils.SMPSchemaGenerator" fork="true" failonerror="true"> + <arg value="org.hibernate.dialect.MySQL5InnoDBDialect,org.hibernate.dialect.Oracle10gDialect" /> + <arg value="${project.version}" /> + <arg value="${project.basedir}/../smp-webapp/src/main/smp-setup/database-scripts" /> <!-- reference to the passed-in classpath reference --> - <classpath refid="maven.compile.classpath"/> + <classpath refid="maven.compile.classpath" /> </java> </target> </configuration> diff --git a/smp-spi/pom.xml b/smp-spi/pom.xml index a45c0186c..eccb1d428 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.1-SNAPSHOT</version> + <version>5.1-RC1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-spi</artifactId> diff --git a/smp-springboot/pom.xml b/smp-springboot/pom.xml index d3fa84d00..033ce817d 100644 --- a/smp-springboot/pom.xml +++ b/smp-springboot/pom.xml @@ -14,13 +14,12 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1-SNAPSHOT</version> + <version>5.1-RC1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp-springboot</artifactId> diff --git a/smp-webapp/pom.xml b/smp-webapp/pom.xml index 42fbb36a5..91e47b753 100644 --- a/smp-webapp/pom.xml +++ b/smp-webapp/pom.xml @@ -1,10 +1,9 @@ -<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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>eu.europa.ec.edelivery</groupId> <artifactId>smp-modules</artifactId> - <version>5.1-SNAPSHOT</version> + <version>5.1-RC1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>smp</artifactId> -- GitLab