Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Jan 29, 2020
1 parent 6633046 commit 3ba422e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The example of configuration caches OpenJDK from ADOPT provider in project build
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink-wrapper</artifactId>
<version>1.0.4</version>
<version>1.0.6</version>
<executions>
<execution>
<id>cache-jdk-8</id>
Expand Down Expand Up @@ -82,7 +82,7 @@ The example calls jdeps tool from provided JDK over project jar file and saves o
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink-wrapper</artifactId>
<version>1.0.4</version>
<version>1.0.6</version>
<executions>
<execution>
<id>call-jdeps</id>
Expand All @@ -108,7 +108,7 @@ The example calls `jlink` from provided JDK and build JDK version based on repor
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink-wrapper</artifactId>
<version>1.0.4</version>
<version>1.0.6</version>
<executions>
<execution>
<id>call-jlink</id>
Expand Down Expand Up @@ -143,7 +143,7 @@ The example calls jps tool from provided tool JDK with 5 seconds timeout and its
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink-wrapper</artifactId>
<version>1.0.4</version>
<version>1.0.6</version>
<executions>
<execution>
<id>call-tool</id>
Expand Down

0 comments on commit 3ba422e

Please sign in to comment.