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-DE
DARIAH-DE Common
Commits
4c6851c4
Commit
4c6851c4
authored
Feb 04, 2019
by
Stefan Funk
Browse files
Merge branch 'release/3.2.8'
parents
be77663e
d16ce1e9
Changes
9
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
4c6851c4
...
...
@@ -2,12 +2,11 @@ node {
def
mvnHome
stage
(
'Preparation'
)
{
git
'git://projects.gwdg.de/dariah-de/tg/textgrid-repository/common.git'
mvnHome
=
tool
'Maven 3.5.0'
checkout
scm
}
stage
(
'Build'
)
{
// We only do need all JARs here!
sh
"'${mvnHome}/bin/mvn' -U clean verify deploy"
}
}
cli-tools/pom.xml
View file @
4c6851c4
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
info.textgrid.middleware
</groupId>
<artifactId>
common
</artifactId>
<version>
3.2.
7-SNAPSHOT
</version>
<version>
3.2.
8
</version>
</parent>
<groupId>
info.textgrid.middleware
</groupId>
<artifactId>
cli-tools
</artifactId>
...
...
confclient/pom.xml
View file @
4c6851c4
...
...
@@ -6,7 +6,7 @@
<parent>
<artifactId>
common
</artifactId>
<groupId>
info.textgrid.middleware
</groupId>
<version>
3.2.
7-SNAPSHOT
</version>
<version>
3.2.
8
</version>
</parent>
<groupId>
info.textgrid.middleware
</groupId>
<artifactId>
confclient
</artifactId>
...
...
esutils/pom.xml
View file @
4c6851c4
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
info.textgrid.middleware
</groupId>
<artifactId>
common
</artifactId>
<version>
3.2.
7-SNAPSHOT
</version>
<version>
3.2.
8
</version>
</parent>
<groupId>
info.textgrid.utils
</groupId>
<artifactId>
esutils
</artifactId>
...
...
httpclients/pom.xml
View file @
4c6851c4
...
...
@@ -7,7 +7,7 @@
<parent>
<artifactId>
common
</artifactId>
<groupId>
info.textgrid.middleware
</groupId>
<version>
3.2.
7-SNAPSHOT
</version>
<version>
3.2.
8
</version>
</parent>
<groupId>
info.textgrid.utils
</groupId>
<artifactId>
httpclients
</artifactId>
...
...
metadata-core-jaxb/pom.xml
View file @
4c6851c4
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
common
</artifactId>
<groupId>
info.textgrid.middleware
</groupId>
<version>
3.2.
7-SNAPSHOT
</version>
<version>
3.2.
8
</version>
</parent>
<groupId>
info.textgrid.namespaces
</groupId>
<artifactId>
metadata-core-jaxb
</artifactId>
...
...
pom.xml
View file @
4c6851c4
...
...
@@ -4,7 +4,7 @@
<artifactId>
common
</artifactId>
<groupId>
info.textgrid.middleware
</groupId>
<name>
TextGrid :: Common Tools and Packages
</name>
<version>
3.2.
7-SNAPSHOT
</version>
<version>
3.2.
8
</version>
<packaging>
pom
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
projectfile-jaxb/pom.xml
View file @
4c6851c4
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
common
</artifactId>
<groupId>
info.textgrid.middleware
</groupId>
<version>
3.2.
7-SNAPSHOT
</version>
<version>
3.2.
8
</version>
</parent>
<groupId>
info.textgrid.namespaces
</groupId>
<artifactId>
projectfile-jaxb
</artifactId>
...
...
textgrid-clients/pom.xml
View file @
4c6851c4
...
...
@@ -8,7 +8,7 @@
<parent>
<groupId>
info.textgrid.middleware
</groupId>
<artifactId>
common
</artifactId>
<version>
3.2.
7-SNAPSHOT
</version>
<version>
3.2.
8
</version>
</parent>
<groupId>
info.textgrid.middleware.clients
</groupId>
...
...
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