Skip to content

Commit

Permalink
updated base project and component versions; updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkos committed Nov 3, 2015
1 parent a5c7242 commit 96a5bde
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 27 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A new version of the this tool, together with a [new version of the SIARD preser
## Download pre-compiled version

Binaries with all dependencies included:
* [db-preservation-toolkit v2.0.0-rc3.0.1](https://github.com/keeps/db-preservation-toolkit/releases/download/2.0.0-rc3.0.1/dbptk-core-2.0.0-rc3.0.1-jar-with-dependencies.jar) (pre-release, SIARD still lacks LOBs and UDTs)
* [db-preservation-toolkit v2.0.0-rc3.1.0](https://github.com/keeps/db-preservation-toolkit/releases/download/2.0.0-rc3.1.0/dbptk-core-2.0.0-rc3.1.0-jar-with-dependencies.jar) (pre-release, SIARD still lacks LOBs and UDTs)
* [db-preservation-toolkit v1.0.1](https://github.com/keeps/db-preservation-toolkit/releases/download/v1.0.1/db-preservation-toolkit-1.0.1-jar-with-dependencies.jar)
* [db-preservation-toolkit v1.0.0](http://keeps.github.io/db-preservation-toolkit/db-preservation-toolkit-1.0.0-jar-with-dependencies.jar)

Expand Down Expand Up @@ -91,6 +91,12 @@ Export module: SIARD2
-ec, --export-compress (optional) use to compress the SIARD2 archive file with deflate method
-ep, --export-pretty-xml (optional) write human-readable XML
Export module: SIARDDK
-ef, --export-folder=value (required) Path to SIARDDK archive folder
-eai, --export-archiveIndex=value (optional) Path to archiveIndex.xml input file
-eci, --export-contextDocumentationIndex=value (optional) Path to contextDocumentationIndex.xml input file
-ecf, --export-contextDocumentationFolder=value (optional) Path to contextDocumentation folder which should contain the context documentation for the archive
Export module: SQLServerJDBC
-es, --export-server-name=value (required) the name (host name) of the server
-edb, --export-database=value (required) the name of the database we'll be accessing
Expand Down
4 changes: 2 additions & 2 deletions dbptk-bindings/dbptk-bindings-siarddk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<name>dbptk-bindings-siarddk</name>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siarddk</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>..</relativePath>
</parent>
<build>
Expand Down
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.0.1</version>
<version>2.0.0-rc3.1.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.0.1</version>
<version>2.0.0-rc3.1.0</version>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk</artifactId>
<version>2.0.0-rc3.0.1</version>
<version>2.0.0-rc3.1.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.0.1</version>
<version>2.0.0-rc3.1.0</version>
<packaging>jar</packaging>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk</artifactId>
<version>2.0.0-rc3.0.1</version>
<version>2.0.0-rc3.1.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 4 additions & 0 deletions dbptk-plugin-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This information is only for building plugins for Database Preservation Toolkit.

4. Start Database Preservation Toolkit with the plugin: `java -jar db-preservation-toolkit-x.y.z-jar-with-dependencies.jar -p dbptk-plugin-example.jar`. You will then see the usage information, including the usage for the plugin module.

## Development

The plugin system is very unstable and it's very easy to end up in a *"classpath hell"*. This will change in a future release.

## Information & Commercial support

For more information or commercial support, contact [KEEP SOLUTIONS](http://www.keep.pt/contactos/?lang=en).
4 changes: 2 additions & 2 deletions dbptk-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>dbptk-plugin-example</name>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-plugin-example</artifactId>
<version>2.0.0-rc2.1.1</version>
<version>2.0.0-rc3.1.0</version>
<packaging>jar</packaging>
<properties>
<version.java>1.7</version.java>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-model</artifactId>
<version>2.0.0-rc2.1.1</version>
<version>2.0.0-rc3.1.0</version>
</dependency>
</dependencies>
</project>
15 changes: 3 additions & 12 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.0.1</version>
<version>2.0.0-rc3.1.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.0.1</version>
<version>2.0.0-rc3.1.0</version>
</dependency>
<dependency>
<groupId>com.databasepreservation</groupId>
Expand All @@ -146,7 +146,7 @@
<dependency>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siarddk</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
<!--
<dependency>
Expand Down Expand Up @@ -268,13 +268,4 @@
</dependency>
</dependencies>
</dependencyManagement>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
</plugin>
</plugins>
</reporting>
</project>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<version>1.1.0</version>
<version>1.1.1</version>
</versions>
<lastUpdated>20151103105700</lastUpdated>
<lastUpdated>20151103133136</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<version>1.1.0</version>
<version>1.1.1</version>
</versions>
<lastUpdated>20151103105700</lastUpdated>
<lastUpdated>20151103133136</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siarddk</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<description>POM was created from install:install-file</description>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siarddk</artifactId>
<versioning>
<release>1.2.0</release>
<release>1.2.1</release>
<versions>
<version>1.2.0</version>
<version>1.2.1</version>
</versions>
<lastUpdated>20151103105700</lastUpdated>
<lastUpdated>20151103133136</lastUpdated>
</versioning>
</metadata>

0 comments on commit 96a5bde

Please sign in to comment.