Skip to content

Commit

Permalink
update readme, tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fastily committed Apr 6, 2022
1 parent 4b3d871 commit 1904b27
Show file tree
Hide file tree
Showing 2 changed files with 368 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jwiki
[![Build Status](https://github.com/fastily/jwiki/workflows/build/badge.svg)](#)
[![javadoc](https://javadoc.io/badge2/org.fastily/jwiki/javadoc.svg)](https://javadoc.io/doc/org.fastily/jwiki)
[![javadoc](https://javadoc.io/badge2/io.github.fastily/jwiki/javadoc.svg)](https://javadoc.io/doc/io.github.fastily/jwiki)
[![JDK-11+](https://upload.wikimedia.org/wikipedia/commons/e/ef/Blue_JDK_11%2B_Shield_Badge.svg)](https://adoptium.net)
[![MediaWiki 1.31+](https://upload.wikimedia.org/wikipedia/commons/b/b2/Blue_MediaWiki_1.31%2B_Shield_Badge.svg)](https://www.mediawiki.org/wiki/MediaWiki)
[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
Expand All @@ -17,18 +17,18 @@ Not convinced? Try out the [examples](https://github.com/fastily/jwiki/wiki/Exa
#### Maven
```xml
<dependency>
<groupId>org.fastily</groupId>
<groupId>io.github.fastily</groupId>
<artifactId>jwiki</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</dependency>
```

#### Gradle
```groovy
implementation 'org.fastily:jwiki:1.9.0'
implementation 'io.github.fastily:jwiki:1.10.0'
```

⚠️ COORDINATES HAVE CHANGED (since 1.7.0): jwiki's new group id is `org.fastily`
⚠️ COORDINATES HAVE CHANGED (since 1.10.0): jwiki's new group id is `io.github.fastily`

## Build
Build and publish (install) jwiki on your computer with
Expand All @@ -38,7 +38,7 @@ Build and publish (install) jwiki on your computer with

## Resources
* [Examples](https://github.com/fastily/jwiki/wiki/Examples)
* [Javadocs](https://www.javadoc.io/doc/org.fastily/jwiki)
* [Javadocs](https://www.javadoc.io/doc/io.github.fastily/jwiki)

Please create a new [issue](https://github.com/fastily/jwiki/issues) for bug reports and/or feature requests.

Expand Down
Loading

0 comments on commit 1904b27

Please sign in to comment.