Skip to content
Snippets Groups Projects
Commit bb6b37b0 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos Committed by trantzas
Browse files

Resolve "Internal component versioning 1.0.0-SNAPSHOT"

parent edee2390
No related branches found
No related tags found
2 merge requests!7Merging 2024Q2_RC into main, creating 2024Q2 Release,!4Resolve "Internal component versioning 1.0.0-SNAPSHOT"
<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>
<groupId>org.etsi.osl.sol005nbi</groupId>
<artifactId>org.etsi.osl.sol005nbi.osm10</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
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>org.etsi.osl</groupId>
<artifactId>org.etsi.osl.main</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../org.etsi.osl.main</relativePath>
</parent>
<packaging>jar</packaging>
<name>org.etsi.osl.sol005nbi.osm10</name>
<artifactId>org.etsi.osl.sol005nbi.osm10</artifactId>
<name>org.etsi.osl.sol005nbi.osm10</name>
<organization>
<name>openslice.io</name>
......@@ -159,7 +163,7 @@
<dependency>
<groupId>org.etsi.osl.sol005nbi</groupId>
<artifactId>org.etsi.osl.sol005nbi.osm</artifactId>
<version>${project.version}</version>
<version>${org.etsi.osl.sol005nbi.osm.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......
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