|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | 2 | <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"> |
3 | | - |
4 | | - <modelVersion>4.0.0</modelVersion> |
5 | | - |
6 | | - <artifactId>spring-cloud-function-docs-build</artifactId> |
7 | | - <version>${parent.version}</version> |
8 | | - <parent> |
9 | | - <groupId>org.springframework.cloud</groupId> |
10 | | - <artifactId>spring-cloud-function-parent</artifactId> |
11 | | - <version>4.1.4-SNAPSHOT</version> |
12 | | - </parent> |
13 | | - |
14 | | - <name>Spring Cloud Function Docs Build</name> |
15 | | - <description>Builds Spring Cloud Function Docs.</description> |
16 | | - <url>https://spring.io/projects/spring-cloud-function</url> |
17 | | - <scm> |
18 | | - <connection>scm:git:https://github.com/spring-cloud/spring-cloud-function.git |
| 3 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + <artifactId>spring-cloud-function-docs-build</artifactId> |
| 5 | + <version>${parent.version}</version> |
| 6 | + <parent> |
| 7 | + <groupId>org.springframework.cloud</groupId> |
| 8 | + <artifactId>spring-cloud-function-parent</artifactId> |
| 9 | + <version>5.0.2-SNAPSHOT</version> |
| 10 | + </parent> |
| 11 | + <name>Spring Cloud Function Docs Build</name> |
| 12 | + <description>Builds Spring Cloud Function Docs.</description> |
| 13 | + <url>https://spring.io/projects/spring-cloud-function</url> |
| 14 | + <scm> |
| 15 | + <connection>scm:git:https://github.com/spring-cloud/spring-cloud-function.git |
19 | 16 | </connection> |
20 | | - <developerConnection> |
| 17 | + <developerConnection> |
21 | 18 | scm:git:git@github.com:spring-cloud/spring-cloud-function.git |
22 | 19 | </developerConnection> |
23 | | - <url>https://github.com/spring-cloud/spring-cloud-function</url> |
24 | | - </scm> |
25 | | - <issueManagement> |
26 | | - <url>https://github.com/spring-cloud/spring-cloud-function/issues</url> |
27 | | - </issueManagement> |
28 | | - |
29 | | - <build> |
30 | | - <plugins> |
31 | | - <plugin> |
32 | | - <groupId>org.antora</groupId> |
33 | | - <artifactId>antora-maven-plugin</artifactId> |
34 | | - </plugin> |
35 | | - </plugins> |
36 | | - </build> |
37 | | - |
38 | | - <repositories> |
39 | | - <repository> |
40 | | - <id>spring-snapshot</id> |
41 | | - <url>https://repo.spring.io/snapshot</url> |
42 | | - <snapshots> |
43 | | - <enabled>true</enabled> |
44 | | - </snapshots> |
45 | | - <releases> |
46 | | - <enabled>false</enabled> |
47 | | - </releases> |
48 | | - </repository> |
49 | | - <repository> |
50 | | - <id>spring-milestone</id> |
51 | | - <url>https://repo.spring.io/milestone</url> |
52 | | - </repository> |
53 | | - </repositories> |
| 20 | + <url>https://github.com/spring-cloud/spring-cloud-function</url> |
| 21 | + </scm> |
| 22 | + <issueManagement> |
| 23 | + <url>https://github.com/spring-cloud/spring-cloud-function/issues</url> |
| 24 | + </issueManagement> |
| 25 | + <build> |
| 26 | + <plugins> |
| 27 | + <plugin> |
| 28 | + <groupId>org.antora</groupId> |
| 29 | + <artifactId>antora-maven-plugin</artifactId> |
| 30 | + </plugin> |
| 31 | + </plugins> |
| 32 | + </build> |
| 33 | + <repositories> |
| 34 | + <repository> |
| 35 | + <id>spring-snapshots</id> |
| 36 | + <name>Spring Snapshots</name> |
| 37 | + <url>https://repo.spring.io/snapshot</url> |
| 38 | + <snapshots><enabled>true</enabled></snapshots> |
| 39 | + <releases><enabled>false</enabled></releases> |
| 40 | + </repository> |
| 41 | + <repository> |
| 42 | + <id>spring-milestones</id> |
| 43 | + <name>Spring Milestones</name> |
| 44 | + <url>https://repo.spring.io/milestone</url> |
| 45 | + <snapshots><enabled>false</enabled></snapshots> |
| 46 | + </repository> |
| 47 | + </repositories> |
| 48 | + <pluginRepositories> |
| 49 | + <pluginRepository> |
| 50 | + <id>spring-snapshots</id> |
| 51 | + <name>Spring Snapshots</name> |
| 52 | + <url>https://repo.spring.io/snapshot</url> |
| 53 | + <snapshots><enabled>true</enabled></snapshots> |
| 54 | + <releases><enabled>false</enabled></releases> |
| 55 | + </pluginRepository> |
| 56 | + <pluginRepository> |
| 57 | + <id>spring-milestones</id> |
| 58 | + <name>Spring Milestones</name> |
| 59 | + <url>https://repo.spring.io/milestone</url> |
| 60 | + <snapshots><enabled>false</enabled></snapshots> |
| 61 | + </pluginRepository> |
| 62 | + </pluginRepositories> |
54 | 63 | </project> |
0 commit comments