From e5fa0d857a424fff87dbc5cc497e48b2d7fc54e1 Mon Sep 17 00:00:00 2001 From: Joze RIHTARSIC <joze.RIHTARSIC@ext.ec.europa.eu> Date: Fri, 1 Apr 2022 22:37:48 +0200 Subject: [PATCH] fix pom structure for release --- pom.xml | 7 ++++++- smp-angular/pom.xml | 13 +++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 3cdfde02b..ecffb6ea2 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,12 @@ <artifactId>smp-modules</artifactId> <packaging>pom</packaging> <name>SMP</name> - <version>4.1.2-SNAPSHOT</version> + <parent> + <groupId>eu.europa.ec.edelivery</groupId> + <artifactId>smp-parent-pom</artifactId> + <version>4.1.2-SNAPSHOT</version> + <relativePath>./smp-parent-pom/pom.xml</relativePath> + </parent> <modules> <module>smp-parent-pom</module> diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml index 9a563455a..e35e9ca60 100644 --- a/smp-angular/pom.xml +++ b/smp-angular/pom.xml @@ -1,14 +1,15 @@ <?xml version="1.0" encoding="UTF-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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>eu.europa.ec.edelivery</groupId> - <artifactId>smp-parent-pom</artifactId> - <version>4.1.2-SNAPSHOT</version> - <relativePath>../smp-parent-pom/pom.xml</relativePath> - </parent> + <groupId>eu.europa.ec.edelivery</groupId> + <artifactId>smp-parent-pom</artifactId> + <version>4.1.2-SNAPSHOT</version> + <relativePath>../smp-parent-pom/pom.xml</relativePath> + </parent> <artifactId>smp-angular</artifactId> <packaging>jar</packaging> <name>SMP Angular UI</name> -- GitLab