Skip to content

Commit fde4152

Browse files
Bump org.codehaus.mojo:mojo-parent from 80 to 82 (#47)
- [Release notes](https://github.com/mojohaus/mojo-parent/releases) - [Commits](https://github.com/mojohaus/mojo-parent/commits) --- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Lachiewicz <[email protected]>
1 parent 510eb30 commit fde4152

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Native2ascii Maven Plugin
22

3-
[![License: MIT](https://img.shields.io/github/license/mojohaus/native2ascii-maven-plugin)](
4-
https://opensource.org/licenses/MIT)
5-
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/native2ascii-maven-plugin.svg?label=Maven%20Central)](
6-
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.codehaus.mojo%22%20AND%20a%3A%22native2ascii-maven-plugin%22)
7-
[![JDK Compatibility](https://github.com/mojohaus/native2ascii-maven-plugin/actions/workflows/linux-jdks-with-current-maven-ci.yml/badge.svg)](
8-
https://github.com/mojohaus/native2ascii-maven-plugin/actions/workflows/linux-jdks-with-current-maven-ci.yml)
9-
[![CodeQL Analysis](https://github.com/mojohaus/native2ascii-maven-plugin/actions/workflows/codeql-analysis.yml/badge.svg)](
10-
https://github.com/mojohaus/native2ascii-maven-plugin/actions/workflows/codeql-analysis.yml)
3+
[![License: MIT](https://img.shields.io/github/license/mojohaus/native2ascii-maven-plugin)](https://opensource.org/licenses/MIT)
4+
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/native2ascii-maven-plugin.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.codehaus.mojo%22%20AND%20a%3A%22native2ascii-maven-plugin%22)
5+
[![JDK Compatibility](https://github.com/mojohaus/native2ascii-maven-plugin/actions/workflows/linux-jdks-with-current-maven-ci.yml/badge.svg)](https://github.com/mojohaus/native2ascii-maven-plugin/actions/workflows/linux-jdks-with-current-maven-ci.yml)
6+
[![CodeQL Analysis](https://github.com/mojohaus/native2ascii-maven-plugin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/mojohaus/native2ascii-maven-plugin/actions/workflows/codeql-analysis.yml)
117

128
Converts files with characters in any supported character encoding to one with ASCII and/or Unicode escapes.
139

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.mojo</groupId>
77
<artifactId>mojo-parent</artifactId>
8-
<version>80</version>
8+
<version>82</version>
99
</parent>
1010

1111
<artifactId>native2ascii-maven-plugin</artifactId>

0 commit comments

Comments
 (0)