Commit Graph

87 Commits

Author SHA1 Message Date
Christian Koop
ca28ff77ae
Release v3.1.0 2024-01-13 21:16:41 +01:00
Christian Koop
829e97e5e2
Release v3.0.0-b3-SNAPSHOT 2024-01-13 17:01:22 +01:00
dependabot[bot]
0cb90ec12a
Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#35)
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.0.1 to 24.1.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/24.0.1...24.1.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 18:47:14 +01:00
Christian Koop
9e850c5a49
Release v3.0.0-b2-SNAPSHOT 2023-10-23 17:57:47 +02:00
Christian Koop
1a4a83441b
Use SpigotMC as maven repository ID 2023-06-29 11:28:45 +02:00
Christian Koop
adcff80c47
pom.xml/plugin.yml: Updates Marketplace Link from Songoda to Craftaro 2023-06-24 11:46:54 +02:00
Christian Koop
f82486aecb
Sets the plugin's version to v3.0.0-SNAPSHOT 2023-06-24 11:00:53 +02:00
Christian Koop
dea440732e
Make the plugin compatible with the latest Core-Snapshot build
I've replaced CompatibleMaterial with a library adding XMaterial.
2023-06-24 10:57:14 +02:00
Christian Koop
da2e999ef9
Change the project structure to allow a dedicated API module to exist 2023-06-21 15:05:48 +02:00
Christian Koop
b25843aee3
pom.xml: Mark the shaded jar as main artifact 2023-06-14 21:41:39 +02:00
Christian Koop
ae74ffa5f0
Don't try to shade org.jetbrains.annotations and exclude it afterwards 2023-06-14 21:41:09 +02:00
Christian Koop
aef95bb831
Migrates from SongodaCore to CraftaroCore v3.0.0-SNAPSHOT 2023-06-14 21:24:50 +02:00
Christian Koop
cc2307f532
README.md + pom.xml: Updates some Songoda URLs to Craftaro
The image URL (and marketplace URLs that I didn't change) contain the new product ID.
The ID changed sadly but I think they will be some work done to restore the old IDs,
so I'm not updating them for now.
2023-05-18 11:55:24 +02:00
Christian Koop
70741c3f7e
GitHub Actions: Switch to new Build + SonarCloud workflows
Based on craftaro/GH-Commons

These new workflows bring a lot of nice things - For example:
* signed jars
* Auto-Deploy to Maven Repo
* Using songoda.sprax.dev/repo/ as proxy for most repos/dependencies
* ...
2023-05-18 11:55:24 +02:00
Christian Koop
577547b53a
Fix git connection URL in pom.xml
https://maven.apache.org/scm/git.html
2023-05-18 10:23:03 +02:00
Christian Koop
c0dda10e65
Release v2.2.7 2023-04-22 17:58:54 +02:00
Christian Koop
ea00d32a80
Updates SongodaCore to v2.6.20 2023-04-22 17:58:45 +02:00
Christian Koop
78f54e0c41
Release v2.2.6 2023-04-13 12:26:44 +02:00
Christian Koop
5a5443ab04
Updates SongodaCore to v2.6.19 2023-04-13 12:26:37 +02:00
dependabot[bot]
16bfbf5116
Bump annotations from 24.0.0 to 24.0.1 (#27)
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 24.0.0 to 24.0.1.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/24.0.0...24.0.1)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 14:59:48 +02:00
Christian Koop
edaf591488
Release v2.2.6-BETA 2023-03-29 21:51:33 +02:00
Christian Koop
087eed5ccc
Updates SongodaCore to 2.6.19-DEV for Spigot 1.19.4 support 2023-03-29 21:51:18 +02:00
dependabot[bot]
1cd8bda6d8
Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#26)
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 10:56:43 +01:00
dependabot[bot]
bbae267d22
Bump annotations from 23.1.0 to 24.0.0 (#25)
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.1.0 to 24.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/23.1.0...24.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 08:40:14 +01:00
Christian Koop
4f085ac7d5
Release v2.2.5-DEV 2023-01-11 22:32:58 +01:00
Christian Koop
9860a8cc28
Updates SongodaCore to v2.6.18-DEV 2023-01-11 22:32:50 +01:00
Christian Koop
8bf3535f4f
Updates dev depependency org.jetbrains.annotations to v23.1.0 2022-12-26 12:15:04 +01:00
dependabot[bot]
7245a6c391
Bump maven-shade-plugin from 3.4.0 to 3.4.1 (#24)
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 08:34:19 +01:00
dependabot[bot]
d464fea700
Bump maven-shade-plugin from 3.3.0 to 3.4.0 (#23)
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-19 01:06:32 +02:00
Christian Koop
b3f63acf98
Release v2.2.4 2022-09-05 22:36:46 +02:00
songoda-projects-overview[bot]
0cb7134a2a Bump SongodaCore version to 2.6.16 2022-09-05 22:21:52 +02:00
songoda-projects-overview[bot]
9fa3bbdece Bump SongodaCore version to 2.6.15-DEV 2022-08-15 00:49:31 +02:00
Christian Koop
015584576b
Release v2.2.3 2022-07-30 21:36:04 +02:00
Christian Koop
20d389f1dd
Update SongodaCore to v2.6.14-DEV 2022-07-30 21:34:32 +02:00
dependabot[bot]
3e19a1109c
Bump SongodaCore from 2.6.12 to 2.6.13 (#17)
Bumps SongodaCore from 2.6.12 to 2.6.13.

---
updated-dependencies:
- dependency-name: com.songoda:SongodaCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-16 14:22:12 +02:00
Christian Koop
ae8b7192c2
pom.xml: Removes apache snapshot repository 2022-04-05 11:58:14 +02:00
dependabot[bot]
06f81ff324
Bump maven-shade-plugin from 3.3.0-SNAPSHOT to 3.3.0
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0-SNAPSHOT to 3.3.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/commits/maven-shade-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 12:04:38 +00:00
dependabot[bot]
932961da92
Bump maven-compiler-plugin from 3.8.1 to 3.10.1 (#15)
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-18 18:17:59 +01:00
Christian Koop
958b6fd1a8
Release v2.2.1 2022-03-18 18:06:38 +01:00
Christian Koop
421b4a5056
Updates Core to v2.6.12 2022-03-18 18:06:00 +01:00
Christian Koop
a9480d0b5b
Updates SongodaCore to v2.6.11
The resulting EpicAnchors jar is unaffected by this upgrade, no release needed
2022-01-30 20:11:38 +01:00
Christian Koop
362b6d3126
Version 2.2.0 2022-01-15 23:09:31 +01:00
Christian Koop
090a243e96
Updated Core to v2.6.10 2022-01-15 23:09:06 +01:00
Christian Koop
53e4482980
Version 2.1.0 2021-12-11 15:41:51 +01:00
Christian Koop
c1100d3b9a
Update SongodaCore to v2.6.6 2021-12-11 15:41:51 +01:00
dependabot[bot]
08cc40ccfb
Bump annotations from 21.0.1 to 23.0.0 (#9)
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 to 23.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/21.0.1...23.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 17:17:09 +01:00
Christian Koop
ced16e6c7e
Update Core to v2.5.8 2021-07-20 17:06:58 +02:00
Christian Koop
2b334bd900
Moved NMS into SongodaCore 2021-06-26 17:15:28 +02:00
Christian Koop
edea975e16 Bump annotations from 21.0.0 to 21.0.1 2021-06-12 15:17:33 +02:00
Christian Koop
e0507324cd Setup SonarCloud 2021-06-12 15:17:19 +02:00