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
TextGridRep Portal
Commits
b444da2a
Commit
b444da2a
authored
Jun 05, 2020
by
Ubbo Veentjer
Browse files
start 3.1.3-SNAPSHOT
parent
86e8325d
Pipeline
#138536
passed with stages
in 10 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b444da2a
...
...
@@ -60,16 +60,12 @@ We use git-flow.
edit build.gradle and set version number, afterwards:
git commit -am "set version 3.1.1"
git checkout master
git push
git checkout develop
git flow release finish 3.1.2
edit build.gradle and set version number to 3.1.2-SNAPSHOT, afterwards:
git commit -am "start 3.1.2-SNAPSHOT"
git push
git push
origin develop master
in gitlab-ci go to https://gitlab.gwdg.de/dariah-de/textgridrep-portal/-/releases, click on "New Release"
...
...
build.gradle
View file @
b444da2a
...
...
@@ -9,7 +9,7 @@ apply plugin: 'jacoco'
apply
plugin:
'war'
group
=
'info.textgrid.rep'
version
=
'3.1.
2
'
version
=
'3.1.
3-SNAPSHOT
'
sourceCompatibility
=
'1.8'
repositories
{
...
...
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