Skip to content

Commit

Permalink
update pom version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlerhakan committed Jul 19, 2020
1 parent d76089c commit 621f324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.ozlerhakan</groupId>
<artifactId>poiji</artifactId>
<version>2.9.0</version>
<version>3.0.0</version>
<packaging>jar</packaging>

<name>poiji</name>
Expand All @@ -27,7 +27,7 @@
<developer>
<name>Hakan Ozler</name>
<email>ozler.hakan@gmail.com</email>
<organization>Istanbul JUG</organization>
<organization>poiji</organization>
</developer>
</developers>

Expand Down Expand Up @@ -92,7 +92,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<configuration>
<argLine>${add.opens}</argLine>
<!-- <argLine>${add.opens}</argLine>-->
<argLine>-Djava.awt.headless=true</argLine>
<argLine>-Duser.language=en -Duser.region=US</argLine>
</configuration>
Expand Down

0 comments on commit 621f324

Please sign in to comment.