Skip to content

Commit

Permalink
Updated the version number examples in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Diederich committed Dec 10, 2023
1 parent cf770ad commit 7c1d7bf
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 @@ -34,7 +34,7 @@ and `writeExcelFile`):
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<configuration>
<!-- New -->
<extendedInfo>true</extendedInfo>
Expand Down Expand Up @@ -78,7 +78,7 @@ solved, install it by adding:
<plugins>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.1.1</version>
<configuration>
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
Expand All @@ -98,10 +98,10 @@ solved, install it by adding:
<goal>install-file</goal>
</goals>
<configuration>
<file>${third.party.dir}/license-maven-plugin-2.1.0-SNAPSHOT.jar</file>
<file>${third.party.dir}/license-maven-plugin-2.3.1-SNAPSHOT.jar</file>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
</configuration>
</execution>
Expand Down

0 comments on commit 7c1d7bf

Please sign in to comment.