Skip to content

Commit

Permalink
Merge pull request #96 from keilw/master
Browse files Browse the repository at this point in the history
Disabled Maven Spec Plugin for now
  • Loading branch information
ggam authored Sep 20, 2018
2 parents 3bd189c + 28ca0e7 commit c4a5f3d
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 @@ -31,7 +31,7 @@
<version>1.1-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>Java EE Security API</name>
<name>Enterprise Security API</name>
<description>Security API for Java EE Applications</description>
<inceptionYear>2015</inceptionYear>

Expand Down Expand Up @@ -203,7 +203,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.glassfish.build</groupId>
<artifactId>spec-version-maven-plugin</artifactId>
Expand All @@ -228,6 +228,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit c4a5f3d

Please sign in to comment.