aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-06 09:34:13 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-06 09:34:13 +0100
commitbc305c8d94f2a1d3e0611be15a582f6fa485bdef (patch)
treeca122b6171db4f9c1a6921e76a211ea6a5f2a74f
parent2ee4fd4b1c4436f2f295bc6f2eb566cdf0200464 (diff)
Change resources to 1.13.X-SNAPSHOT again
- change resources version to SNAPSHOT since publishing snapshot releases would not work otherwise Issue-ID: AAI-3763 Change-Id: I980986f6cbad4334a9a18b68db304fd46c1c3053 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rw-r--r--aai-resources/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index 33828e4..81013d5 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.13.3</version>
+ <version>1.13.3-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index 06f08e8..6d4b412 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.13.3</version>
+ <version>1.13.3-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>