Skip to content

Commit c808f55

Browse files
author
Hiranya Jayathilaka
committed
[maven-release-plugin] rollback the release of v4.1.7
1 parent 6353481 commit c808f55

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

pom.xml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
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>
@@ -18,8 +20,7 @@
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>
@@ -94,9 +95,14 @@
9495
</goals>
9596
<configuration>
9697
<target>
97-
<echo message="Updating relative links in API docs" />
98-
<replace dir="${project.build.directory}/apidocs" token="href=&quot;com" value="href=&quot;/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=&quot;com"
102+
value="href=&quot;/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>

0 commit comments

Comments
 (0)