Skip to content

Commit

Permalink
Update release version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed May 3, 2023
1 parent 322508f commit defcb8a
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.RC3 - 2023-03-07
Version 1.0.0.Final - 2023-05-03

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.RC3</version>
<version>1.0.0.Final</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.RC3</version>
<version>1.0.0.Final</version>
<executions>
<execution>
<id>add-module-infos</id>
Expand Down Expand Up @@ -279,7 +279,7 @@ _add-module-info_ goal as follows:
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC3</version>
<version>1.0.0.Final</version>
<executions>
<execution>
<id>add-module-infos</id>
Expand Down Expand Up @@ -348,7 +348,7 @@ _create-runtime-image_ goal as follows:
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC3</version>
<version>1.0.0.Final</version>
<executions>
<execution>
<id>create-runtime-image</id>
Expand Down

0 comments on commit defcb8a

Please sign in to comment.