Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
76ac31d6
Verified
Commit
76ac31d6
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
REL: update changelog, bump version of pom.xml, update DEPENDENCIES
parent
47428d68
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!41
REL: update changelog, bump version of pom.xml, update DEPENDENCIES
Pipeline
#15324
failed
3 years ago
Stage: test
Stage: deploy
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
DEPENDENCIES.md
+2
-2
2 additions, 2 deletions
DEPENDENCIES.md
caosdb-webui
+1
-1
1 addition, 1 deletion
caosdb-webui
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/doc/conf.py
+1
-1
1 addition, 1 deletion
src/doc/conf.py
with
6 additions
and
6 deletions
CHANGELOG.md
+
1
−
1
View file @
76ac31d6
...
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
...
@@ -5,7 +5,7 @@ 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.1.0/
)
,
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [
Unreleased]
## [
v0.5.0] - 2021-10-19
### Added
### Added
...
...
This diff is collapsed.
Click to expand it.
DEPENDENCIES.md
+
2
−
2
View file @
76ac31d6
*
caosdb-mysqlbackend ==
4.1
.0
*
caosdb-mysqlbackend ==
5.0
.0
*
Java 11
*
Java 11
*
Apache Maven >= 3.6.0
*
Apache Maven >= 3.6.0
*
make >= 4.2.0
*
make >= 4.2.0
-
easy-units >= 0.0.1 https://gitlab.com/timm.fitschen/easy-units
*
More dependencies are being pulled and installed automatically by Maven. See the complete list of dependencies in the
[
pom.xml
](
pom.xml
)
This diff is collapsed.
Click to expand it.
caosdb-webui
@
d29e9a02
Subproject commit
c2dc8e9e9e0517ee7fb0d280717211a015906f64
Subproject commit
d29e9a020f67fc07f42d1a023883b697ef922a8e
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
76ac31d6
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.caosdb
</groupId>
<groupId>
org.caosdb
</groupId>
<artifactId>
caosdb-server
</artifactId>
<artifactId>
caosdb-server
</artifactId>
<version>
0.5.0
-SNAPSHOT
</version>
<version>
0.5.0
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
CaosDB Server
</name>
<name>
CaosDB Server
</name>
<properties>
<properties>
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
1
−
1
View file @
76ac31d6
...
@@ -27,7 +27,7 @@ author = 'Daniel Hornung'
...
@@ -27,7 +27,7 @@ author = 'Daniel Hornung'
# The short X.Y version
# The short X.Y version
version
=
'
0.5
'
version
=
'
0.5
'
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
'
0.5.0
-SNAPSHOT
'
release
=
'
0.5.0
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment