Skip to content

Commit 24e36db

Browse files
committed
U upgrade jdeb plugin from 1.7 to 1.8
1 parent 4395d4b commit 24e36db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/maven/GenerateDeb.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public File apply(Packager packager) throws Exception {
127127
plugin(
128128
groupId("org.vafer"),
129129
artifactId("jdeb"),
130-
version("1.7")
130+
version("1.8")
131131
),
132132
goal("jdeb"),
133133
configuration(

0 commit comments

Comments
 (0)