From 98eeb284b346d0b2d1e19958b584e234e980f908 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 12 Jan 2023 16:57:59 +0100 Subject: [PATCH] GH-110 - Remove obsolete plugin repository declaration. It was only used to access the Spring Asciidoctor Backends, but starting with version 0.0.4, the JAR is available from Maven Central. --- pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pom.xml b/pom.xml index c75d60dc..275e03da 100644 --- a/pom.xml +++ b/pom.xml @@ -579,21 +579,4 @@ limitations under the License. - - - spring-plugins-release - https://repo.spring.io/plugins-release - - false - - - - spring-plugins-snaposhot - https://repo.spring.io/plugins-snapshot - - false - - - -