From 06f81ff324f2d496bce0153fd9cc23847927f1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 12:04:38 +0000 Subject: [PATCH 1/2] 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] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78f5180..96188d8 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.3.0-SNAPSHOT + 3.3.0 From ae8b7192c24808e2987b597c7db93bc6e128d71f Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Tue, 5 Apr 2022 11:58:14 +0200 Subject: [PATCH 2/2] pom.xml: Removes apache snapshot repository --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 96188d8..0f29b0d 100644 --- a/pom.xml +++ b/pom.xml @@ -119,13 +119,6 @@ - - - apache.snapshots - https://repository.apache.org/snapshots/ - - - spigotmc-repo