Skip to content
Snippets Groups Projects
Commit 9285238d authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

feat: increase metsmodsmapping version, add README for JUNIT testing

parent baca8599
No related branches found
No related tags found
No related merge requests found
Pipeline #332322 passed
......@@ -42,11 +42,18 @@ Or you can use a DEB file from the DARIAH-DE [APTLY Repository](https://ci.de.da
The service is deployed just by installing the appropriate DEB package.
# Releasing a new version
## Releasing a new version
For releasing a new version of DARIAH-DE OAI-PMH, please have a look at the [DARIAH-DE Release Management Page](https://wiki.de.dariah.eu/display/DARIAH3/DARIAH-DE+Release+Management#DARIAHDEReleaseManagement-Gitlabflow/Gitflow(develop,main,featurebranchesundtags)) or see the [Gitlab CI file](.gitlab-ci.yml).
## JUNIT Online Testing
* Choose one of the existing properties files from */oaipmh-core/src/test/resources* to test TextGrid or DARIAH-DE prod, test, or dev OAI-PMH service.
* Put the filename and path in class */oaipmh-core/src/test/java/info/textgrid/middleware/test/online/OaipmhUtilitiesOnline.java* or */oaipmh-core/src/test/java/info/textgrid/middleware/test/online/dh/TestDHOaipmhOnline.java*.
* **Un-ignore** all the JUNIT test classes in all the test class header in *info.textgrid.middleware.test.online.dh* or *info.textgrid.middleware.test.online.tg*.
* Store the files and run the tests via Eclipse, or mvn command line.
## Links and References
* [OAI-PMH Service Gitlab page](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services)
......@@ -24,7 +24,7 @@
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
<maven-jaxb2-plugin.version>0.14.0</maven-jaxb2-plugin.version>
<mets-mods-mapping.version>2.0.1</mets-mods-mapping.version>
<mets-mods-mapping.version>2.0.2-SNAPSHOT</mets-mods-mapping.version>
<package-info-maven-plugin.version>1.4.5</package-info-maven-plugin.version>
<properties-maven-plugin.version>1.0-alpha-2</properties-maven-plugin.version>
<rdf4j-repository-api.version>3.0.2</rdf4j-repository-api.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment