Skip to content

Commit

Permalink
update to JOSM 12128
Browse files Browse the repository at this point in the history
  • Loading branch information
don-vip authored and floscher committed May 23, 2017
1 parent 0034a9a commit c018e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
* Please check for numeric versions, if that specific version is available for download from https://josm.openstreetmap.de/download/ .
* If not, choose the next higher number that is available, or the gradle build will break.
*/
implementation(':josm:12039')
implementation(':josm:12128')
// For plugins it's irrelevant, which version is specified, always the latest version is used.
requiredPlugin (name: 'apache-commons'){changing=true}
requiredPlugin (name: 'apache-http'){changing=true}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin.class=org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin
plugin.description=Allows the user to work with pictures hosted at mapillary.com
plugin.icon=images/mapillary-logo.svg
plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
plugin.main.version=10824
plugin.main.version=12128
plugin.requires=apache-commons;apache-http
#plugin.early=...
#plugin.stage=...
Expand Down

0 comments on commit c018e22

Please sign in to comment.