Skip to content

Commit

Permalink
Point README badges and Travis build to the new home of the project: …
Browse files Browse the repository at this point in the history
…`fieldpapers/josm-fieldpapers`
  • Loading branch information
floscher committed Nov 13, 2017
1 parent ab111d0 commit ad1bab3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> from a plugin written by
Frederik Ramm <[email protected]>, based on SlippyMap plugin work
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}
Expand Down

0 comments on commit ad1bab3

Please sign in to comment.