Skip to content
GitLab
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
95a4263c
Commit
95a4263c
authored
Aug 18, 2021
by
Gradl, Tobias
Browse files
441: Fix issues related to deployment of upcoming v4-release (OPENED)
Task-Url:
#441
parent
cfe29e11
Pipeline
#26363
passed with stage
in 41 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
95a4263c
...
...
@@ -9,7 +9,7 @@ allprojects {
apply
plugin:
'eclipse'
group
=
'eu.dariah.de.minfba'
version
=
'4.3.
8
-SNAPSHOT'
version
=
'4.3.
9
-SNAPSHOT'
repositories
{
mavenLocal
()
...
...
@@ -18,7 +18,7 @@ allprojects {
}
}
ext
{
coreVersion
=
"6.5.
2
-SNAPSHOT"
coreVersion
=
"6.5.
3
-SNAPSHOT"
gtfVersion
=
"2.3.3-SNAPSHOT"
processingVersion
=
"4.3.4-SNAPSHOT"
colregModelVersion
=
"4.4.1-SNAPSHOT"
...
...
_search-commons
@
d3f821eb
Compare
eb4d2674
...
d3f821eb
Subproject commit
eb4d26742cad42f6f1596cb841761c98f048fec1
Subproject commit
d3f821ebc77887ef7a77fdd87425204ff1ce2023
dariah-repository-theme
@
90cbed2c
Compare
60b18442
...
90cbed2c
Subproject commit
60b1844272f70fb36350bee5e281368c64c52b63
Subproject commit
90cbed2c64e2e6993daf2abeb92a56cdda27f3f2
dariah-theme
@
1feafba0
Compare
576d2213
...
1feafba0
Subproject commit
576d22130e5ec4612227d3fef2cc21794cd4bf5f
Subproject commit
1feafba0d8b4405dee29615c569d88f97c6ad723
settings.gradle
View file @
95a4263c
...
...
@@ -7,6 +7,7 @@ project(':search-docs').projectDir = new File('./docs')
/*includeBuild('../core') {
dependencySubstitution {
substitute module('de.unibamberg.minf.core:core-metamodel') with project(':core-metamodel')
substitute module('de.unibamberg.minf.core:core-web') with project(':core-web')
}
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment