Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Add maven links, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Jun 5, 2022
1 parent 82c7b46 commit 8d9d943
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# commonmark-java

![Maven Central](https://img.shields.io/maven-central/v/org.aya-prover/commonmark)
[![Maven Central](https://img.shields.io/maven-central/v/org.aya-prover/commonmark)][maven]

This is a fork of [commonmark-java] with jpms support
(see [this](https://github.com/commonmark/commonmark-java/issues/125#issuecomment-985213623) comment).
The original project is not going to support jpms natively and the other fork is on bintray which is closed,
so I'm creating this new fork and publishing it to maven central.

[commonmark-java]: https://github.com/commonmark/commonmark-java
[maven]: https://repo1.maven.org/maven2/org/aya-prover/commonmark

```xml
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

allprojects {
group = "org.aya-prover"
version = "0.18.1"
version = "0.19.0"
}

@Suppress("unsupported")
Expand Down
3 changes: 3 additions & 0 deletions commonmark-ext-yaml-front-matter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Copyright (c) 2020-2021 Yinsen (Tesla) Zhang.
// Use of this source code is governed by the MIT license that can be found in the LICENSE file.
dependencies { api(project(":commonmark")) }

0 comments on commit 8d9d943

Please sign in to comment.