Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!47
Something went wrong on our end
Resolve "Show error messages from response"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Show error messages from response"
123-show-error-messages-from-response
into
dev
Overview
1
Commits
72
Pipelines
0
Changes
58
Merged
Resolve "Show error messages from response"
Martin Weise
requested to merge
123-show-error-messages-from-response
into
dev
Mar 16, 2022
Overview
1
Commits
72
Pipelines
0
Changes
58
Closes #123
Edited
Mar 28, 2022
by
Martin Weise
0
0
Merge request reports
Viewing commit
35e55647
Prev
Next
Show latest version
58 files
+
166
−
97
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
58
Unverified
35e55647
Pushed the pom.xml version from generic 0.0.1-SNAPSHOT to the latest 1.1.0-alpha
· 35e55647
Martin Weise
authored
Mar 26, 2022
fda-authentication-service/report/pom.xml
+
2
−
2
View file @ 35e55647
Edit in single-file editor
Open in Web IDE
Show full file
@@ -6,11 +6,11 @@
<parent>
<groupId>
at.tuwien
</groupId>
<artifactId>
fda-authentication-service
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
1.1.0-alpha
</version>
</parent>
<artifactId>
api
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
1.1.0-alpha
</version>
<name>
fda-authentication-service-api
</name>
<description>
This module is only intended for the pipeline coverage report. See the detailed report in the
Loading