Skip to content

Commit 66782f8

Browse files
author
Henning Schmiedehausen
committed
Move version to 1.4.0-SNAPSHOT, add more changes to README.
1 parent 374624b commit 66782f8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ To use it, add a plugin to your pom like
7575

7676
Changes:
7777

78+
1.4.0 - require Java 7, change code to use JDK7 APIs
79+
- Support Windows
80+
- Don't suppress errors
81+
82+
1.3.0 - add helpmojo
83+
- allow attachment of executable instead of unconditional replacement
84+
- make extension configurable
85+
- allow script replacement in the resulting executable
86+
87+
1.2.0 - never released
88+
7889
1.1.0 - If programFile is set, do not make the base artifact (the
7990
.jar) executable, just the programFile one.
8091

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.skife.maven</groupId>
2424
<artifactId>really-executable-jar-maven-plugin</artifactId>
25-
<version>1.3.1-SNAPSHOT</version>
25+
<version>1.4.0-SNAPSHOT</version>
2626
<packaging>maven-plugin</packaging>
2727

2828
<name>Really Executable Jar Maven Plugin</name>

0 commit comments

Comments
 (0)