diff --git a/README.adoc b/README.md similarity index 56% rename from README.adoc rename to README.md index 27708ae..9af549d 100644 --- a/README.adoc +++ b/README.md @@ -1,12 +1,5 @@ # xbib Jacc -image:https://api.travis-ci.org/xbib/jacc.svg[title="Build status", link="https://travis-ci.org/xbib/jacc/"] -image:https://img.shields.io/sonar/http/nemo.sonarqube.com/org.xbib%3Ajacc/coverage.svg?style=flat-square[title="Coverage", link="https://sonarqube.com/dashboard/index?id=org.xbib%3Ajacc"] -image:https://maven-badges.herokuapp.com/maven-central/org.xbib/jacc/badge.svg[title="Maven Central", link="http://search.maven.org/#search%7Cga%7C1%7Cxbib%20jacc"] -image:https://img.shields.io/badge/License-BSD%203--Clause-blue.svg[title="BSD 3-clause License", link="https://opensource.org/licenses/BSD-3-Clause"] -image:https://img.shields.io/twitter/url/https/twitter.com/xbib.svg?style=social&label=Follow%20%40xbib[title="Twitter", link="https://twitter.com/xbib"] -image:https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif[title="PayPal", link="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GVHFQYZ9WZ8HG"] - This is xbib Jacc, a derived work of Mark P. Jones' jacc project at http://web.cecs.pdx.edu/~mpj/jacc/ jacc is a parser generator for Java that is closely modeled on Johnson’s classic yacc parser generator for C. @@ -29,7 +22,7 @@ xbib Jacc has the following extra features and modifications: - build system is Gradle -- Java 8, compiles under JRE profile `compact1` +- Java 8+ (compiles under JRE profile `compact1`) - removed HTML output @@ -39,4 +32,4 @@ xbib Jacc has the following extra features and modifications: - junit tests -There is a Gradle plugin for jacc available at https://github.com/jprante/gradle-plugin-jacc \ No newline at end of file +There is a Gradle plugin for jacc available at https://xbib.org/joerg/gradle-plugins/gradle-plugin-jacc \ No newline at end of file diff --git a/gradle/publish/forgejo.gradle b/gradle/publish/forgejo.gradle index 18d18c2..b99b2fb 100644 --- a/gradle/publish/forgejo.gradle +++ b/gradle/publish/forgejo.gradle @@ -2,7 +2,7 @@ if (project.hasProperty('forgeJoToken')) { publishing { repositories { maven { - url 'https://xbib.org/api/packages/xbib/maven' + url 'https://xbib.org/api/packages/joerg/maven' credentials(HttpHeaderCredentials) { name = "Authorization" value = "token ${project.property('forgeJoToken')}"