Skip to content

Commit 98eeb28

Browse files
committed
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.
1 parent 54b8ffa commit 98eeb28

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -579,21 +579,4 @@ limitations under the License.
579579
</repository>
580580
</repositories>
581581

582-
<pluginRepositories>
583-
<pluginRepository>
584-
<id>spring-plugins-release</id>
585-
<url>https://repo.spring.io/plugins-release</url>
586-
<snapshots>
587-
<enabled>false</enabled>
588-
</snapshots>
589-
</pluginRepository>
590-
<pluginRepository>
591-
<id>spring-plugins-snaposhot</id>
592-
<url>https://repo.spring.io/plugins-snapshot</url>
593-
<releases>
594-
<enabled>false</enabled>
595-
</releases>
596-
</pluginRepository>
597-
</pluginRepositories>
598-
599582
</project>

0 commit comments

Comments
 (0)