Skip to content

Commit eb30576

Browse files
authored
Update README.md
1 parent 2fbf90b commit eb30576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To use it, add a plugin to your pom like
4343
<plugin>
4444
<groupId>org.skife.maven</groupId>
4545
<artifactId>really-executable-jar-maven-plugin</artifactId>
46-
<version>1.4.1</version>
46+
<version>2.0.0</version>
4747
<configuration>
4848
<!-- value of flags will be interpolated into the java invocation -->
4949
<!-- as "java $flags -jar ..." -->
@@ -80,6 +80,7 @@ Changes:
8080

8181
2.0.0 - support ZIP64 format
8282
- require Java 8, drop support for JDK7
83+
- support packaging other file formats than jars
8384

8485
1.4.0 - require Java 7, change code to use JDK7 APIs
8586
- Support Windows

0 commit comments

Comments
 (0)