summaryrefslogtreecommitdiffstats
path: root/mod/bpgenerator/pom.xml
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-11-23 10:06:18 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-11-25 09:37:39 +0100
commit5c6a6192a60fde5421d85fab52e62fd4a6018abc (patch)
tree02c2842f2926d39fcce1cad511a0da3e0abe14eb /mod/bpgenerator/pom.xml
parentbbdab5451c551706574a587f32144845e13277a1 (diff)
Blueprint Generator - Update groupId, add version.properties
Issue-ID: DCAEGEN2-2529 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Icbc011714f0996e1915b9e4ae8081972a53fdfac
Diffstat (limited to 'mod/bpgenerator/pom.xml')
-rw-r--r--mod/bpgenerator/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/bpgenerator/pom.xml b/mod/bpgenerator/pom.xml
index b0a4f17..724aad8 100644
--- a/mod/bpgenerator/pom.xml
+++ b/mod/bpgenerator/pom.xml
@@ -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>
@@ -183,4 +183,4 @@
</plugins>
</build>
-</project> \ No newline at end of file
+</project>