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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |