summaryrefslogtreecommitdiffstats
path: root/k8s/pom.xml
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2020-02-03 17:11:07 -0500
committerJack Lucas <jflucas@research.att.com>2020-02-25 17:46:43 -0500
commit52b94c834d1c0252873ca4ced0ba3818648eccfe (patch)
tree3cd5484eaacf9fc578c6761d4b29c98c9bb87b46 /k8s/pom.xml
parentc7a8e732d235d0b8ce714f5153d37d2364c9a01c (diff)
Provide cacert in JKS format for clients
Issue-ID: DCAEGEN2-1938 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Ic9a852bb058075b2b03aa6382ed33e23a4cca8b5
Diffstat (limited to 'k8s/pom.xml')
-rw-r--r--k8s/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/k8s/pom.xml b/k8s/pom.xml
index b83fc87..5193e71 100644
--- a/k8s/pom.xml
+++ b/k8s/pom.xml
@@ -16,8 +16,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
============LICENSE_END=========================================================
-
-ECOMP is a trademark and service mark of AT&T Intellectual Property.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
@@ -29,7 +27,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.platform.plugins</groupId>
<artifactId>k8s</artifactId>
<name>k8s-plugin</name>
- <version>1.7.2-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>