Skip to content

Commit

Permalink
Update readme with latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 20, 2023
1 parent 5e4f1cc commit a1bd562
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,6 +1,6 @@
# ModiTect - Tooling for the Java Module System

Version 1.0.0.RC2 - 2021-10-04
Version 1.0.0.RC3 - 2023-03-07

The ModiTect project aims at providing productivity tools for working with
the Java module system ("Jigsaw").
Expand Down Expand Up @@ -51,7 +51,7 @@ _generate-module-info_ goal as follows:
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC2</version>
<version>1.0.0.RC3</version>
<executions>
<execution>
<id>generate-module-info</id>
Expand Down Expand Up @@ -201,7 +201,7 @@ the _add-module-info_ goal as follows:
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC2</version>
<version>1.0.0.RC3</version>
<executions>
<execution>
<id>add-module-infos</id>
Expand Down Expand Up @@ -273,7 +273,7 @@ _add-module-info_ goal as follows:
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC2</version>
<version>1.0.0.RC3</version>
<executions>
<execution>
<id>add-module-infos</id>
Expand Down Expand Up @@ -342,7 +342,7 @@ _create-runtime-image_ goal as follows:
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC2</version>
<version>1.0.0.RC3</version>
<executions>
<execution>
<id>create-runtime-image</id>
Expand Down

0 comments on commit a1bd562

Please sign in to comment.