From 7b9f379426d8c23832cb68c969874f6a54460322 Mon Sep 17 00:00:00 2001 From: Michael Heinrichs Date: Wed, 1 Feb 2017 21:08:52 +0100 Subject: [PATCH] Prepare release --- pom.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7db4a19..5d56b59 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,14 @@ HEAD + + + bintray + netopyr-wurmloch-crdt + https://api.bintray.com/maven/netopyr/wurmloch/wurmloch-crdt/;publish=1 + + + @@ -47,9 +55,49 @@ 1.8 + + maven-release-plugin + 2.5.1 + + false + release + true + + - jar + + + + release + + + + maven-source-plugin + + + attach-sources + + jar + + + + + + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + +