Skip to content

Commit

Permalink
fix problem with commons-lang3 3.12 missing method used by commons-te…
Browse files Browse the repository at this point in the history
…xt 1.11
  • Loading branch information
martin-kuba committed Dec 13, 2023
1 parent f7eb166 commit 67391e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>cz.metacentrum</groupId>
<artifactId>accounting-parent</artifactId>
<version>3.30</version>
<version>3.31</version>
</parent>

<artifactId>cloud</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaacct/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cz.metacentrum</groupId>
<artifactId>accounting-parent</artifactId>
<version>3.30</version>
<version>3.31</version>
</parent>

<artifactId>metaacct</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaacct_cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.metacentrum</groupId>
<artifactId>accounting-parent</artifactId>
<version>3.30</version>
<version>3.31</version>
</parent>

<artifactId>metaacct_cmd</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pbsmon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>cz.metacentrum</groupId>
<artifactId>accounting-parent</artifactId>
<version>3.30</version>
<version>3.31</version>
</parent>

<artifactId>pbsmon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion perun_machines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.metacentrum</groupId>
<artifactId>accounting-parent</artifactId>
<version>3.30</version>
<version>3.31</version>
</parent>

<artifactId>perun_machines</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
<!--
Use "mvn versions:set -DnewVersion=3.31; mvn versions:commit" to change version in all modules
-->
<version>3.30</version>
<version>3.31</version>
<name>MetaCentrum Accounting Parent Project</name>

<properties>
<java.version>17</java.version>
<taglibs-standard.version>1.2.5</taglibs-standard.version>
<commons-lang3.version>3.14.0</commons-lang3.version><!-- fix for missing Range.of() in commons-lang3 3.12 -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

Expand Down

0 comments on commit 67391e3

Please sign in to comment.