Release dcaegen2/platform 1.7.3-bpgenerator
authorjenkins-releng <jenkins-releng@onap.org>
Wed, 24 Feb 2021 06:36:45 +0000 (06:36 +0000)
committerjenkins-releng <jenkins-releng@onap.org>
Wed, 24 Feb 2021 06:36:45 +0000 (06:36 +0000)
mod/bpgenerator/common/pom.xml
mod/bpgenerator/onap-executable/pom.xml
mod/bpgenerator/onap/pom.xml
mod/bpgenerator/pom.xml

index ae4f716..d208f8a 100644 (file)
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>blueprint-generator-common</artifactId>
-    <version>1.7.3-SNAPSHOT</version>
+    <version>1.7.3</version>
     <packaging>jar</packaging>
 
     <name>Common</name>
@@ -39,7 +39,7 @@
     <parent>
         <groupId>org.onap.dcaegen2.platform.mod</groupId>
         <artifactId>blueprint-generator</artifactId>
-        <version>1.7.3-SNAPSHOT</version>
+        <version>1.7.3</version>
     </parent>
 
 
index d1376c3..208f60d 100644 (file)
@@ -22,12 +22,12 @@ limitations under the License.
   <parent>
     <artifactId>blueprint-generator</artifactId>
     <groupId>org.onap.dcaegen2.platform.mod</groupId>
-    <version>1.7.3-SNAPSHOT</version>
+    <version>1.7.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>blueprint-generator-onap-executable</artifactId>
-  <version>1.7.3-SNAPSHOT</version>
+  <version>1.7.3</version>
   <packaging>jar</packaging>
 
   <name>OnapExecutable</name>
@@ -37,7 +37,7 @@ limitations under the License.
     <dependency>
       <groupId>org.onap.dcaegen2.platform.mod</groupId>
       <artifactId>blueprint-generator-onap</artifactId>
-      <version>1.7.3-SNAPSHOT</version>
+      <version>1.7.3</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
index ccf24b6..51fdf3c 100644 (file)
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>blueprint-generator-onap</artifactId>
-    <version>1.7.3-SNAPSHOT</version>
+    <version>1.7.3</version>
     <packaging>jar</packaging>
 
     <name>Onap</name>
     <parent>
         <groupId>org.onap.dcaegen2.platform.mod</groupId>
         <artifactId>blueprint-generator</artifactId>
-        <version>1.7.3-SNAPSHOT</version>
+        <version>1.7.3</version>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.onap.dcaegen2.platform.mod</groupId>
             <artifactId>blueprint-generator-common</artifactId>
-            <version>1.7.3-SNAPSHOT</version>
+            <version>1.7.3</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
index dd157d9..7b910d6 100644 (file)
@@ -30,7 +30,7 @@
 
     <groupId>org.onap.dcaegen2.platform.mod</groupId>
     <artifactId>blueprint-generator</artifactId>
-    <version>1.7.3-SNAPSHOT</version>
+    <version>1.7.3</version>
     <packaging>pom</packaging>
 
     <modules>