Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search
Commits
382f2395
Commit
382f2395
authored
May 04, 2020
by
Gradl, Tobias
Browse files
JSON support
parent
463ad621
Pipeline
#15371
passed with stages
in 6 minutes and 12 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
382f2395
...
...
@@ -13,3 +13,6 @@
[submodule "src/main/webapp/themes/mww-theme"]
path = src/main/webapp/themes/mww-theme
url = ../themes/mww-theme.git
[submodule "src/main/webapp/themes/clariah-theme"]
path = src/main/webapp/themes/clariah-theme
url = ../themes/clariah-theme.git
build.gradle
View file @
382f2395
...
...
@@ -18,7 +18,7 @@ plugins {
allprojects
{
group
=
'eu.dariah.de.minfba'
version
=
'3.
7.13
-SNAPSHOT'
version
=
'3.
8.0
-SNAPSHOT'
description
=
'DARIAH-DE Generic Search'
ext
{
...
...
@@ -43,7 +43,7 @@ repositories {
sourceCompatibility
=
'1.8'
ext
{
searchCommonsVersion
=
"1.1
7
.0-SNAPSHOT"
searchCommonsVersion
=
"1.1
8
.0-SNAPSHOT"
springVersion
=
"4.3.6.RELEASE"
hibernateValidatorVersion
=
"5.2.2.Final"
...
...
_search-common
@
f6d78da3
Compare
9609dd21
...
f6d78da3
Subproject commit
9609dd21acb62f96f02d9fabd4ca1ce19e1e3ee9
Subproject commit
f6d78da32bbcd38f319c6f0ca0c3d43819845c16
clariah-theme
@
3a6a2bce
Subproject commit 3a6a2bce6ebb0d779a9762ada5e790b56c31dbda
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment