Skip to content

Commit

Permalink
update jdk9 setup
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Aug 12, 2017
1 parent de0047c commit f7d03fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target/
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javax.json.version>1.1</javax.json.version>
<javax.json.bind.version>1.0</javax.json.bind.version>
<netbeans.hint.jdkPlatform>JDK_9</netbeans.hint.jdkPlatform>
</properties>

<profiles>
Expand Down Expand Up @@ -327,7 +328,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.0.0-M1</version>
<configuration>
<failOnError>true</failOnError>
<doctitle>Yasson</doctitle>
Expand Down Expand Up @@ -379,7 +380,7 @@
javax.enterprise.inject.spi;version=!,
*
</Import-Package>
</instructions>
</instructions>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit f7d03fd

Please sign in to comment.