reverted changes as a schema upgrade is not needed at this time

Former-commit-id: 6f97fef5748a3d630a73f790cca8baa4753e1d7a
This commit is contained in:
Jeremy Long
2015-07-09 07:07:10 -04:00
parent 54094ebc21
commit 0a4c3102dd
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ data.directory=[JAR]/data
# based databases the below filename will be added to the data directory above and then
# if the connection string has a %s it will be replaced by the directory/filename path.
data.file_name=dc.h2.db
data.version=3.0
data.version=2.9
data.connection_string=jdbc:h2:file:%s;FILE_LOCK=SERIALIZED;AUTOCOMMIT=ON;
#data.connection_string=jdbc:mysql://localhost:3306/dependencycheck

View File

@@ -17,7 +17,7 @@ engine.version.url=http://jeremylong.github.io/DependencyCheck/current.txt
# below contains a %s then the data.directory will replace the %s.
data.directory=[JAR]/data
data.file_name=dc.h2.db
data.version=3.0
data.version=2.9
data.connection_string=jdbc:h2:file:%s;FILE_LOCK=SERIALIZED;AUTOCOMMIT=ON;
#data.connection_string=jdbc:h2:file:%s;AUTO_SERVER=TRUE;AUTOCOMMIT=ON;
#data.connection_string=jdbc:mysql://localhost:3306/dependencycheck