From 9299657f132f68488cbb486e04990c2f55067cef Mon Sep 17 00:00:00 2001 From: Michelle Weidling Date: Wed, 27 Jan 2021 13:15:42 +0100 Subject: [PATCH 1/2] chore: rename file --- exist-app/{master.build.properties => main.build.properties} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename exist-app/{master.build.properties => main.build.properties} (100%) diff --git a/exist-app/master.build.properties b/exist-app/main.build.properties similarity index 100% rename from exist-app/master.build.properties rename to exist-app/main.build.properties -- GitLab From d029325e5616dd5a5bc85e586aac85ba6e2873a5 Mon Sep 17 00:00:00 2001 From: Michelle Weidling Date: Wed, 27 Jan 2021 13:21:20 +0100 Subject: [PATCH 2/2] chore: update CHANGELOG, bump version numver --- CHANGELOG.md | 9 ++++++++- exist-app/build.properties | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af10032..5847bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.1.0] - 2021-01-26 +## [3.1.1] - 2021-01-27 + +### Fixed + +- rename `master.build.properties` to `main.build.properties` to match the actual branch names. +This is necessary to build a package and upload it to our package store (ci.de.dariah.eu). + +## [3.1.0] - 2021-01-27 ### Changed diff --git a/exist-app/build.properties b/exist-app/build.properties index 9ebefb1..64529fb 100644 --- a/exist-app/build.properties +++ b/exist-app/build.properties @@ -1,5 +1,5 @@ project.name=https://ahikar-test.sub.uni-goettingen.de/ -project.version=3.1.0 +project.version=3.1.1 project.title=Ahiqar project.abbrev=ahikar-test project.processorversion=5.2.0 -- GitLab