From 82e3cf6d15b8b4af3077faff5b721e770502fe89 Mon Sep 17 00:00:00 2001 From: manusa Date: Fri, 30 Oct 2020 14:52:34 +0100 Subject: [PATCH] [RELEASE] v0.0.1 released, prepare for next development iteration --- README.md | 2 +- deployment/pom.xml | 2 +- pom.xml | 2 +- runtime/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63327c1..cfb2950 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add the extension dependency to your `pom.xml`: com.marcnuri.yakc quarkus-yakc-extension - 0.0.0 + 0.0.1 ``` diff --git a/deployment/pom.xml b/deployment/pom.xml index a37a9fc..e5104ff 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -5,7 +5,7 @@ com.marcnuri.yakc quarkus-yakc-extension-parent - 0.0.1 + 0.0.2 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 03dd180..6fd9f39 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.marcnuri.yakc quarkus-yakc-extension-parent - 0.0.1 + 0.0.2 Quarkus - YAKC Parent module for Quarkus YACK Extension: Interact with Kubernetes and develop Kubernetes Operators using YAKC (Yet Another Kubernetes Client) pom diff --git a/runtime/pom.xml b/runtime/pom.xml index 9570719..f748856 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.marcnuri.yakc quarkus-yakc-extension-parent - 0.0.1 + 0.0.2 ../pom.xml 4.0.0