]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Set cspace.ui.version to ^2.0.0.
authorRay Lee <ray.lee@lyrasis.org>
Tue, 19 Mar 2019 06:12:26 +0000 (23:12 -0700)
committerRay Lee <ray.lee@lyrasis.org>
Tue, 19 Mar 2019 06:12:26 +0000 (23:12 -0700)
build.properties

index c19b34fb577b49304961ccff97572b005c179c82..f9e3628258137ecca1b3ec71fa6f30ad2dc29f03 100644 (file)
@@ -3,7 +3,7 @@ host=127.0.0.1
 # Instance IDs help identify the databases and database users that belong to
 # a particular CollectionSpace server instance, in a configuration where
 # multiple CollectionSpace servers all share a single database server.
-# The instance ID is blank by default. If it is added, by convention, 
+# The instance ID is blank by default. If it is added, by convention,
 # instance IDs should begin with an underscore (_). E.g.: _trs80
 
 #
@@ -24,7 +24,7 @@ cspace.ui.dest=
 cspace.ui.tenantid=1
 cspace.ui.logo=undefined
 cspace.ui.message.title=CollectionSpace Default Profile
-cspace.ui.version=latest
+cspace.ui.version=^2.0.0
 cspace.ui.basename=/cspace/core
 cspace.ui.webapp=cspace#core
 cspace.ui.webapp.name=cspaceUI
@@ -127,7 +127,7 @@ db.dialect=org.hibernate.dialect.PostgreSQLDialect
 db.typemapping=PostgreSQL 8.0
 # Should be org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLExceptionSorter
 # but current JBoss does not seem to include it...
-db.exceptionsorter= 
+db.exceptionsorter=
 db.spring.acl.classIdentityQuery=select currval(pg_get_serial_sequence('acl_class', 'id'))
 db.spring.acl.sidIdentityQuery=select currval(pg_get_serial_sequence('acl_sid', 'id'))
 db.xaDataSource=org.postgresql.xa.PGXADataSource
@@ -170,7 +170,7 @@ db.jdbc.baseurl=jdbc:${db}://${db.host}:${db.port}
 #
 # ssl=true ;means we can talk SSL to the database server
 # sslfactory ;set this to the SSL factory class.  The default is to perform validation.  Use NonValidatingFactory class to skip validation
-# foo=true ;an extra "throw way" options seems to be needed to prevent parsing errors for some tools/code.  
+# foo=true ;an extra "throw way" options seems to be needed to prevent parsing errors for some tools/code.
 
 #
 # Here is an example of how to set the JDBC options for connecting to an SSL enabled