Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsch committed Jun 4, 2020
1 parent 60e1bbe commit 4bc9c04
Show file tree
Hide file tree
Showing 60 changed files with 63 additions and 63 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -24,7 +24,7 @@ optimization of implementation classes. Changes are detailed in

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

### 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.62.0)](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)
### 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.62.2)](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)

<!-- [![codecov](https://codecov.io/gh/vsch/flexmark-java/branch/master/graph/badge.svg)](https://codecov.io/gh/vsch/flexmark-java) -->

Expand Down Expand Up @@ -54,7 +54,7 @@ following sample:
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-all</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</dependency>
```

Expand Down Expand Up @@ -93,7 +93,7 @@ public class BasicSample {
#### Building via Gradle

```shell
compile 'com.vladsch.flexmark:flexmark-all:0.62.0'
compile 'com.vladsch.flexmark:flexmark-all:0.62.2'
```

#### Building with Android Studio
Expand Down
2 changes: 1 addition & 1 deletion flexmark-all/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-core-test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-core-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-docx-converter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-docx-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-abbreviation/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-abbreviation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-admonition/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-admonition</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions flexmark-ext-anchorlink/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-anchorlink</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-jira-converter</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-aside/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-aside</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-attributes/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-attributes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-autolink/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-autolink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-definition/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-definition</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-emoji/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-emoji</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-enumerated-reference/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-enumerated-reference</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-escaped-character/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-escaped-character</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-footnotes/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-footnotes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-gfm-issues/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-gfm-issues</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-gfm-strikethrough/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-gfm-strikethrough</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-gfm-tasklist/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-gfm-tasklist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-gfm-users/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-gfm-users</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-gitlab/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-gitlab</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-ins/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-ins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-jekyll-front-matter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-jekyll-front-matter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-jekyll-tag/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-jekyll-tag</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-macros/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-macros</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-media-tags/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-media-tags</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-spec-example/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-spec-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-superscript/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-superscript</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-tables/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-tables</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-toc/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-toc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-typographic/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-typographic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-wikilink/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-wikilink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-xwiki-macros/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-xwiki-macros</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-yaml-front-matter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>flexmark-java</artifactId>
<groupId>com.vladsch.flexmark</groupId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-yaml-front-matter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-youtube-embedded/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>flexmark-java</artifactId>
<groupId>com.vladsch.flexmark</groupId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-zzzzzz/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-ext-zzzzzz</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-html2md-converter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-html2md-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-integration-test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-jira-converter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-jira-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-osgi/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-pdf-converter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-pdf-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-profile-pegdown/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.62.0</version>
<version>0.62.2</version>
</parent>

<artifactId>flexmark-profile-pegdown</artifactId>
Expand Down

0 comments on commit 4bc9c04

Please sign in to comment.