diff options
author | Niharika Sharma <niharika.sharma@amdocs.com> | 2022-11-21 13:29:19 -0500 |
---|---|---|
committer | Niharika Sharma <niharika.sharma@amdocs.com> | 2022-11-21 13:29:25 -0500 |
commit | 55f0abc04bdb2cf9ae344c250810bd9ed4683019 (patch) | |
tree | ee685a777b80b52b10dffb6d1d911c0d79ee37c3 | |
parent | 24c274fd267d1eea33a1c47eba3aa01a5be1c442 (diff) |
[AAI] Up-version aai-resources to 1.12.0 for London
Issue-ID: AAI-3594
Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: Ie3a58b17a0c32809c3a917f7e6cf6a57dea7df6c
-rw-r--r-- | aai-resources/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index f5884da..7ab6a41 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.11.0-SNAPSHOT</version> + <version>1.12.0-SNAPSHOT</version> </parent> <properties> <java.version>1.8</java.version> @@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.11.0-SNAPSHOT</version> + <version>1.12.0-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> @@ -190,4 +190,4 @@ <url>${nexusproxy}${snapshot.path}</url> </repository> </repositories> -</project>
\ No newline at end of file +</project> diff --git a/version.properties b/version.properties index 8741983..a53bc44 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=11 +minor_version=12 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |