Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 9ace6f8b authored by CITNET Bamboo's avatar CITNET Bamboo
Browse files

[maven-release-plugin] prepare release 5.1-RC1

parent 9ee23680
No related branches found
No related tags found
No related merge requests found
Pipeline #211612 failed
Showing with 33 additions and 42 deletions
<?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>
......
<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 -->
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment