Skip to content

Commit

Permalink
Update the version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Feb 6, 2021
1 parent ad10438 commit 52e547c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -82,7 +82,7 @@ Add the extension to your `pom.xml` like the following:
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.6.1</version>
<version>1.7.0</version>
</extension>
</extensions>
</build>
Expand Down Expand Up @@ -172,7 +172,7 @@ will be automatically appended to the classifier.
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.6.1</version>
<version>1.7.0</version>
</extension>
</extensions>
</build>
Expand All @@ -185,7 +185,7 @@ This will result in a `${os.detected.classifier}` of `linux-<arch>-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.6.1.jar`](http://repo1.maven.org/maven2/kr/motd/maven/os-maven-plugin/1.6.1/os-maven-plugin-1.6.1.jar) and put it into the `<ECLIPSE_HOME>/dropins` 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.7.0.jar`](http://repo1.maven.org/maven2/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.jar) and put it into the `<ECLIPSE_HOME>/dropins` directory.

(As you might have noticed, `os-maven-plugin` is a Maven extension, a Maven plugin, and an Eclipse plugin.)

Expand All @@ -195,7 +195,7 @@ Alternatively, in some projects it may be possible to add the plugin to the buil
<plugin>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.6.1</version>
<version>1.7.0</version>
<executions>
<execution>
<phase>initialize</phase>
Expand Down

0 comments on commit 52e547c

Please sign in to comment.