File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 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" >
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" >
42 <modelVersion >4.0.0</modelVersion >
53
64 <groupId >com.google.firebase</groupId >
75 <artifactId >firebase-admin</artifactId >
8- <version >4.1.7-SNAPSHOT </version >
6+ <version >4.1.7</version >
97 <packaging >jar</packaging >
108
119 <name >firebase-admin</name >
5048 <connection >scm:git:https://github.com/firebase/firebase-admin-java.git</connection >
5149 <
developerConnection >scm:git:ssh://
[email protected] /firebase/firebase-admin-java.git</
developerConnection >
5250 <url >http://github.com/firebase/firebase-admin-java</url >
53- </scm >
51+ <tag >v4.1.7</tag >
52+ </scm >
5453
5554 <distributionManagement >
5655 <snapshotRepository >
125124 </goals >
126125 <configuration >
127126 <target >
128- <echo message =" Updating relative links in API docs" />
129- <replace
130- dir =" ${project.build.directory}/apidocs"
131- token =" href=" com"
132- value =" href=" /docs/reference/admin/java/reference/com" />
133- <copy
134- file =" ${project.build.directory}/apidocs/assets/_toc.yaml"
135- todir =" ${project.build.directory}/apidocs/reference" />
127+ <echo message =" Updating relative links in API docs" />
128+ <replace dir =" ${project.build.directory}/apidocs" token =" href=" com" value =" href=" /docs/reference/admin/java/reference/com" />
129+ <copy file =" ${project.build.directory}/apidocs/assets/_toc.yaml" todir =" ${project.build.directory}/apidocs/reference" />
136130 </target >
137131 </configuration >
138132 </execution >
You can’t perform that action at this time.
0 commit comments