Skip to content

Commit

Permalink
Update spec version plugin to 2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Motley <alexmotley82@gmail.com>
  • Loading branch information
alexsm82 committed Feb 20, 2020
1 parent fa32940 commit b6a5164
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/pom.xml
Expand Up @@ -116,7 +116,7 @@
<plugin>
<groupId>org.glassfish.build</groupId>
<artifactId>spec-version-maven-plugin</artifactId>
<version>2.0</version>
<version>2.1</version>
<configuration>
<specMode>jakarta</specMode>
<spec>
Expand All @@ -131,9 +131,7 @@
<execution>
<goals>
<goal>set-spec-properties</goal>
<!-- reenable before 2.0.0 release after plugin is fixed
<goal>check-module</goal>
-->
</goals>
</execution>
</executions>
Expand Down

0 comments on commit b6a5164

Please sign in to comment.