Commit f64d6836 authored by Alexander Pakulov's avatar Alexander Pakulov
Browse files

SITE-5766: API: Automate new API jar release process

parent 2a7e4930
Showing with 6 additions and 6 deletions
+6 -6
......@@ -140,11 +140,11 @@
<distributionManagement>
<repository>
<id>gh-pages-release</id>
<url>file:///${basedir}/../../../fitbit4j-pages/release/</url>
<url>file:///${basedir}/../../../../fitbit4j-pages/release/</url>
</repository>
<snapshotRepository>
<id>gh-pages-snapshot</id>
<url>file:///${basedir}/../../../fitbit4j-pages/snapshot/</url>
<url>file:///${basedir}/../../../../fitbit4j-pages/snapshot/</url>
</snapshotRepository>
</distributionManagement>
......
......@@ -77,11 +77,11 @@
<distributionManagement>
<repository>
<id>gh-pages-release</id>
<url>file:///${basedir}/../../../fitbit4j-pages/release/</url>
<url>file:///${basedir}/../../../../fitbit4j-pages/release/</url>
</repository>
<snapshotRepository>
<id>gh-pages-snapshot</id>
<url>file:///${basedir}/../../../fitbit4j-pages/snapshot/</url>
<url>file:///${basedir}/../../../../fitbit4j-pages/snapshot/</url>
</snapshotRepository>
</distributionManagement>
......
......@@ -44,11 +44,11 @@
<distributionManagement>
<repository>
<id>gh-pages-release</id>
<url>file:///${basedir}/../../fitbit4j-pages/release/</url>
<url>file:///${basedir}/../../../fitbit4j-pages/release/</url>
</repository>
<snapshotRepository>
<id>gh-pages-snapshot</id>
<url>file:///${basedir}/../../fitbit4j-pages/snapshot/</url>
<url>file:///${basedir}/../../../fitbit4j-pages/snapshot/</url>
</snapshotRepository>
</distributionManagement>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment