From 1e3fc8935a26e6c6cecbc3dd67602632bc6e2799 Mon Sep 17 00:00:00 2001 From: hakan-krgn Date: Wed, 23 Mar 2022 14:26:31 +0300 Subject: [PATCH] Changed pom versions. --- README.md | 4 ++-- api/pom.xml | 4 ++-- bukkit/pom.xml | 38 +++++++++++++++++++------------------- 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 | 6 +++--- pom.xml | 2 +- 21 files changed, 59 insertions(+), 59 deletions(-) diff --git a/README.md b/README.md index 1a25ce65..8285b1b8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ from [here](https://github.com/hakan-krgn/hCore/wiki). com.github.hakan-krgn.hCore bukkit - 0.0.4 + 0.0.5 ``` @@ -60,6 +60,6 @@ repositories { } dependencies { - implementation 'com.github.hakan-krgn.hCore:bukkit:0.0.4' + implementation 'com.github.hakan-krgn.hCore:bukkit:0.0.5' } ``` diff --git a/api/pom.xml b/api/pom.xml index 16575d70..970afece 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,13 +5,13 @@ hCore com.hakan - 0.0.4 + 0.0.5 4.0.0 api jar - 0.0.4 + 0.0.5 8 diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 607d4dae..66f48dab 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -5,13 +5,13 @@ hCore com.hakan - 0.0.4 + 0.0.5 4.0.0 bukkit jar - 0.0.4 + 0.0.5 8 @@ -22,119 +22,119 @@ com.hakan api - 0.0.4 + 0.0.5 compile com.hakan 1_8_R3 - 0.0.4 + 0.0.5 compile com.hakan 1_9_R1 - 0.0.4 + 0.0.5 compile com.hakan 1_9_R2 - 0.0.4 + 0.0.5 compile com.hakan 1_10_R1 - 0.0.4 + 0.0.5 compile com.hakan 1_11_R1 - 0.0.4 + 0.0.5 compile com.hakan 1_12_R1 - 0.0.4 + 0.0.5 compile com.hakan 1_13_R1 - 0.0.4 + 0.0.5 compile com.hakan 1_13_R2 - 0.0.4 + 0.0.5 compile com.hakan 1_14_R1 - 0.0.4 + 0.0.5 compile com.hakan 1_15_R1 - 0.0.4 + 0.0.5 compile com.hakan 1_16_R1 - 0.0.4 + 0.0.5 compile com.hakan 1_16_R2 - 0.0.4 + 0.0.5 compile com.hakan 1_16_R3 - 0.0.4 + 0.0.5 compile com.hakan 1_17_R1 - 0.0.4 + 0.0.5 compile com.hakan 1_18_R1 - 0.0.4 + 0.0.5 compile com.hakan 1_18_R2 - 0.0.4 + 0.0.5 compile diff --git a/nms/1_10_R1/pom.xml b/nms/1_10_R1/pom.xml index 540ac356..f391ca2e 100644 --- a/nms/1_10_R1/pom.xml +++ b/nms/1_10_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_10_R1 jar - 0.0.4 + 0.0.5 8 diff --git a/nms/1_11_R1/pom.xml b/nms/1_11_R1/pom.xml index 3ee05f02..31939c90 100644 --- a/nms/1_11_R1/pom.xml +++ b/nms/1_11_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_11_R1 jar - 0.0.4 + 0.0.5 8 diff --git a/nms/1_12_R1/pom.xml b/nms/1_12_R1/pom.xml index 336489bf..242b4dea 100644 --- a/nms/1_12_R1/pom.xml +++ b/nms/1_12_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_12_R1 jar - 0.0.4 + 0.0.5 8 diff --git a/nms/1_13_R1/pom.xml b/nms/1_13_R1/pom.xml index a7e1ff8c..59212dd9 100644 --- a/nms/1_13_R1/pom.xml +++ b/nms/1_13_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_13_R1 jar - 0.0.4 + 0.0.5 8 diff --git a/nms/1_13_R2/pom.xml b/nms/1_13_R2/pom.xml index 8c6e2b4e..5d212e47 100644 --- a/nms/1_13_R2/pom.xml +++ b/nms/1_13_R2/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_13_R2 jar - 0.0.4 + 0.0.5 8 diff --git a/nms/1_14_R1/pom.xml b/nms/1_14_R1/pom.xml index 3a0932b6..028c911c 100644 --- a/nms/1_14_R1/pom.xml +++ b/nms/1_14_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_14_R1 jar - 0.0.4 + 0.0.5 8 diff --git a/nms/1_15_R1/pom.xml b/nms/1_15_R1/pom.xml index d86168a9..b4c58d5b 100644 --- a/nms/1_15_R1/pom.xml +++ b/nms/1_15_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_15_R1 jar - 0.0.4 + 0.0.5 8 diff --git a/nms/1_16_R1/pom.xml b/nms/1_16_R1/pom.xml index 24edbd4c..70389ff3 100644 --- a/nms/1_16_R1/pom.xml +++ b/nms/1_16_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_16_R1 jar - 0.0.4 + 0.0.5 16 diff --git a/nms/1_16_R2/pom.xml b/nms/1_16_R2/pom.xml index 11d8152b..a1df44a3 100644 --- a/nms/1_16_R2/pom.xml +++ b/nms/1_16_R2/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_16_R2 jar - 0.0.4 + 0.0.5 16 diff --git a/nms/1_16_R3/pom.xml b/nms/1_16_R3/pom.xml index 32185a8c..3496da1c 100644 --- a/nms/1_16_R3/pom.xml +++ b/nms/1_16_R3/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_16_R3 jar - 0.0.4 + 0.0.5 16 diff --git a/nms/1_17_R1/pom.xml b/nms/1_17_R1/pom.xml index 4c09f7b1..74e60bc7 100644 --- a/nms/1_17_R1/pom.xml +++ b/nms/1_17_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_17_R1 jar - 0.0.4 + 0.0.5 16 diff --git a/nms/1_18_R1/pom.xml b/nms/1_18_R1/pom.xml index 3dcbee1e..37acd20f 100644 --- a/nms/1_18_R1/pom.xml +++ b/nms/1_18_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_18_R1 jar - 0.0.4 + 0.0.5 17 diff --git a/nms/1_18_R2/pom.xml b/nms/1_18_R2/pom.xml index 5ab36719..63cfb128 100644 --- a/nms/1_18_R2/pom.xml +++ b/nms/1_18_R2/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_18_R2 jar - 0.0.4 + 0.0.5 17 diff --git a/nms/1_8_R3/pom.xml b/nms/1_8_R3/pom.xml index ce8d70b3..60f1d151 100644 --- a/nms/1_8_R3/pom.xml +++ b/nms/1_8_R3/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_8_R3 jar - 0.0.4 + 0.0.5 8 diff --git a/nms/1_9_R1/pom.xml b/nms/1_9_R1/pom.xml index a342be80..1299d9b7 100644 --- a/nms/1_9_R1/pom.xml +++ b/nms/1_9_R1/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_9_R1 jar - 0.0.4 + 0.0.5 8 diff --git a/nms/1_9_R2/pom.xml b/nms/1_9_R2/pom.xml index 506d2f82..23970d50 100644 --- a/nms/1_9_R2/pom.xml +++ b/nms/1_9_R2/pom.xml @@ -5,13 +5,13 @@ nms com.hakan - 0.0.4 + 0.0.5 4.0.0 1_9_R2 jar - 0.0.4 + 0.0.5 8 diff --git a/nms/pom.xml b/nms/pom.xml index e6d1a989..feb45ef3 100644 --- a/nms/pom.xml +++ b/nms/pom.xml @@ -5,13 +5,13 @@ hCore com.hakan - 0.0.4 + 0.0.5 4.0.0 nms pom - 0.0.4 + 0.0.5 1_8_R3 @@ -36,7 +36,7 @@ com.hakan api - 0.0.4 + 0.0.5 provided diff --git a/pom.xml b/pom.xml index f098f72e..949f7a9c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.hakan hCore pom - 0.0.4 + 0.0.5 bukkit