Skip to content

Commit 64f7cf0

Browse files
author
Hiranya Jayathilaka
committed
[maven-release-plugin] prepare release v4.1.7
1 parent e12842b commit 64f7cf0

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

pom.xml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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>
@@ -50,7 +48,8 @@
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>
@@ -125,14 +124,9 @@
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=&quot;com"
132-
value="href=&quot;/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=&quot;com" value="href=&quot;/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>

0 commit comments

Comments
 (0)