Skip to content

Commit

Permalink
Issue 27 revert to just the bundle symbolic name
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Jenkinson <tom.jenkinson@redhat.com>
  • Loading branch information
tomjenkinson committed Dec 13, 2018
1 parent 8e30ece commit 559258b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.2</version>
<version>1.0.5</version>
</parent>

<groupId>jakarta.transaction</groupId>
Expand All @@ -31,7 +31,7 @@

<properties>
<non.final>false</non.final>
<extension.name>jakarta.transaction</extension.name>
<extension.name>javax.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 @@ -117,7 +117,7 @@
<plugin>
<groupId>org.glassfish.build</groupId>
<artifactId>spec-version-maven-plugin</artifactId>
<version>1.5</version>
<version>2.0</version>
<configuration>
<specMode>jakarta</specMode>
<spec>
Expand All @@ -132,7 +132,7 @@
<execution>
<goals>
<goal>set-spec-properties</goal>
<!-- <goal>check-module</goal> this fails because the package is not jakarta. -->
<goal>check-module</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 559258b

Please sign in to comment.