mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-17 15:49:00 +00:00
64 lines
2.3 KiB
XML
64 lines
2.3 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-netflix-docs-build</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<parent>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-netflix</artifactId>
|
|
<version>5.0.2-SNAPSHOT</version>
|
|
</parent>
|
|
<name>Spring Cloud Netflix Docs Build</name>
|
|
<description>Builds Spring Cloud Netflix Docs.</description>
|
|
<url>https://spring.io/projects/spring-cloud-netflix</url>
|
|
<scm>
|
|
<connection>scm:git:https://github.com/spring-cloud/spring-cloud-netflix.git
|
|
</connection>
|
|
<developerConnection>
|
|
scm:git:git@github.com:spring-cloud/spring-cloud-netflix.git
|
|
</developerConnection>
|
|
<url>https://github.com/spring-cloud/spring-cloud-netflix</url>
|
|
</scm>
|
|
<issueManagement>
|
|
<url>https://github.com/spring-cloud/spring-cloud-netflix/issues</url>
|
|
</issueManagement>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.antora</groupId>
|
|
<artifactId>antora-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<repositories>
|
|
<repository>
|
|
<id>spring-snapshots</id>
|
|
<name>Spring Snapshots</name>
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
<snapshots><enabled>true</enabled></snapshots>
|
|
<releases><enabled>false</enabled></releases>
|
|
</repository>
|
|
<repository>
|
|
<id>spring-milestones</id>
|
|
<name>Spring Milestones</name>
|
|
<url>https://repo.spring.io/milestone</url>
|
|
<snapshots><enabled>false</enabled></snapshots>
|
|
</repository>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>spring-snapshots</id>
|
|
<name>Spring Snapshots</name>
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
<snapshots><enabled>true</enabled></snapshots>
|
|
<releases><enabled>false</enabled></releases>
|
|
</pluginRepository>
|
|
<pluginRepository>
|
|
<id>spring-milestones</id>
|
|
<name>Spring Milestones</name>
|
|
<url>https://repo.spring.io/milestone</url>
|
|
<snapshots><enabled>false</enabled></snapshots>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
</project>
|