diff --git a/build.xml b/build.xml index 70da0d7011d..0bc1dc9f5a5 100644 --- a/build.xml +++ b/build.xml @@ -18,7 +18,7 @@ information: Portions Copyright [yyyy] [name of copyright owner] CDDL HEADER END -Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. --> @@ -170,49 +170,55 @@ Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/nbproject/project.properties b/nbproject/project.properties index 4e1e6a1b1a3..c28fdbcf211 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -45,7 +45,7 @@ jnlp.mixed.code=default jnlp.signing= jnlp.signing.alias= jnlp.signing.keystore= -lucene.version=4.10.3 +lucene.version=5.0.0 lucene-core.jar=lucene-core-${lucene.version}.jar lucene-analyzers-common.jar=lucene-analyzers-common-${lucene.version}.jar lucene-queryparser.jar=lucene-queryparser-${lucene.version}.jar diff --git a/opengrok-web-nbproject/nbproject/project.properties b/opengrok-web-nbproject/nbproject/project.properties index c1f2f643227..dfd21c78f9f 100644 --- a/opengrok-web-nbproject/nbproject/project.properties +++ b/opengrok-web-nbproject/nbproject/project.properties @@ -28,7 +28,7 @@ endorsed.classpath= excludes= file.reference.json-simple-1.1.1.jar=../lib/json-simple-1.1.1.jar j2ee.platform.classpath=${j2ee.server.home}/lib/annotations-api.jar:${j2ee.server.home}/lib/catalina-ant.jar:${j2ee.server.home}/lib/catalina-ha.jar:${j2ee.server.home}/lib/catalina-storeconfig.jar:${j2ee.server.home}/lib/catalina-tribes.jar:${j2ee.server.home}/lib/catalina.jar:${j2ee.server.home}/lib/ecj-4.4.jar:${j2ee.server.home}/lib/el-api.jar:${j2ee.server.home}/lib/jasper-el.jar:${j2ee.server.home}/lib/jasper.jar:${j2ee.server.home}/lib/jsp-api.jar:${j2ee.server.home}/lib/servlet-api.jar:${j2ee.server.home}/lib/tomcat-api.jar:${j2ee.server.home}/lib/tomcat-coyote.jar:${j2ee.server.home}/lib/tomcat-dbcp.jar:${j2ee.server.home}/lib/tomcat-i18n-es.jar:${j2ee.server.home}/lib/tomcat-i18n-fr.jar:${j2ee.server.home}/lib/tomcat-i18n-ja.jar:${j2ee.server.home}/lib/tomcat-jdbc.jar:${j2ee.server.home}/lib/tomcat-jni.jar:${j2ee.server.home}/lib/tomcat-spdy.jar:${j2ee.server.home}/lib/tomcat-util-scan.jar:${j2ee.server.home}/lib/tomcat-util.jar:${j2ee.server.home}/lib/tomcat-websocket.jar:${j2ee.server.home}/lib/websocket-api.jar -lucene.version=4.10.3 +lucene.version=5.0.0 lucene-core.jar=lucene-core-${lucene.version}.jar lucene-analyzers-common.jar=lucene-analyzers-common-${lucene.version}.jar lucene-queryparser.jar=lucene-queryparser-${lucene.version}.jar diff --git a/platform/solaris/ips/create.sh b/platform/solaris/ips/create.sh index 2ce0899680b..810f0302152 100755 --- a/platform/solaris/ips/create.sh +++ b/platform/solaris/ips/create.sh @@ -209,7 +209,7 @@ PKG pkgsend add file doc/ctags.config mode=0444 owner=root group=sys path=/usr/o # install libs -LV=4.10.3 +LV=5.0.0 for file in ant.jar bcel-5.2.jar \ lucene-analyzers-common-${LV}.jar lucene-core-${LV}.jar lucene-queryparser-${LV}.jar lucene-suggest-${LV}.jar \ jrcs.jar \ diff --git a/platform/solaris/pkgdef/prototype b/platform/solaris/pkgdef/prototype index 34b0a51cf47..cda4ca43131 100644 --- a/platform/solaris/pkgdef/prototype +++ b/platform/solaris/pkgdef/prototype @@ -60,10 +60,10 @@ f none usr/opengrok/doc/opengrok-agent.properties=platform/solaris/default/openg f none usr/opengrok/lib/opengrok.jar=dist/opengrok.jar 0444 root bin f none usr/opengrok/lib/ant.jar=dist/lib/ant.jar 0444 root bin f none usr/opengrok/lib/bcel-5.2.jar=lib/bcel-5.2.jar 0444 root bin -f none usr/opengrok/lib/lucene-core-4.10.3.jar=lib/lucene-core-4.10.3.jar 0444 root bin -f none usr/opengrok/lib/lucene-analyzers-common-4.10.3.jar=lib/lucene-analyzers-common-4.10.3.jar 0444 root bin -f none usr/opengrok/lib/lucene-queryparser-4.10.3.jar=lib/lucene-queryparser-4.10.3.jar 0444 root bin -f none usr/opengrok/lib/lucene-suggest-4.10.3.jar=lib/lucene-suggest-4.10.3.jar 0444 root bin +f none usr/opengrok/lib/lucene-core-5.0.0.jar=lib/lucene-core-5.0.0.jar 0444 root bin +f none usr/opengrok/lib/lucene-analyzers-common-5.0.0.jar=lib/lucene-analyzers-common-5.0.0.jar 0444 root bin +f none usr/opengrok/lib/lucene-queryparser-5.0.0.jar=lib/lucene-queryparser-5.0.0.jar 0444 root bin +f none usr/opengrok/lib/lucene-suggest-5.0.0.jar=lib/lucene-suggest-5.0.0.jar 0444 root bin f none usr/opengrok/lib/jrcs.jar=lib/jrcs.jar 0444 root bin f none usr/opengrok/lib/swing-layout-0.9.jar=lib/swing-layout-0.9.jar 0444 root bin f none usr/opengrok/lib/json-simple-1.1.1.jar=lib/json-simple-1.1.1.jar 0444 root bin diff --git a/pom.xml b/pom.xml index c2e52c39aa1..3bde894dd6f 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ - 4.10.3 + 5.0.0 2.9.1 1.7 1.7 @@ -47,7 +47,7 @@ junit junit - 4.11 + 4.12 org.apache.bcel @@ -87,12 +87,12 @@ org.apache.ant ant - 1.9.2 + 1.9.4 org.apache.derby derby - 10.10.1.1 + 10.11.1.1