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 + +