Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit e5fa0d85 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

fix pom structure for release

parent ade13101
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
<?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>
......
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