diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-02-06 09:34:13 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-02-06 09:34:13 +0100 |
commit | bc305c8d94f2a1d3e0611be15a582f6fa485bdef (patch) | |
tree | ca122b6171db4f9c1a6921e76a211ea6a5f2a74f /aai-resources/pom.xml | |
parent | 2ee4fd4b1c4436f2f295bc6f2eb566cdf0200464 (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>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |