From 1dec154590a943dfad5ecefb5405e10a11ab7613 Mon Sep 17 00:00:00 2001 From: trantzas <ktrantzas@ece.upatras.gr> Date: Tue, 17 Sep 2024 18:53:49 +0000 Subject: [PATCH] Development preparation for release 2024Q4 --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5902de6..8db1a7b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.etsi.osl</groupId> <artifactId>org.etsi.osl.main</artifactId> - <version>1.0.0</version> + <version>2024Q4-SNAPSHOT</version> <relativePath>../org.etsi.osl.main</relativePath> </parent> @@ -12,10 +12,11 @@ <artifactId>org.etsi.osl.sol005nbi.osm</artifactId> <name>org.etsi.osl.sol005nbi.osm</name> + <version>${org.etsi.osl.sol005nbi.osm.version}</version> <organization> - <name>openslice.io</name> - <url>http://openslice.io</url> + <name>OpenSlice by ETSI</name> + <url>https://osl.etsi.org</url> </organization> <inceptionYear>2019</inceptionYear> -- GitLab