Skip to content

Commit

Permalink
Update pom.xml to add specMode (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Jayasheelan Kumar <jayasheelan.kumar@oracle.com>

Updating pom.xml to add specMode to spec-version-maven-plugin
  • Loading branch information
jayasheelankumar authored and vinayvishal committed Oct 12, 2018
1 parent dce9264 commit 9caf656
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<groupId>jakarta.ejb</groupId>
Expand Down Expand Up @@ -101,8 +101,9 @@
<plugin>
<groupId>org.glassfish.build</groupId>
<artifactId>spec-version-maven-plugin</artifactId>
<version>1.2</version>
<version>1.5</version>
<configuration>
<specMode>jakarta</specMode>
<spec>
<nonFinal>${non.final}</nonFinal>
<jarType>api</jarType>
Expand Down

0 comments on commit 9caf656

Please sign in to comment.