From 7ac694e30407ba88b1d3ae1dc11fde61e85a1e75 Mon Sep 17 00:00:00 2001 From: Julien Vermillard Date: Wed, 14 May 2014 17:12:39 +0200 Subject: [PATCH] releasing on maven central, v0.1.2 --- leshan-core/pom.xml | 2 +- leshan-standalone/pom.xml | 2 +- pom.xml | 146 +++++++++++++++++++++++++++++--------- 3 files changed, 116 insertions(+), 34 deletions(-) diff --git a/leshan-core/pom.xml b/leshan-core/pom.xml index 2b043842..7d97cfc2 100644 --- a/leshan-core/pom.xml +++ b/leshan-core/pom.xml @@ -34,7 +34,7 @@ org.github.leshan leshan-server - 0.1.2-SNAPSHOT + 0.1.2 leshan-core bundle diff --git a/leshan-standalone/pom.xml b/leshan-standalone/pom.xml index 9e16d718..62200432 100644 --- a/leshan-standalone/pom.xml +++ b/leshan-standalone/pom.xml @@ -34,7 +34,7 @@ org.github.leshan leshan-server - 0.1.2-SNAPSHOT + 0.1.2 leshan-standalone leshan - standalone server diff --git a/pom.xml b/pom.xml index f6b65dab..3e3a58f2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,32 +1,32 @@ @@ -34,12 +34,20 @@ org.github.leshan leshan-server - 0.1.2-SNAPSHOT + 0.1.2 pom leshan http://github.com/jvermillard/leshan A Lightweight M2M Server implementation based on Californium + + + BSD 3 Clause + https://raw.githubusercontent.com/jvermillard/leshan/master/LICENSE + repo + + + leshan-core @@ -48,9 +56,31 @@ scm:git:ssh://git@github.com/jvermillard/leshan.git - HEAD - - + https://github.com/jvermillard/leshan + HEAD + + + + jvermillard + Julien Vermillard + jvermillard@sierrawireless.com + Sierra Wireless - AirVantage + http://airvantage.net + + developer + + + + msangoi + Manuel Sangoi + msangoi@sierrawireless.com + Sierra Wireless - AirVantage + http://airvantage.net + + developer + + + UTF-8 **/*Integration* @@ -82,6 +112,58 @@ nada + + + release + + false + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + + @@ -133,7 +215,7 @@ true - + org.apache.maven.plugins maven-surefire-plugin 2.16