From f31cd5051370b588244d371c173cd00d77e06f42 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Mon, 1 Dec 2025 14:39:05 +0100 Subject: [PATCH] Remove unused POM template files --- src/build/pom-pure-java.template | 53 -------------------------------- src/build/pom.template | 53 -------------------------------- 2 files changed, 106 deletions(-) delete mode 100644 src/build/pom-pure-java.template delete mode 100644 src/build/pom.template diff --git a/src/build/pom-pure-java.template b/src/build/pom-pure-java.template deleted file mode 100644 index 093ab3f2..00000000 --- a/src/build/pom-pure-java.template +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - Pure-java LZ4 and xxHash - Pure java ports of the LZ4 compression algorithm and the xxHash hashing algorithm - https://github.com/lz4/lz4-java - 4.0.0 - ${ivy.pom.groupId} - ${ivy.pom.artifactId} - ${ivy.pom.packaging} - ${ivy.pom.version} - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - git://github.com/lz4/lz4-java.git - https://github.com/lz4/lz4-java - - - - jpountz - Adrien Grand - jpountz@gmail.com - - - odaira - Rei Odaira - Rei.Odaira@gmail.com - - - diff --git a/src/build/pom.template b/src/build/pom.template deleted file mode 100644 index 1619c6a1..00000000 --- a/src/build/pom.template +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - LZ4 and xxHash - Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm - https://github.com/lz4/lz4-java - 4.0.0 - ${ivy.pom.groupId} - ${ivy.pom.artifactId} - ${ivy.pom.packaging} - ${ivy.pom.version} - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - git://github.com/lz4/lz4-java.git - https://github.com/lz4/lz4-java - - - - jpountz - Adrien Grand - jpountz@gmail.com - - - odaira - Rei Odaira - Rei.Odaira@gmail.com - - -