Skip to content

Commit 797d7a8

Browse files
committed
Setting version 4.3.1
1 parent 170175b commit 797d7a8

20 files changed

Lines changed: 56 additions & 49 deletions

File tree

dbptk-bindings/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.databasepreservation</groupId>
1111
<artifactId>dbptk</artifactId>
12-
<version>4.4.0-SNAPSHOT</version>
12+
<version>4.3.1</version>
1313
<relativePath>..</relativePath>
1414
</parent>
1515
<packaging>pom</packaging>

dbptk-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<name>dbptk-core</name>
77
<groupId>com.databasepreservation</groupId>
88
<artifactId>dbptk-core</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.3.1</version>
1010
<parent>
1111
<groupId>com.databasepreservation</groupId>
1212
<artifactId>dbptk</artifactId>
13-
<version>4.4.0-SNAPSHOT</version>
13+
<version>4.3.1</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616
<properties>

dbptk-core/src/test/java/com/databasepreservation/testing/integration/postgresql/PostgresqlToSIARDTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* The contents of this file are subject to the license and copyright
3+
* detailed in the LICENSE file at the root of the source
4+
* tree and available online at
5+
*
6+
* https://github.com/keeps/db-preservation-toolkit
7+
*/
18
package com.databasepreservation.testing.integration.postgresql;
29

310
import static org.testng.Assert.assertEquals;

dbptk-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<name>dbptk-model</name>
77
<groupId>com.databasepreservation</groupId>
88
<artifactId>dbptk-model</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.3.1</version>
1010
<packaging>jar</packaging>
1111
<parent>
1212
<groupId>com.databasepreservation</groupId>
1313
<artifactId>dbptk</artifactId>
14-
<version>4.4.0-SNAPSHOT</version>
14+
<version>4.3.1</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717
<dependencies>

dbptk-modules/dbptk-filter-external-lobs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>dbptk-modules</artifactId>
77
<groupId>com.databasepreservation</groupId>
8-
<version>4.4.0-SNAPSHOT</version>
8+
<version>4.3.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<name>dbptk-filter-external-lobs</name>
1212
<artifactId>dbptk-filter-external-lobs</artifactId>
13-
<version>4.4.0-SNAPSHOT</version>
13+
<version>4.3.1</version>
1414

1515
<dependencies>
1616
<!-- internal dependencies -->

dbptk-modules/dbptk-filter-inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dbptk-modules</artifactId>
77
<groupId>com.databasepreservation</groupId>
8-
<version>4.4.0-SNAPSHOT</version>
8+
<version>4.3.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

dbptk-modules/dbptk-filter-merkle-tree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dbptk-modules</artifactId>
77
<groupId>com.databasepreservation</groupId>
8-
<version>4.4.0-SNAPSHOT</version>
8+
<version>4.3.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

dbptk-modules/dbptk-module-dbml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<name>dbptk-module-dbml</name>
77
<groupId>com.databasepreservation</groupId>
88
<artifactId>dbptk-module-dbml</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.3.1</version>
1010
<parent>
1111
<groupId>com.databasepreservation</groupId>
1212
<artifactId>dbptk-modules</artifactId>
13-
<version>4.4.0-SNAPSHOT</version>
13+
<version>4.3.1</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

dbptk-modules/dbptk-module-import-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<name>dbptk-module-import-config</name>
77
<groupId>com.databasepreservation</groupId>
88
<artifactId>dbptk-module-import-config</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.3.1</version>
1010
<parent>
1111
<groupId>com.databasepreservation</groupId>
1212
<artifactId>dbptk-modules</artifactId>
13-
<version>4.4.0-SNAPSHOT</version>
13+
<version>4.3.1</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

dbptk-modules/dbptk-module-jdbc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<name>dbptk-module-jdbc</name>
77
<groupId>com.databasepreservation</groupId>
88
<artifactId>dbptk-module-jdbc</artifactId>
9-
<version>4.4.0-SNAPSHOT</version>
9+
<version>4.3.1</version>
1010
<parent>
1111
<groupId>com.databasepreservation</groupId>
1212
<artifactId>dbptk-modules</artifactId>
13-
<version>4.4.0-SNAPSHOT</version>
13+
<version>4.3.1</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)