Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • dariah-de/dariah-de-oai-pmh-services
1 result
Show changes
Commits on Source (5)
......@@ -61,7 +61,7 @@ prepare-release:
- if: $CI_COMMIT_REF_NAME == "main" && $CI_COMMIT_TITLE !~ /^[\d\.]+$/ && $CI_COMMIT_TITLE !~ /^Prepare next development iteration/
image: maven:3.8.3-jdk-8
extends:
- .prepare-semantic-release-dry-run
- .prepare-semantic-release
# Build, validate, and package all the feature branches
validate-java:
......
# [4.4.0](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.3.0...v4.4.0) (2022-07-06)
### Bug Fixes
* increase SNAPSHOT version ([a4bf840](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/a4bf8401bff21c032caa40a1fa084def4adbdbaf))
### Features
* remove set-in-collection to fix bug ([7578c7d](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/7578c7dcfb9fa4194e512e49a785b4bd39cbe228))
# 4.2.10-SNAPSHOT
* Implement new CI workflow
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.4.0</version>
</parent>
<artifactId>oaipmh-core</artifactId>
<packaging>jar</packaging>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.4.0</version>
</parent>
<artifactId>oaipmh-webapp</artifactId>
<packaging>war</packaging>
......
......@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.4.0</version>
<packaging>pom</packaging>
<name>DARIAHDE :: OAI-PMH DataProvider</name>
<properties>
......