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 - - -