Skip to content

Commit

Permalink
version 3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-kuba committed Jan 6, 2023
1 parent cc307b9 commit 72e7940
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 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.29</version>
<version>3.30</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.29</version>
<version>3.30</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.29</version>
<version>3.30</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.29</version>
<version>3.30</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.29</version>
<version>3.30</version>
</parent>

<artifactId>perun_machines</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
<packaging>pom</packaging>

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

<properties>
<java.version>17</java.version>
<taglibs-standard.version>1.2.5</taglibs-standard.version>
<commons-text.version>1.10.0</commons-text.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

Expand All @@ -33,7 +32,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${commons-text.version}</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.stripes</groupId>
Expand Down

0 comments on commit 72e7940

Please sign in to comment.