Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-admin-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6c632faf6670acdd73fbdab4288f546f3ba7358a
Choose a base ref
..
head repository: firebase/firebase-admin-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 991234fedc735931cae1fb458f7e90be7ed42ece
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 pom.xml
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<skipUTs>${skipTests}</skipUTs>
<netty.version>4.1.114.Final</netty.version>
<netty.version>4.1.116.Final</netty.version>
</properties>

<scm>
@@ -89,7 +89,7 @@
<plugin>
<!-- Generate API docs using Doclava for the developer site -->
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
<executions>
<execution>
<phase>site</phase>
@@ -301,7 +301,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
<executions>
<execution>
<id>attach-javadocs</id>