diff options
-rw-r--r-- | sparkybe-onap-application/pom.xml | 2 | ||||
-rw-r--r-- | sparkybe-onap-service/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 98bad9b..f9e7399 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -216,7 +216,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.3</version> </dependency> <dependency> diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 470ef95..dacce02 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -214,7 +214,7 @@ some of the depedencies should probably have a scope of provided so they don't a <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.3</version> </dependency> <dependency> |