Skip to content

Commit

Permalink
Remove private snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Mar 16, 2019
1 parent 233f801 commit 7aab905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cloudlink-function-mapper-desktop/README.md
Expand Up @@ -11,7 +11,7 @@ Prerequisites

* JDK 11
* `JAVA_HOME` environment variable pointing to JDK 11.
* You need a valid subscription to Gluon CloudLink. You can get it [here](http://gluonhq.com/products/cloudlink/buy/), and there is a 30-day free trial. Sign up and get a valid account on Gluon CloudLink to sign in on [Gluon Dashboard](https://gluon.io).
* You need a valid subscription to Gluon CloudLink. You can get it [here](https://gluonhq.com/products/cloudlink/buy/), and there is a 30-day free trial. Sign up and get a valid account on Gluon CloudLink to sign in on [Gluon Dashboard](https://gluon.io).
* Create the remote functions used by this sample in the Dashboard's API Management view, as explained in the documentation linked below.

Instructions
Expand All @@ -26,4 +26,4 @@ mvn javafx:run
Documentation
-------------

Read how to create this sample step by step [here](http://docs.gluonhq.com/samples/functionmapperdesktop/)
Read how to create this sample step by step [here](https://docs.gluonhq.com/samples/functionmapperdesktop/)
4 changes: 0 additions & 4 deletions cloudlink-function-mapper-desktop/pom.xml
Expand Up @@ -10,10 +10,6 @@
<maven.compiler.target>11</maven.compiler.target>
</properties>
<repositories>
<repository>
<id>gluon-private-snapshot</id>
<url>https://nexus.gluonhq.com/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>Gluon-Public-Snapshot</id>
<url>https://nexus.gluonhq.com/nexus/content/repositories/public-snapshots/</url>
Expand Down

0 comments on commit 7aab905

Please sign in to comment.