Updated to latest deb-maven-plugin

This commit is contained in:
RetGal 2021-02-26 09:23:06 +01:00
parent 73c15669d4
commit 4613bdc45c

View File

@ -103,8 +103,7 @@
<plugin> <plugin>
<groupId>com.aerse.maven</groupId> <groupId>com.aerse.maven</groupId>
<artifactId>deb-maven-plugin</artifactId> <artifactId>deb-maven-plugin</artifactId>
<!-- <version>1.13-SNAPSHOT</version> --> <version>1.16</version>
<version>1.12</version>
<executions> <executions>
<execution> <execution>
<id>create-deb</id> <id>create-deb</id>
@ -123,7 +122,7 @@
</osDependencies> </osDependencies>
<javaServiceWrapper>false</javaServiceWrapper> <javaServiceWrapper>false</javaServiceWrapper>
<generateVersion>false</generateVersion> <generateVersion>false</generateVersion>
<!-- <customCopyRightFile>${basedir}/debian/copyright</customCopyRightFile> --> <customCopyRightFile>${basedir}/debian/copyright</customCopyRightFile>
<fileSets> <fileSets>
<fileSet> <fileSet>
<source>${basedir}/dist/dayon.png</source> <source>${basedir}/dist/dayon.png</source>