Skip to content

Commit

Permalink
[RELEASE] v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Moser committed Mar 7, 2022
1 parent 3acd100 commit b83dd51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dc-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.bz.idm.bdp</groupId>
<artifactId>core</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>it.bz.idm.bdp</groupId>
<artifactId>dto</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>it.bz.idm.bdp</groupId>
<artifactId>core</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>core</artifactId>
<packaging>pom</packaging>
<!-- Make sure to update also .github/workflows + must correspond to project.properties.revision -->
<version>7.0.0</version>
<version>7.1.0</version>
<inceptionYear>2019</inceptionYear>

<parent>
Expand All @@ -19,7 +19,7 @@

<properties>
<!-- Make sure to update also .github/workflows + must correspond to project.version -->
<revision>7.0.0</revision>
<revision>7.1.0</revision>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<java.version>1.8</java.version>
Expand Down
4 changes: 2 additions & 2 deletions writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.bz.idm.bdp</groupId>
<artifactId>core</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>it.bz.idm.bdp</groupId>
<artifactId>dto</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
</dependency>

<!-- DB migration - Flyway -->
Expand Down

0 comments on commit b83dd51

Please sign in to comment.