Skip to content

Commit

Permalink
Updated example in README.md (#369)
Browse files Browse the repository at this point in the history
With new version numbers.
  • Loading branch information
freemanjp committed Aug 21, 2022
1 parent 99ddc6d commit a12128b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ Your POM will include the following:
</prerequisites>

<properties>
<kotlin.version>1.6.21</kotlin.version>
<kotlin.version>1.7.10</kotlin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.version>3.6.2</maven.version>
<maven.version>3.6.3</maven.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand All @@ -118,7 +118,7 @@ Your POM will include the following:
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.6.0</version>
<version>3.6.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -136,7 +136,7 @@ Your POM will include the following:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.4</version>
<configuration>
<extractors>
<!--
Expand All @@ -148,7 +148,7 @@ Your POM will include the following:
</configuration>
<dependencies>
<dependency>
<!-- Add kotlin-maven-plugin-tools`as a dependency to the maven-plugin-plugin -->
<!-- Add kotlin-maven-plugin-tools as a dependency to the maven-plugin-plugin -->
<groupId>com.github.gantsign.maven.plugin-tools</groupId>
<artifactId>kotlin-maven-plugin-tools</artifactId>
<!-- Replace @version@ with the latest kotlin-maven-plugin-tools release -->
Expand Down

0 comments on commit a12128b

Please sign in to comment.