Skip to content

Commit

Permalink
Changed the extension name to jakarta.transaction and disable the che…
Browse files Browse the repository at this point in the history
…ck-module as the spec-plugin does not like it
  • Loading branch information
tomjenkinson committed Dec 7, 2018
1 parent 455ed6a commit dabec56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -31,7 +31,7 @@

<properties>
<non.final>false</non.final>
<extension.name>javax.transaction</extension.name>
<extension.name>jakarta.transaction</extension.name>
<spec.version>1.3</spec.version>
<findbugs.version>2.3.1</findbugs.version>
<findbugs.exclude>exclude.xml</findbugs.exclude>
Expand Down Expand Up @@ -132,7 +132,7 @@
<execution>
<goals>
<goal>set-spec-properties</goal>
<goal>check-module</goal>
<!-- <goal>check-module</goal> this fails because the package is not jakarta. -->
</goals>
</execution>
</executions>
Expand Down

0 comments on commit dabec56

Please sign in to comment.