Skip to content

Commit

Permalink
Update JOSM version to the new release 13860
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed May 27, 2018
1 parent 605ea5e commit 8fefdbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ host = https://www.transifex.com

[josm.josm-plugin_Mapillary]
file_filter = poSrc/<lang>.po
lang_map = ca@valencia: ca-valencia
minimum_perc = 50
source_file = build/i18n/josm-plugin_Mapillary.pot
source_lang = en
type = PO
minimum_perc=50
lang_map = ca@valencia: ca-valencia
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "org.sonarqube" version "2.6.2"
id "org.kordamp.markdown.convert" version "1.1.0"
id 'org.openstreetmap.josm' version "0.4.2"
id 'org.openstreetmap.josm' version "0.4.4"
id "com.github.ben-manes.versions" version "0.17.0"
id 'com.github.spotbugs' version '1.6.1'
id "net.ltgt.errorprone" version "0.0.14"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugin.main.version=13733
# Version of JOSM against which the plugin is compiled
# Please check, if the specified 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.
plugin.compile.version=latest
plugin.compile.version=13860
plugin.requires=apache-commons;apache-http

# Character encoding of Gradle files
Expand Down

0 comments on commit 8fefdbc

Please sign in to comment.