Skip to content

Commit

Permalink
Move version to 1.4.0-SNAPSHOT, add more changes to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Schmiedehausen committed Jan 22, 2015
1 parent 374624b commit 66782f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -75,6 +75,17 @@ To use it, add a plugin to your pom like

Changes:

1.4.0 - require Java 7, change code to use JDK7 APIs
- Support Windows
- Don't suppress errors

1.3.0 - add helpmojo
- allow attachment of executable instead of unconditional replacement
- make extension configurable
- allow script replacement in the resulting executable

1.2.0 - never released

1.1.0 - If programFile is set, do not make the base artifact (the
.jar) executable, just the programFile one.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -22,7 +22,7 @@

<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Really Executable Jar Maven Plugin</name>
Expand Down

0 comments on commit 66782f8

Please sign in to comment.