File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <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 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
24 <modelVersion >4.0.0</modelVersion >
35
46 <groupId >com.google.firebase</groupId >
57 <artifactId >firebase-admin</artifactId >
6- <version >4.1.8 -SNAPSHOT</version >
8+ <version >4.1.7 -SNAPSHOT</version >
79 <packaging >jar</packaging >
810
911 <name >firebase-admin</name >
1820 <connection >scm:git:https://github.com/firebase/firebase-admin-java.git</connection >
1921 <
developerConnection >scm:git:ssh://
[email protected] /firebase/firebase-admin-java.git</
developerConnection >
2022 <url >http://github.com/firebase/firebase-admin-java</url >
21- <tag >HEAD</tag >
22- </scm >
23+ </scm >
2324
2425 <distributionManagement >
2526 <snapshotRepository >
9495 </goals >
9596 <configuration >
9697 <target >
97- <echo message =" Updating relative links in API docs" />
98- <replace dir =" ${project.build.directory}/apidocs" token =" href=" com" value =" href=" /docs/reference/admin/java/reference/com" />
99- <copy file =" ${project.build.directory}/apidocs/assets/_toc.yaml" todir =" ${project.build.directory}/apidocs/reference" />
98+ <echo message =" Updating relative links in API docs" />
99+ <replace
100+ dir =" ${project.build.directory}/apidocs"
101+ token =" href=" com"
102+ value =" href=" /docs/reference/admin/java/reference/com" />
103+ <copy
104+ file =" ${project.build.directory}/apidocs/assets/_toc.yaml"
105+ todir =" ${project.build.directory}/apidocs/reference" />
100106 </target >
101107 </configuration >
102108 </execution >
You can’t perform that action at this time.
0 commit comments