diff options
author | CodeMaster7000 <95772109+CodeMaster7000@users.noreply.github.com> | 2023-03-03 07:47:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 23:47:54 -0800 |
commit | de9791e0a9ab8008c72ef4f3a36e08f3ce236f72 (patch) | |
tree | b2a0e470c3ab4ccdbeafb17206f0a9f66cf6b104 | |
parent | 3e778aca4d7ab763835a8130b909554f44f844df (diff) | |
download | flatbuffers-de9791e0a9ab8008c72ef4f3a36e08f3ce236f72.tar.gz flatbuffers-de9791e0a9ab8008c72ef4f3a36e08f3ce236f72.tar.bz2 flatbuffers-de9791e0a9ab8008c72ef4f3a36e08f3ce236f72.zip |
Update pom.xml (#7849)
Co-authored-by: Derek Bailey <derekbailey@google.com>
-rw-r--r-- | java/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/pom.xml b/java/pom.xml index c2883b7f..c9a1a2ad 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -25,7 +25,7 @@ <licenses> <license> <name>Apache License V2.0</name> - <url>https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE.txt</url> + <url>https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> |