diff --git a/README.md b/README.md index 4e923b6..47580ef 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Gluon Client plugin for Maven +# GluonFX plugin for Maven -The Gluon Client plugin for maven projects leverages GraalVM, OpenJDK and JavaFX 11+, +GluonFX plugin for maven leverages GraalVM, OpenJDK and JavaFX 11+, by compiling into native code the Java Client application and all its required dependencies, so it can directly be executed as a native application on the target platform. [![Maven Central](https://img.shields.io/maven-central/v/com.gluonhq/client-maven-plugin)](https://search.maven.org/search?q=g:com.gluonhq%20AND%20a:client-maven-plugin) -[![Travis CI](https://api.travis-ci.org/gluonhq/client-maven-plugin.svg?branch=master)](https://travis-ci.org/gluonhq/client-maven-plugin) +[![Github Actions](https://github.com/gluonhq/client-maven-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/gluonhq/client-maven-plugin/actions/workflows/build.yml) [![BSD-3 license](https://img.shields.io/badge/license-BSD--3-%230778B9.svg)](https://opensource.org/licenses/BSD-3-Clause) ## Requirements @@ -22,7 +22,7 @@ Check the [documentation](https://docs.gluonhq.com/) for more details about the ## Issues and Contributions ## -Issues can be reported to the [Issue tracker](https://github.com/gluonhq/client-maven-plugin/issues) +Issues can be reported to the [Issue tracker](https://github.com/gluonhq/gluonfx-maven-plugin/issues) -Contributions can be submitted via [Pull requests](https://github.com/gluonhq/client-maven-plugin/pulls), -providing you have signed the [Gluon Individual Contributor License Agreement (CLA)](https://docs.google.com/forms/d/16aoFTmzs8lZTfiyrEm8YgMqMYaGQl0J8wA0VJE2LCCY). +Contributions can be submitted via [Pull requests](https://github.com/gluonhq/gluonfx-maven-plugin/pulls), +providing you have signed the [Gluon Individual Contributor License Agreement (CLA)](https://cla.gluonhq.com). diff --git a/pom.xml b/pom.xml index 62ebad7..ae4cc4d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@