Skip to content

Commit

Permalink
fix Plugin-Url
Browse files Browse the repository at this point in the history
  • Loading branch information
don-vip committed Jun 17, 2018
1 parent a295cb6 commit 9359224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Expand Up @@ -19,9 +19,9 @@

<target name="additional-manifest">
<manifest file="MANIFEST" mode="update">
<attribute name="11609_Plugin-Url" value="https://github.com/JOSM/conflation/releases/download/v0.5.5/conflation.jar" />
<attribute name="12859_Plugin-Url" value="https://github.com/JOSM/conflation/releases/download/v0.5.6/conflation.jar" />
<attribute name="13561_Plugin-Url" value="https://github.com/JOSM/conflation/releases/download/v0.5.7/conflation.jar" />
<attribute name="11609_Plugin-Url" value="v0.5.5;https://github.com/JOSM/conflation/releases/download/v0.5.5/conflation.jar" />
<attribute name="12859_Plugin-Url" value="v0.5.6;https://github.com/JOSM/conflation/releases/download/v0.5.6/conflation.jar" />
<attribute name="13561_Plugin-Url" value="v0.5.7;https://github.com/JOSM/conflation/releases/download/v0.5.7/conflation.jar" />
</manifest>
</target>

Expand Down

0 comments on commit 9359224

Please sign in to comment.