Skip to content

Commit 334f2bf

Browse files
committed
Setting version 4.3.0-SNAPSHOT
1 parent e28eb43 commit 334f2bf

File tree

19 files changed

+49
-49
lines changed

19 files changed

+49
-49
lines changed

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.2.0</version>
12+
<version>4.3.0-SNAPSHOT</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.2.0</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<parent>
1111
<groupId>com.databasepreservation</groupId>
1212
<artifactId>dbptk</artifactId>
13-
<version>4.2.0</version>
13+
<version>4.3.0-SNAPSHOT</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616
<properties>

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.2.0</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111
<parent>
1212
<groupId>com.databasepreservation</groupId>
1313
<artifactId>dbptk</artifactId>
14-
<version>4.2.0</version>
14+
<version>4.3.0-SNAPSHOT</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.2.0</version>
8+
<version>4.3.0-SNAPSHOT</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.2.0</version>
13+
<version>4.3.0-SNAPSHOT</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.2.0</version>
8+
<version>4.3.0-SNAPSHOT</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.2.0</version>
8+
<version>4.3.0-SNAPSHOT</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.2.0</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<parent>
1111
<groupId>com.databasepreservation</groupId>
1212
<artifactId>dbptk-modules</artifactId>
13-
<version>4.2.0</version>
13+
<version>4.3.0-SNAPSHOT</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.2.0</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<parent>
1111
<groupId>com.databasepreservation</groupId>
1212
<artifactId>dbptk-modules</artifactId>
13-
<version>4.2.0</version>
13+
<version>4.3.0-SNAPSHOT</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.2.0</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<parent>
1111
<groupId>com.databasepreservation</groupId>
1212
<artifactId>dbptk-modules</artifactId>
13-
<version>4.2.0</version>
13+
<version>4.3.0-SNAPSHOT</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

dbptk-modules/dbptk-module-ms-access/pom.xml

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

0 commit comments

Comments
 (0)