Skip to content

Commit

Permalink
upgrade jboss-parent from 35 to 39 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengfang committed Jul 7, 2022
1 parent 394c6e3 commit 37d037f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>35</version>
<version>39</version>
</parent>

<groupId>org.jberet</groupId>
Expand Down Expand Up @@ -117,6 +117,7 @@
<!-- Modularized JDK support (various workarounds) - activated via profile -->
<modular.jdk.args/>
<surefire.system.args>${modular.jdk.args}</surefire.system.args>
<insecure.repositories>WARN</insecure.repositories>

<!-- Jberet EE BOM Dependencies -->
<version.org.jberet.schedule>1.4.1.Final</version.org.jberet.schedule>
Expand Down
1 change: 0 additions & 1 deletion test-apps/scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<properties>
<jvmArgs>-Xms512m -Xmx1024m -XX:MaxPermSize=512m</jvmArgs>
<insecure.repositories>WARN</insecure.repositories>
</properties>

<dependencies>
Expand Down

0 comments on commit 37d037f

Please sign in to comment.