Skip to content

Commit

Permalink
added release version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
W1nt0r committed Dec 14, 2018
1 parent 530ef63 commit 6acfaaa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
]
},
"version": {
"name": "1.2",
"released": "2018-12-07",
"name": "2.0",
"released": "2018-12-14",
"gpgSign": false
},
"files": [
{
"includePattern": "build/libs/(.*)",
"uploadPattern": "/ch/hsr/adv/adv-commons/1.2/$1",
"uploadPattern": "/ch/hsr/adv/adv-commons/2.0/$1",
"matrixParams": {
"override": 1
}
Expand Down
12 changes: 11 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'ch.hsr.adv'
version = '1.2'
version = '2.0'

/****************************************
* instructions for all projects
Expand Down Expand Up @@ -200,6 +200,16 @@ def pomConfig = {
name 'Muriele Trentini'
email '[email protected]'
}
developer {
id 'jwinter'
name 'Jan Winter'
email '[email protected]'
}
developer {
id 'f2meier'
name 'Fabian Meier'
email '[email protected]'
}
}

scm {
Expand Down

0 comments on commit 6acfaaa

Please sign in to comment.