Skip to content

Commit

Permalink
Fix issue #1: set Java minimal version to JDK 11
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Villard <[email protected]>
  • Loading branch information
eviweb committed Sep 29, 2020
1 parent 248c1d5 commit ffeaf94
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## 0.2.2 - 2020-09-29

### Fixed

- Fix issue #1: set Java minimal version to JDK 11

## 0.2.1 - 2020-09-29

### Fixed
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ NetBeans Case Converter

This module provides easy to use string case converters.

_NetBeans version 11.0+_

Status
------

[![GitHub license][license-badge]][license-link]
[![GitHub release][release-badge]][release-latest]

Compatibility
-------------

* NetBeans version 11.0+
* Java version 11.0+

Installation
------------

Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>fr.evidev.netbeans.modules</groupId>
<name>NetBeans Case Converter</name>
<artifactId>netbeans-case-converter</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<packaging>nbm</packaging>
<url>https://github.com/eviweb/netbeans-case-converter</url>
<description>
Expand Down Expand Up @@ -99,8 +99,7 @@ Please note that if no text is selected, the menu is disabled.
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>11</release>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ffeaf94

Please sign in to comment.