change the version to 2.9.0. Change the version of the d1_denpendency to 2.4.
Increase the version to 2.8.1
Change the solr core to 3.6.2
Centralize the d1_common_java_version property. Bump the version to 2.3.0 snapshot.
Change the version to 2.8.0 snapshot.
Change it to 2.7.0-snapshot
Change the version of d1_common_java to 2.2.
bump trunk to 2.6.0-SNAPSHOT and pull in d1 dependencies at 2.1.0-SNAPSHOT to continue trunk development.
remove dev-testing in favor of maven.dataone.org repo
add support for v2 DataONE API.
use newer httpclient library so that Jena's dependency is met - this goes all the way back to d1_common/libclient needing to pull in the newer library.
bump the poms to 2.4.2
allow indexing of RDF documents - provide a sparql query that will return values for the field name. Using measurement_sm initially (a dynamic multivalued solr field). https://projects.ecoinformatics.org/ecoinfo/issues/6253
move metacat trunk to 2.4.0-SNAPSHOT
prep for 2.3.1 release
use 2.3.0 without SNAPSHOT pre-release.
use 2.3.0 for this next release of metacat.
make sure all versions are using 2.2.2 of some sort -- thinking of making this release a 2.3.0 release because we will be branching/tagging from the trunk, not the 2.2.x branch.
Use the slf4j-log4j jar to replace slf4j-jdk one.
Change the svn location of the schema.xml file to d1_cn_index_processor 1.2.1. The 1.2.1 release is a "buildout" release. There was no code change.Skye change the attribute "stored" to be true for the authorSurNameSort and authorGivenNameSort. Otherwise the sorting will fail.
The checked-out schema.xml will overwrite the one in src/main/resource/solr-home/conf.
Use the schema for the d1_cn_index_processor 1.2.0
Fixed a bug that the code copied the solr-home to the target directory before it checked out the schema from the dataone svn repository.
Not include the solr-home in the jar file.
export a directory rather than a file in the scm plugin. This fixed an issue that the pom.xml didn't work with the svn with version 1.6.
move the solr-home from the metacat-index to the metacat-common.
Use the properties for the schema url and name.
change the version to 2.2.0-SNAPSHOT.
[merge from branch to keep trunk up to date with upgrade history] prep for Metacat 2.1.1 release
Add code to check out the schema.xml from dataone project.
Add the servlet-api jar file under the test scope.
use v2.1.0 for all metacat release components for consistency
remove all -SNAPSHOT artifacts in favor of released versions in preparation for Metacat v2.1.0 release
Add the dataone repository.
Change the junit version to 4.8
use java 1.6 compliance for compilation
Remove the depency on the d1_cn_index_processor.
Move the solr query part here since metacat-index needs to query the solr server too.
exclude jibx-tools, maven cruft and org.eclipse "dependencies" to cut down on the number of jar files in the lib folder.
format before editing
Add a new module for sharing the between the metacat and metacat-index.