Skip to content

Commit

Permalink
JOSM SVN: Update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmock committed Sep 21, 2020
1 parent 92cf767 commit a18f00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/kotlin/config/JosmPluginExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ open class JosmPluginExtension(val project: Project) {
* 1. Nexus repo for JOSM releases: [https://josm.openstreetmap.de/nexus/content/repositories/releases/](https://josm.openstreetmap.de/nexus/content/repositories/releases/) (as [MavenArtifactRepository])
* 2. Download page for JOSM releases and snapshots: [https://josm.openstreetmap.de/download/](https://josm.openstreetmap.de/download/) (as custom [IvyArtifactRepository], the `Archiv` subdirectory is also included)
* 3. Nexus repo for JOSM snapshots: [https://josm.openstreetmap.de/nexus/content/repositories/snapshots/](https://josm.openstreetmap.de/nexus/content/repositories/snapshots/) (as [MavenArtifactRepository])
* 4. Directory in SVN repo where JOSM plugins are published: [https://svn.openstreetmap.org/applications/editors/josm/dist/](https://svn.openstreetmap.org/applications/editors/josm/dist/) (as custom [IvyArtifactRepository])
* 4. Directory in SVN repo where JOSM plugins are published: [https://josm.openstreetmap.de/export/latest/osm/applications/editors/josm/dist](https://josm.openstreetmap.de/export/latest/osm/applications/editors/josm/dist) (as custom [IvyArtifactRepository])
* 5. GitLab Maven repository containing some plugins that are neither in SVN nor in the Nexus repository: [https://gitlab.com/api/v4/groups/JOSM/-/packages/maven](https://gitlab.com/api/v4/groups/JOSM/-/packages/maven) (as [MavenArtifactRepository])
*
* @see RepositoryHandler
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/util/Urls.kt
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ object Urls {
/**
* The directory in the JOSM SVN where the latest releases of JOSM plugins are stored
*/
val JOSM_PLUGIN_DIST = URL("https://svn.openstreetmap.org/applications/editors/josm/dist")
val JOSM_PLUGIN_DIST = URL("https://josm.openstreetmap.de/export/latest/osm/applications/editors/josm/dist")
}

0 comments on commit a18f00b

Please sign in to comment.