diff options
author | vani.kv <vani.kv@accenture.com> | 2024-12-10 17:05:59 +0530 |
---|---|---|
committer | vani.kv <vani.kv@accenture.com> | 2024-12-11 11:50:01 +0530 |
commit | 45973a4c967e589dd119da9990047257f695f424 (patch) | |
tree | 787da894d87378031df674595403e711d2bc34ca /pom.xml | |
parent | 244ebb7b45a07b6669257c253786e399ea5ee05f (diff) |
[AAI] Update aai-schema version to 1.12.7 in Resources
- Bump aai-schema pom version to 1.12.7
- Update aai-schema default version to v30
- Increase version to 1.15.4-SNAPSHOT
Issue-ID: AAI-4075
Change-Id: I29df327fdb8e4c7b4b2745b55fc0494102f9127b
Signed-off-by: vani.kv <vani.kv@accenture.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.15.3-SNAPSHOT</version> + <version>1.15.4-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> @@ -50,7 +50,7 @@ <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> <aai.common.version>1.15.3</aai.common.version> - <aai.schema.service.version>1.12.6</aai.schema.service.version> + <aai.schema.service.version>1.12.7</aai.schema.service.version> </properties> <build> <pluginManagement> |