Skip to content

Commit 29e7ca2

Browse files
committed
U v1.4.1
1 parent 56ed5ab commit 29e7ca2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following `plugin` tag to your `pom.xml`:
2222
<plugin>
2323
<groupId>io.github.fvarrui</groupId>
2424
<artifactId>javapackager</artifactId>
25-
<version>1.4.0</version>
25+
<version>1.4.1</version>
2626
<executions>
2727
<execution>
2828
<phase>package</phase>
@@ -70,7 +70,7 @@ buildscript {
7070
mavenCentral()
7171
}
7272
dependencies {
73-
classpath 'io.github.fvarrui:javapackager:1.4.0'
73+
classpath 'io.github.fvarrui:javapackager:1.4.1'
7474
}
7575
}
7676

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
}
6464

6565
group = 'io.github.fvarrui'
66-
version = '1.4.1-SNAPSHOT'
66+
version = '1.4.2-SNAPSHOT'
6767
description = 'Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X or GNU/Linux executables and create installers for them'
6868

6969
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)