Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
W1nt0r committed Dec 14, 2018
2 parents 802ef5c + 442ac6a commit a9c2bd4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 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-lib/1.2/$1",
"uploadPattern": "/ch/hsr/adv/adv-lib/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 @@ -211,6 +211,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
2 changes: 1 addition & 1 deletion lib-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ dependencies {
compile "ch.qos.logback:logback-classic:1+"

// common dependencies
compile 'ch.hsr.adv:adv-commons:1.2'
compile 'ch.hsr.adv:adv-commons:2.0'
}

0 comments on commit a9c2bd4

Please sign in to comment.