|
3 | 3 |
|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 |
|
6 | | - <groupId>org.springframework.cloud</groupId> |
7 | 6 | <artifactId>spring-cloud-kubernetes-docs-build</artifactId> |
8 | 7 | <version>0.0.1-SNAPSHOT</version> |
| 8 | + <parent> |
| 9 | + <groupId>org.springframework.cloud</groupId> |
| 10 | + <artifactId>spring-cloud-kubernetes</artifactId> |
| 11 | + <version>3.1.3-SNAPSHOT</version> |
| 12 | + </parent> |
9 | 13 |
|
10 | 14 | <name>Spring Cloud Kubernetes Docs Build</name> |
11 | 15 | <description>Builds Spring Cloud Kubernetes Docs.</description> |
|
22 | 26 | <url>https://github.com/spring-cloud/spring-cloud-kubernetes/issues</url> |
23 | 27 | </issueManagement> |
24 | 28 |
|
25 | | - <properties> |
26 | | - <io.spring.maven.antora-version>0.0.3</io.spring.maven.antora-version> |
27 | | - </properties> |
28 | | - |
29 | | - |
30 | 29 | <build> |
31 | 30 | <plugins> |
32 | 31 | <plugin> |
33 | | - <groupId>io.spring.maven.antora</groupId> |
| 32 | + <groupId>org.antora</groupId> |
34 | 33 | <artifactId>antora-maven-plugin</artifactId> |
35 | | - <version>${io.spring.maven.antora-version}</version> |
36 | | - <extensions>true</extensions> |
37 | | - <configuration> |
38 | | - <options> |
39 | | - <option>--to-dir=target/antora/site</option> |
40 | | - <option>--stacktrace</option> |
41 | | - <option>--fetch</option> |
42 | | - </options> |
43 | | - <environment> |
44 | | - <ALGOLIA_API_KEY>9d489079e5ec46dbb238909fee5c9c29</ALGOLIA_API_KEY> |
45 | | - <ALGOLIA_APP_ID>WB1FQYI187</ALGOLIA_APP_ID> |
46 | | - <ALGOLIA_INDEX_NAME>springdocs</ALGOLIA_INDEX_NAME> |
47 | | - </environment> |
48 | | - <packages> |
49 | | - < package>@antora/ [email protected]</ package> |
50 | | - < package>@antora/ [email protected]</ package> |
51 | | - < package>@asciidoctor/ [email protected]</ package> |
52 | | - < package>@springio/ [email protected]</ package> |
53 | | - < package>@springio/ [email protected]</ package> |
54 | | - </packages> |
55 | | - </configuration> |
56 | 34 | </plugin> |
57 | 35 | </plugins> |
58 | 36 | </build> |
59 | | - |
60 | | - <repositories> |
61 | | - <repository> |
62 | | - <id>spring-snapshot</id> |
63 | | - <url>https://repo.spring.io/snapshot</url> |
64 | | - <snapshots> |
65 | | - <enabled>true</enabled> |
66 | | - </snapshots> |
67 | | - <releases> |
68 | | - <enabled>false</enabled> |
69 | | - </releases> |
70 | | - </repository> |
71 | | - <repository> |
72 | | - <id>spring-milestone</id> |
73 | | - <url>https://repo.spring.io/milestone</url> |
74 | | - </repository> |
75 | | - </repositories> |
76 | | - |
77 | 37 | </project> |
0 commit comments