Skip to content

Commit

Permalink
Updated spec version plug-in to 2.1
Browse files Browse the repository at this point in the history
specmode jakarta and jartype api no longer needed since default now.


Signed-off-by: arjantijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Feb 7, 2020
1 parent dc2fec3 commit 9016d90
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions api/pom.xml
Expand Up @@ -143,29 +143,27 @@
</plugins>
</pluginManagement>
<plugins>
<!-- First sets properties for the maven-bundle-plugin and later checks if they are indeed used. -->
<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>
<nonFinal>${non.final}</nonFinal>
<jarType>api</jarType>
<specVersion>${spec.version}</specVersion>
<newSpecVersion>${new.spec.version}</newSpecVersion>
<specBuild>${build_number}</specBuild>
<specImplVersion>2.0.0-RC1</specImplVersion>
<apiPackage>${api_package}</apiPackage>

<nonFinal>${non.final}</nonFinal>
<newSpecVersion>${new.spec.version}</newSpecVersion>
<specBuild>${build_number}</specBuild>
</spec>
</configuration>
<executions>
<execution>
<goals>
<goal>set-spec-properties</goal>
<!-- reenable before 2.0 release after plugin is fixed
<goal>check-module</goal>
-->
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 9016d90

Please sign in to comment.