Skip to content

Commit 1a21812

Browse files
committed
change to jetbrains annotations 18.0
1 parent d026dd8 commit 1a21812

217 files changed

Lines changed: 99286 additions & 91 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/artifacts/flexmark_parent_jar.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/org_jetbrains_annotations.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/org_jetbrains_annotations_15_0.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ than ideal and for pathological input either hangs or practically hangs during p
2020

2121
### master [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=master)](https://travis-ci.org/vsch/flexmark-java)
2222

23-
### latest [![Maven Central status](https://img.shields.io/maven-central/v/com.vladsch.flexmark/flexmark.svg)](https://search.maven.org/search?q=g:com.vladsch.flexmark)<!-- @IGNORE PREVIOUS: link --> [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=0.50.42)](https://travis-ci.org/vsch/flexmark-java) [![Javadocs](https://www.javadoc.io/badge/com.vladsch.flexmark/flexmark.svg)](https://www.javadoc.io/doc/com.vladsch.flexmark/flexmark)
23+
### latest [![Maven Central status](https://img.shields.io/maven-central/v/com.vladsch.flexmark/flexmark.svg)](https://search.maven.org/search?q=g:com.vladsch.flexmark)<!-- @IGNORE PREVIOUS: link --> [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=0.50.44)](https://travis-ci.org/vsch/flexmark-java) [![Javadocs](https://www.javadoc.io/badge/com.vladsch.flexmark/flexmark.svg)](https://www.javadoc.io/doc/com.vladsch.flexmark/flexmark)
2424

2525
<!-- [![codecov](https://codecov.io/gh/vsch/flexmark-java/branch/master/graph/badge.svg)](https://codecov.io/gh/vsch/flexmark-java) -->
2626
[![GitQ](https://gitq.com/badge.svg)](https://gitq.com/vsch/flexmark-java)
@@ -35,7 +35,7 @@ drill down to packages and classes, updated from the repository sources. :thumbs
3535
* Java 8 or above, Java 9+ compatible
3636
* Android compatibility to be added
3737
* The project is on Maven: `com.vladsch.flexmark`
38-
* The core has no dependencies other than `org.jetbrains:annotations:15.0`. For extensions, see
38+
* The core has no dependencies other than `org.jetbrains:annotations:18.0`. For extensions, see
3939
extension description below.
4040

4141
The API is still evolving to accommodate new extensions and functionality.
@@ -49,7 +49,7 @@ following sample:
4949
<dependency>
5050
<groupId>com.vladsch.flexmark</groupId>
5151
<artifactId>flexmark-all</artifactId>
52-
<version>0.50.42</version>
52+
<version>0.50.44</version>
5353
</dependency>
5454
```
5555

@@ -88,7 +88,7 @@ public class BasicSample {
8888
#### Building via Gradle
8989

9090
```shell
91-
compile 'com.vladsch.flexmark:flexmark-all:0.50.42'
91+
compile 'com.vladsch.flexmark:flexmark-all:0.50.44'
9292
```
9393

9494
#### Building with Android Studio

Users/vlad/src/projects/flexmark-java/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec/AllTests.xml

Lines changed: 12984 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)