Skip to content

Commit

Permalink
Merge pull request #105 from jakartaredhat/master
Browse files Browse the repository at this point in the history
Update parent pom to 1.0.9 and disable the check-module goal for now
  • Loading branch information
Emily-Jiang committed Nov 30, 2023
2 parents 1f68a6b + 3af28a5 commit 0ea3a7b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -149,7 +149,11 @@
<execution>
<goals>
<goal>set-spec-properties</goal>
<goal>check-module</goal>
<!-- TODO:
glassfish-spec-version-maven-plugin needs to be updated
in order to check 'jakarta.' prefixed values in manifest entries
-->
<!--<goal>check-module</goal>-->
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 0ea3a7b

Please sign in to comment.