Blueprint Generator - Update groupId, add version.properties 62/115262/2
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Mon, 23 Nov 2020 09:06:18 +0000 (10:06 +0100)
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Wed, 25 Nov 2020 08:37:39 +0000 (09:37 +0100)
Issue-ID: DCAEGEN2-2529
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Icbc011714f0996e1915b9e4ae8081972a53fdfac

mod/bpgenerator/common/pom.xml
mod/bpgenerator/onap/pom.xml
mod/bpgenerator/pom.xml
mod/bpgenerator/version.properties [new file with mode: 0644]

index a947e20..58b7839 100644 (file)
@@ -27,7 +27,6 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.onap.dcaegen2.platform</groupId>
     <artifactId>blueprint-generator-common</artifactId>
     <version>2.0.0</version>
     <packaging>jar</packaging>
@@ -41,4 +40,4 @@
         <version>1.7.0-SNAPSHOT</version>
     </parent>
 
-</project>
\ No newline at end of file
+</project>
index 799a683..9b5f85d 100644 (file)
@@ -27,7 +27,6 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.onap.dcaegen2.platform</groupId>
     <artifactId>blueprint-generator-onap</artifactId>
     <version>1.7.0</version>
     <packaging>jar</packaging>
@@ -68,4 +67,4 @@
         <finalName>onap-blueprint-generator-${project.version}</finalName>
     </build>
 
-</project>
\ No newline at end of file
+</project>
index b0a4f17..724aad8 100644 (file)
@@ -27,7 +27,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.onap.dcaegen2.platform</groupId>
+    <groupId>org.onap.dcaegen2.platform.mod</groupId>
     <artifactId>blueprint-generator</artifactId>
     <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/mod/bpgenerator/version.properties b/mod/bpgenerator/version.properties
new file mode 100644 (file)
index 0000000..24828c2
--- /dev/null
@@ -0,0 +1,6 @@
+major=1
+minor=7
+patch=0
+base_version=${major}.${minor}.${patch}
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT