Files
spring-cloud-consul/pom.xml
Olga Maciaszek-Sharma 0f290532b3 Fix antora setup.
2024-07-11 15:51:35 +02:00

55 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-consul-docs-build</artifactId>
<version>0.0.1-SNAPSHOT</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId>
<version>4.1.3-SNAPSHOT</version>
</parent>
<name>Spring Cloud Consul Docs Build</name>
<description>Builds Spring Cloud Consul Docs.</description>
<url>https://spring.io/projects/spring-cloud-consul</url>
<scm>
<connection>scm:git:https://github.com/spring-cloud/spring-cloud-consul.git
</connection>
<developerConnection>
scm:git:git@github.com:spring-cloud/spring-cloud-consul.git
</developerConnection>
<url>https://github.com/spring-cloud/spring-cloud-consul</url>
</scm>
<issueManagement>
<url>https://github.com/spring-cloud/spring-cloud-consul/issues</url>
</issueManagement>
<build>
<plugins>
<plugin>
<groupId>org.antora</groupId>
<artifactId>antora-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
</project>