Skip to content

Commit 72e7940

Browse files
committed
version 3.30
1 parent cc307b9 commit 72e7940

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

cloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>cz.metacentrum</groupId>
66
<artifactId>accounting-parent</artifactId>
7-
<version>3.29</version>
7+
<version>3.30</version>
88
</parent>
99

1010
<artifactId>cloud</artifactId>

metaacct/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cz.metacentrum</groupId>
99
<artifactId>accounting-parent</artifactId>
10-
<version>3.29</version>
10+
<version>3.30</version>
1111
</parent>
1212

1313
<artifactId>metaacct</artifactId>

metaacct_cmd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cz.metacentrum</groupId>
77
<artifactId>accounting-parent</artifactId>
8-
<version>3.29</version>
8+
<version>3.30</version>
99
</parent>
1010

1111
<artifactId>metaacct_cmd</artifactId>

pbsmon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>cz.metacentrum</groupId>
66
<artifactId>accounting-parent</artifactId>
7-
<version>3.29</version>
7+
<version>3.30</version>
88
</parent>
99

1010
<artifactId>pbsmon</artifactId>

perun_machines/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cz.metacentrum</groupId>
77
<artifactId>accounting-parent</artifactId>
8-
<version>3.29</version>
8+
<version>3.30</version>
99
</parent>
1010

1111
<artifactId>perun_machines</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
<packaging>pom</packaging>
88

99
<!--
10-
Use "mvn versions:set -DnewVersion=3.29; mvn versions:commit" to change version in all modules
10+
Use "mvn versions:set -DnewVersion=3.31; mvn versions:commit" to change version in all modules
1111
-->
12-
<version>3.29</version>
12+
<version>3.30</version>
1313
<name>MetaCentrum Accounting Parent Project</name>
1414

1515
<properties>
1616
<java.version>17</java.version>
1717
<taglibs-standard.version>1.2.5</taglibs-standard.version>
18-
<commons-text.version>1.10.0</commons-text.version>
1918
<maven.deploy.skip>true</maven.deploy.skip>
2019
</properties>
2120

@@ -33,7 +32,7 @@
3332
<dependency>
3433
<groupId>org.apache.commons</groupId>
3534
<artifactId>commons-text</artifactId>
36-
<version>${commons-text.version}</version>
35+
<version>1.10.0</version>
3736
</dependency>
3837
<dependency>
3938
<groupId>net.sourceforge.stripes</groupId>

0 commit comments

Comments
 (0)