Skip to content
Snippets Groups Projects
Verified Commit 0f210104 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: preparing release

parent f7cb62a9
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.3] - 2021-02-10
### Added
* New version history feature. The "H" container flag retrieves the full
version history during a transaction (e.g. during Retrievals) and constructs
a tree of successors and predecessors of the requested entity version.
......
* caosdb-mysqlbackend == 4.0.0
* Java 11
* Apache Maven >= 3.6.0
* make >= 4.2.0
......@@ -18,6 +18,9 @@ guidelines of the CaosDB Project
2. Check all general prerequisites.
3. Update the version property in [pom.xml](./pom.xml) (probably this means to
remove the `-SNAPSHOT`.
4. Merge the release branch into the master branch.
5. Tag the latest commit of the master branch with `v<VERSION>`.
......@@ -25,3 +28,6 @@ guidelines of the CaosDB Project
6. Delete the release branch.
7. Merge the master branch back into the dev branch.
8. Update the version property in [pom.xml](./pom.xml) for the next
developlement round (with a `-SNAPSHOT` suffix).
caosdb-webui @ 8c59cc86
Subproject commit 82315e1199bd5adcf584f61bfde167bd05624172
Subproject commit 8c59cc861d646cbdba0ec749ba052656f67fd58d
......@@ -68,7 +68,7 @@ MYSQL_USER_NAME=caosdb
# Password for the user
MYSQL_USER_PASSWORD=caosdb
# Schema of mysql procedures and tables which is required by this CaosDB instance
MYSQL_SCHEMA_VERSION=v4.0.0-rc2
MYSQL_SCHEMA_VERSION=v4.0.0
# --------------------------------------------------
......
......@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.caosdb</groupId>
<artifactId>caosdb-server</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>
<name>CaosDB Server</name>
<properties>
......
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