From ad1bab33edb81488a7d18560e8cfa6bdc682189e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=A4fer?= Date: Mon, 13 Nov 2017 19:44:10 +0100 Subject: [PATCH] Point README badges and Travis build to the new home of the project: `fieldpapers/josm-fieldpapers` --- .travis.yml | 10 +--------- README.md | 6 +++--- build.gradle | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 17e1806..1b88e57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,22 +8,14 @@ deploy: - provider: releases api-key: secure: GUDz8pgKvi5M6m4oCMJoKqKT3GjU42PYTF97ASRaPjxVTXH0kETdmV0zADZuzITo5X5uALozP3pRjrtnnDFMmyyo+KIhhNplKr7T5aLJQMwI+bLT+ioseRlxqxAHPILf9qZKKbJKEsKAOEQ8N8fDxI5oyivXICT15LLjrCVS6Z8= - file: build/dist/fieldpapers.jar - on: - tags: true - jdk: openjdk8 - repo: iandees/josm-fieldpapers - - provider: releases skip_cleanup: true - api-key: "$GH_TOKEN" file: - build/dist/fieldpapers.jar - build/tmp/jar/MANIFEST.MF on: tags: true jdk: openjdk8 - repo: floscher/josm-fieldpapers - condition: $DEPLOY_GITHUB_RELEASES = true + repo: fieldpapers/josm-fieldpapers matrix: fast_finish: true diff --git a/README.md b/README.md index 2511370..4d14dcf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ A plugin for displaying tiled, scanned maps from fieldpapers.org. -[![Travis CI build status](https://img.shields.io/travis/floscher/josm-fieldpapers/master.svg?style=flat-square)](https://travis-ci.org/floscher/josm-fieldpapers) -[![latest release](https://img.shields.io/github/release/floscher/josm-fieldpapers.svg?style=flat-square)](https://github.com/floscher/josm-fieldpapers/releases/latest) -![download count of latest release](https://img.shields.io/github/downloads/floscher/josm-fieldpapers/latest/total.svg?style=flat-square) +[![Travis CI build status](https://img.shields.io/travis/fieldpapers/josm-fieldpapers/master.svg?style=flat-square)](https://travis-ci.org/fieldpapers/josm-fieldpapers) +[![latest release](https://img.shields.io/github/release/fieldpapers/josm-fieldpapers.svg?style=flat-square)](https://github.com/fieldpapers/josm-fieldpapers/releases/latest) +![download count of latest release](https://img.shields.io/github/downloads/fieldpapers/josm-fieldpapers/latest/fieldpapers.jar.svg?style=flat-square) Adapted by Ian Dees from a plugin written by Frederik Ramm , based on SlippyMap plugin work diff --git a/build.gradle b/build.gradle index 8a42dd4..97fadec 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "org.openstreetmap.josm.gradle.plugin" version "0.1.9" + id "org.openstreetmap.josm.gradle.plugin" version "0.1.10" id 'eclipse' id 'idea' }