Skip to content

Commit

Permalink
Fixed NAS-2744 - changed HERITRIX3_VERSION to '3.3.0-BDB-5.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Søren Vejrup Carlsen committed Apr 25, 2018
1 parent be0598c commit 9b09155
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ public final class Constants {
/** Current version of Heritrix 1 used by netarkivet-code. */
private static final String HERITRIX_VERSION = "1.14.4";

/** Current version of Heritrix 3 used by netarkivet-code. */
private static final String HERITRIX3_VERSION = "3.3.0-LBS-2016-02";
/** Current version of Heritrix 3 used by netarkivet-code.
* This should be the same value as the property 'heritrix3.version' in the main pom.xml.
* TODO: Could this be tested? */
private static final String HERITRIX3_VERSION = "3.3.0-BDB-5.0.x";

/**
* Read this much data when copying data from a file channel. Note that due to a bug in java, this should never be
Expand Down

0 comments on commit 9b09155

Please sign in to comment.