Update bp-generator version in runtime-api.
[dcaegen2/platform.git] / mod / runtimeapi / runtime-core / pom.xml
index 53c8536..9310bd3 100644 (file)
@@ -3,6 +3,8 @@
 ============LICENSE_START=======================================================
 Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved.
 ================================================================================
+Modifications Copyright (c) 2020 Nokia
+================================================================================
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
@@ -23,11 +25,12 @@ limitations under the License.
     <parent>
         <artifactId>runtimeapi</artifactId>
         <groupId>org.onap.dcaegen2.platform.mod</groupId>
-        <version>1.0.0</version>
+        <version>1.2.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>runtime-core</artifactId>
+    <version>1.2.1</version>
 
     <dependencies>
         <dependency>
@@ -42,8 +45,8 @@ limitations under the License.
         </dependency>
         <dependency>
             <groupId>org.onap.dcaegen2.platform.mod</groupId>
-            <artifactId>blueprint-generator</artifactId>
-            <version>1.3.1-SNAPSHOT</version> 
+            <artifactId>blueprint-generator-onap</artifactId>
+            <version>1.7.2</version>
         </dependency>
        <dependency>
                <groupId>org.json</groupId>
@@ -53,7 +56,7 @@ limitations under the License.
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>1.23</version>
+            <version>1.26</version>
         </dependency>
     </dependencies>
 </project>