From b05f4bb412bb3ef4bdc3874996f00cbbd145f993 Mon Sep 17 00:00:00 2001 From: Yves Kaufmann Date: Fri, 8 Jul 2016 14:50:23 +0200 Subject: [PATCH 1/4] Change pom groupId to net.sharksystem --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2160678..fa3983df 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - net.sharkfw + net.sharksystem sharkfw-core jar 1.0-SNAPSHOT From 649bdd943fc5e7acc6a196ca8985c704310afbde Mon Sep 17 00:00:00 2001 From: Yves Kaufmann Date: Fri, 8 Jul 2016 14:52:08 +0200 Subject: [PATCH 2/4] Add description to pom.xml --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fa3983df..dd27990b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,14 +7,19 @@ jar 1.0-SNAPSHOT - sharkfw-core - http://www.sharksystem.net/ - 1.7 1.7 + sharkfw-core + + Shark - Semantic P2P Framework + + Shark is an acronym. It stands for Shared Knowledge. Shark applications store user data only on user devices. We don't use any server or cloud architecture. Each Shark application is a peer - an independent and self-contained entity which can directly communicate with others. + + http://www.sharksystem.net/ + scm:git:https://github.com/SharedKnowledge/SharkFW.git scm:git:https://github.com/SharedKnowledge/SharkFW.git From addedd811f1e93f93717bd2e41536b3b3317f32e Mon Sep 17 00:00:00 2001 From: Yves Kaufmann Date: Fri, 8 Jul 2016 14:53:38 +0200 Subject: [PATCH 3/4] Add license and issue entry to pom.xml --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index dd27990b..c584cd22 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,17 @@ https://github.com/SharedKnowledge/SharkFW + + https://github.com/SharedKnowledge/SharkFW/issues + GitHub Issues + + + + + GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 + https://www.gnu.org/licenses/lgpl-3.0.en.html + + From 87b6e01aaae863d7d40172a51427e109d8b05fe4 Mon Sep 17 00:00:00 2001 From: Yves Kaufmann Date: Fri, 8 Jul 2016 14:57:36 +0200 Subject: [PATCH 4/4] Add distribution repository entry for publishing to bintray --- pom.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c584cd22..53000c7d 100644 --- a/pom.xml +++ b/pom.xml @@ -39,10 +39,17 @@ - + - + + + + bintray-sharedknowledge-maven + sharedknowledge-maven + https://api.bintray.com/maven/sharedknowledge/maven/SharkFW/;publish=1 + + @@ -50,7 +57,6 @@ - org.json @@ -162,9 +168,6 @@ - - -