1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Have good artifact name in pom.xml
We change the artifact name to snpsift to conform to Debian Java policy
for the name of the jar.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2022-02-18
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.snpsift</groupId>
- <artifactId>SnpSift</artifactId>
+ <artifactId>snpsift</artifactId>
<version>5.2</version>
<packaging>jar</packaging>
<name>SnpSift</name>
|