From 017d129b4491ae3d3c9711f9d4db2ce016e44946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hakan=20Karg=C4=B1n?= Date: Sat, 19 Mar 2022 14:09:54 +0300 Subject: [PATCH] - Edited poms and plugin.yml. --- api/pom.xml | 13 ++++++-- bukkit/pom.xml | 44 ++++++++++++---------------- bukkit/src/main/resources/plugin.yml | 2 +- nms/1_10_R1/pom.xml | 4 +-- nms/1_11_R1/pom.xml | 4 +-- nms/1_12_R1/pom.xml | 4 +-- nms/1_13_R1/pom.xml | 4 +-- nms/1_13_R2/pom.xml | 4 +-- nms/1_14_R1/pom.xml | 4 +-- nms/1_15_R1/pom.xml | 4 +-- nms/1_16_R1/pom.xml | 4 +-- nms/1_16_R2/pom.xml | 4 +-- nms/1_16_R3/pom.xml | 4 +-- nms/1_17_R1/pom.xml | 4 +-- nms/1_18_R1/pom.xml | 4 +-- nms/1_18_R2/pom.xml | 4 +-- nms/1_8_R3/pom.xml | 4 +-- nms/1_9_R1/pom.xml | 4 +-- nms/1_9_R2/pom.xml | 4 +-- nms/pom.xml | 15 ++++++++-- pom.xml | 21 +++++++++++-- 21 files changed, 93 insertions(+), 66 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index e8d387e2..2cc9c225 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,13 +5,13 @@ hCore com.hakan - 0.0.1 + 0.0.2 4.0.0 api jar - 0.0.1 + 0.0.2 8 @@ -33,4 +33,13 @@ compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + \ No newline at end of file diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 2325470b..e32760a6 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -5,13 +5,13 @@ hCore com.hakan - 0.0.1 + 0.0.2 4.0.0 bukkit jar - 0.0.1 + 0.0.2 8 @@ -22,119 +22,119 @@ com.hakan api - 0.0.1 + 0.0.2 compile com.hakan 1_8_R3 - 0.0.1 + 0.0.2 compile com.hakan 1_9_R1 - 0.0.1 + 0.0.2 compile com.hakan 1_9_R2 - 0.0.1 + 0.0.2 compile com.hakan 1_10_R1 - 0.0.1 + 0.0.2 compile com.hakan 1_11_R1 - 0.0.1 + 0.0.2 compile com.hakan 1_12_R1 - 0.0.1 + 0.0.2 compile com.hakan 1_13_R1 - 0.0.1 + 0.0.2 compile com.hakan 1_13_R2 - 0.0.1 + 0.0.2 compile com.hakan 1_14_R1 - 0.0.1 + 0.0.2 compile com.hakan 1_15_R1 - 0.0.1 + 0.0.2 compile com.hakan 1_16_R1 - 0.0.1 + 0.0.2 compile com.hakan 1_16_R2 - 0.0.1 + 0.0.2 compile com.hakan 1_16_R3 - 0.0.1 + 0.0.2 compile com.hakan 1_17_R1 - 0.0.1 + 0.0.2 compile com.hakan 1_18_R1 - 0.0.1 + 0.0.2 compile com.hakan 1_18_R2 - 0.0.1 + 0.0.2 compile @@ -163,17 +163,11 @@ org.apache.maven.plugins maven-javadoc-plugin - - ${project.basedir}/javadocs - ${project.basedir}/javadocs - ${project.basedir}/javadocs - org.apache.maven.plugins maven-jar-plugin - 2.3.1 diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index d10eb145..0981a88b 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: 'hCore' author: 'Hakan Kargın' -version: 0.0.1 +version: ${project.version} main: com.hakan.core.Bootstrap \ No newline at end of file diff --git a/nms/1_10_R1/pom.xml b/nms/1_10_R1/pom.xml index cd41231b..610e2766 100644 --- a/nms/1_10_R1/pom.xml +++ b/nms/1_10_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_10_R1 jar - 0.0.1 + 0.0.2 8 diff --git a/nms/1_11_R1/pom.xml b/nms/1_11_R1/pom.xml index 9a9bccab..910085d0 100644 --- a/nms/1_11_R1/pom.xml +++ b/nms/1_11_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_11_R1 jar - 0.0.1 + 0.0.2 8 diff --git a/nms/1_12_R1/pom.xml b/nms/1_12_R1/pom.xml index 11a21b4f..5b2042d7 100644 --- a/nms/1_12_R1/pom.xml +++ b/nms/1_12_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_12_R1 jar - 0.0.1 + 0.0.2 8 diff --git a/nms/1_13_R1/pom.xml b/nms/1_13_R1/pom.xml index d7bcda5f..f2527169 100644 --- a/nms/1_13_R1/pom.xml +++ b/nms/1_13_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_13_R1 jar - 0.0.1 + 0.0.2 8 diff --git a/nms/1_13_R2/pom.xml b/nms/1_13_R2/pom.xml index 66ef2188..c51f9005 100644 --- a/nms/1_13_R2/pom.xml +++ b/nms/1_13_R2/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_13_R2 jar - 0.0.1 + 0.0.2 8 diff --git a/nms/1_14_R1/pom.xml b/nms/1_14_R1/pom.xml index f906b827..761ee833 100644 --- a/nms/1_14_R1/pom.xml +++ b/nms/1_14_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_14_R1 jar - 0.0.1 + 0.0.2 8 diff --git a/nms/1_15_R1/pom.xml b/nms/1_15_R1/pom.xml index 54c40ecc..7f93581e 100644 --- a/nms/1_15_R1/pom.xml +++ b/nms/1_15_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_15_R1 jar - 0.0.1 + 0.0.2 8 diff --git a/nms/1_16_R1/pom.xml b/nms/1_16_R1/pom.xml index 625cf44f..3a024d61 100644 --- a/nms/1_16_R1/pom.xml +++ b/nms/1_16_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_16_R1 jar - 0.0.1 + 0.0.2 16 diff --git a/nms/1_16_R2/pom.xml b/nms/1_16_R2/pom.xml index e509d1fe..832f5856 100644 --- a/nms/1_16_R2/pom.xml +++ b/nms/1_16_R2/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_16_R2 jar - 0.0.1 + 0.0.2 16 diff --git a/nms/1_16_R3/pom.xml b/nms/1_16_R3/pom.xml index 87d70a7f..bca0c4e7 100644 --- a/nms/1_16_R3/pom.xml +++ b/nms/1_16_R3/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_16_R3 jar - 0.0.1 + 0.0.2 16 diff --git a/nms/1_17_R1/pom.xml b/nms/1_17_R1/pom.xml index efcc3c54..2289c698 100644 --- a/nms/1_17_R1/pom.xml +++ b/nms/1_17_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_17_R1 jar - 0.0.1 + 0.0.2 16 diff --git a/nms/1_18_R1/pom.xml b/nms/1_18_R1/pom.xml index c3b38bbc..ff0a0e48 100644 --- a/nms/1_18_R1/pom.xml +++ b/nms/1_18_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_18_R1 jar - 0.0.1 + 0.0.2 17 diff --git a/nms/1_18_R2/pom.xml b/nms/1_18_R2/pom.xml index aae9df9d..223d4af9 100644 --- a/nms/1_18_R2/pom.xml +++ b/nms/1_18_R2/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_18_R2 jar - 0.0.1 + 0.0.2 17 diff --git a/nms/1_8_R3/pom.xml b/nms/1_8_R3/pom.xml index 1d71a0b9..b0bbb58c 100644 --- a/nms/1_8_R3/pom.xml +++ b/nms/1_8_R3/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_8_R3 jar - 0.0.1 + 0.0.2 8 diff --git a/nms/1_9_R1/pom.xml b/nms/1_9_R1/pom.xml index d993dc81..da26b936 100644 --- a/nms/1_9_R1/pom.xml +++ b/nms/1_9_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_9_R1 jar - 0.0.1 + 0.0.2 8 diff --git a/nms/1_9_R2/pom.xml b/nms/1_9_R2/pom.xml index 3a11c034..c079b36a 100644 --- a/nms/1_9_R2/pom.xml +++ b/nms/1_9_R2/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.1 + 0.0.2 4.0.0 1_9_R2 jar - 0.0.1 + 0.0.2 8 diff --git a/nms/pom.xml b/nms/pom.xml index 059d7e89..5d8a2452 100644 --- a/nms/pom.xml +++ b/nms/pom.xml @@ -5,13 +5,13 @@ hCore com.hakan - 0.0.1 + 0.0.2 4.0.0 nms pom - 0.0.1 + 0.0.2 1_8_R3 @@ -36,8 +36,17 @@ com.hakan api - 0.0.1 + 0.0.2 provided + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index eef0fdf8..13d8f95c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.hakan hCore pom - 0.0.1 + 0.0.2 bukkit @@ -28,12 +28,19 @@ + + + src/main/resources + true + + + org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.10.1 8 8 @@ -57,7 +64,15 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.3.2 + + + attach-javadocs + + jar + + +