From 37a20ccf2e632d23ac9811971eafebe716508f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Dywicki?= Date: Tue, 5 Mar 2024 00:25:58 +0100 Subject: [PATCH] Update parent to connectorio-oss v5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ɓukasz Dywicki --- pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index aa4df81..e753b9d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.connectorio connectorio-oss - 4 + 5 @@ -37,7 +37,7 @@ scm:git:https://github.com/Code-House/bacnet4j-wrapper.git - scm:git:ssh://git@github.com/Code-House/bacnet4j-wrapper.git + scm:git:git@github.com:Code-House/bacnet4j-wrapper.git https://github.com/Code-House/bacnet4j-wrapper @@ -168,6 +168,17 @@ + + org.apache.maven.plugins + maven-release-plugin + + true + false + clean install + clean package deploy + release + +