Skip to content

Commit

Permalink
bump version to beta 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkos committed Mar 16, 2016
1 parent c44a1fd commit 8aa61f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dbptk-bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk</artifactId>
<version>2.0.0-rc3.2.5</version>
<version>2.0.0-beta4.0</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions dbptk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<name>dbptk-core</name>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-core</artifactId>
<version>2.0.0-rc3.2.5</version>
<version>2.0.0-beta4.0</version>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk</artifactId>
<version>2.0.0-rc3.2.5</version>
<version>2.0.0-beta4.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions dbptk-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<name>dbptk-model</name>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-model</artifactId>
<version>2.0.0-rc3.2.5</version>
<version>2.0.0-beta4.0</version>
<packaging>jar</packaging>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk</artifactId>
<version>2.0.0-rc3.2.5</version>
<version>2.0.0-beta4.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Database Preservation Toolkit</name>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk</artifactId>
<version>2.0.0-rc3.2.5</version>
<version>2.0.0-beta4.0</version>
<packaging>pom</packaging>
<description>A toolkit that allows data migration and conversion between database management systems formats and
digital preservation formats.
Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-model</artifactId>
<version>2.0.0-rc3.2.5</version>
<version>2.0.0-beta4.0</version>
</dependency>
<dependency>
<groupId>com.databasepreservation</groupId>
Expand Down

0 comments on commit 8aa61f6

Please sign in to comment.