From c0cdedd7df02ba0111e50d80b61d8866ce0433c1 Mon Sep 17 00:00:00 2001 From: Celos Date: Fri, 30 Nov 2018 10:21:48 +0200 Subject: [PATCH] Add release plugin --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3e66d61..2aae1e6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.mihkel avro-json-decoder jar - 1.1 + 1.2-SNAPSHOT avro-json-decoder http://maven.apache.org @@ -14,6 +14,12 @@ 4.12 + + https://github.com/Celos/avro-json-decoder + scm:git:https://github.com/Celos/avro-json-decoder.git + scm:git:https://github.com/Celos/avro-json-decoder.git + + @@ -26,6 +32,13 @@ true + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + +