From a638c6210e80c97946e1925c305dec2d9f513c27 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sun, 22 Apr 2018 16:05:19 +0900 Subject: [PATCH] Update the version numbers in README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 952e624..b846e1c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Add the extension to your `pom.xml` like the following: kr.motd.maven os-maven-plugin - 1.5.0.Final + 1.6.0 @@ -163,7 +163,7 @@ will be automatically appended to the classifier. kr.motd.maven os-maven-plugin - 1.5.0.Final + 1.6.0 @@ -176,14 +176,10 @@ This will result in a `${os.detected.classifier}` of `linux--debian` on de If you are using IntelliJ IDEA, you should not have any problem. -If you are using Eclipse, you need to install an additional Eclipse plugin because [m2e](https://www.eclipse.org/m2e/) does not evaluate the extension specified in a `pom.xml`. [Download `os-maven-plugin-1.5.0.Final.jar`](http://repo1.maven.org/maven2/kr/motd/maven/os-maven-plugin/1.5.0.Final/os-maven-plugin-1.5.0.Final.jar) and put it into the `/plugins` directory. +If you are using Eclipse, you need to install an additional Eclipse plugin because [m2e](https://www.eclipse.org/m2e/) does not evaluate the extension specified in a `pom.xml`. [Download `os-maven-plugin-1.6.0.jar`](http://repo1.maven.org/maven2/kr/motd/maven/os-maven-plugin/1.6.0/os-maven-plugin-1.6.0.jar) and put it into the `/plugins` directory. (As you might have noticed, `os-maven-plugin` is a Maven extension, a Maven plugin, and an Eclipse plugin.) If you are using other IDEs such as NetBeans, you need to set the system properties `os-maven-plugin` sets manually when your IDE is launched. You usually use JVM's `-D` flags like the following: -Dos.detected.name=linux -Dos.detected.arch=x86_64 -Dos.detected.classifier=linux-x86_64 - - - -