summaryrefslogtreecommitdiffstats
path: root/mod/bpgenerator/pom.xml
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-06-17 17:52:56 +0200
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-07-16 11:41:49 +0200
commit69644638aa0e93c9c2c2ccea590fa02213d24a7a (patch)
tree2b9bed117552520851ec4d846eb38a84759fe042 /mod/bpgenerator/pom.xml
parent7e4e7939f698f593bf4019f3a4a1813206b77463 (diff)
Add external tls info to bpgenerator and component spec schema
Also: - Fix issue where local run without import file caused exception instead of use of default imports. - Update blueprint generator version from 1.3.2 to 1.4.0 Issue-ID: DCAEGEN2-2251 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I2f976ccc3e0b271bf9ae1357f02bd86fe0903459
Diffstat (limited to 'mod/bpgenerator/pom.xml')
-rw-r--r--mod/bpgenerator/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bpgenerator/pom.xml b/mod/bpgenerator/pom.xml
index b6a45d0..96ceb41 100644
--- a/mod/bpgenerator/pom.xml
+++ b/mod/bpgenerator/pom.xml
@@ -29,7 +29,7 @@
</parent>
<groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>blueprint-generator</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>