Skip to content

Commit b83dd51

Browse files
author
Peter Moser
committedMar 7, 2022
[RELEASE] v7.1.0
1 parent 3acd100 commit b83dd51

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
 

‎dc-interface/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>it.bz.idm.bdp</groupId>
77
<artifactId>core</artifactId>
8-
<version>7.0.0</version>
8+
<version>7.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>it.bz.idm.bdp</groupId>
2525
<artifactId>dto</artifactId>
26-
<version>7.0.0</version>
26+
<version>7.1.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>javax.servlet</groupId>

‎dto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>it.bz.idm.bdp</groupId>
3131
<artifactId>core</artifactId>
32-
<version>7.0.0</version>
32+
<version>7.1.0</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>core</artifactId>
77
<packaging>pom</packaging>
88
<!-- Make sure to update also .github/workflows + must correspond to project.properties.revision -->
9-
<version>7.0.0</version>
9+
<version>7.1.0</version>
1010
<inceptionYear>2019</inceptionYear>
1111

1212
<parent>
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<!-- Make sure to update also .github/workflows + must correspond to project.version -->
22-
<revision>7.0.0</revision>
22+
<revision>7.1.0</revision>
2323
<maven.compiler.source>1.8</maven.compiler.source>
2424
<maven.compiler.target>1.8</maven.compiler.target>
2525
<java.version>1.8</java.version>

‎writer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>it.bz.idm.bdp</groupId>
77
<artifactId>core</artifactId>
8-
<version>7.0.0</version>
8+
<version>7.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>it.bz.idm.bdp</groupId>
8181
<artifactId>dto</artifactId>
82-
<version>7.0.0</version>
82+
<version>7.1.0</version>
8383
</dependency>
8484

8585
<!-- DB migration - Flyway -->

0 commit comments

Comments
 (0)
Please sign in to comment.