diff options
author | Jack Lucas <jflucas@research.att.com> | 2020-06-17 17:11:17 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2020-06-19 17:23:44 -0400 |
commit | 01d6019fca028906a5d4674a3a785b7851bb75e3 (patch) | |
tree | b922fd214557a99e18482596241a8d6ab64005a0 /pom.xml | |
parent | 193986a2b21217165b20d954410d722d594405ed (diff) |
Remove plugin uploads from bootstrap container2.0.0
Update other blueprints
Update blueprints for components loaded at boot time
Move Consul service registrations out of bootstrap script
(use Consul init container in OOM chart instead)
Issue-ID: DCAEGEN2-1789
Issue-ID: DCAEGEN2-2237
Issue-ID: DCAEGEN2-2236
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I3532d21be3c520a63ca6176dc2c085665db0add8
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>k8s-bootstrap-container</artifactId> <name>dcaegen2-deployments-k8s-bootstrap-container</name> - <version>1.13.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> |