Skip to content

Commit

Permalink
move to next release version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jul 31, 2020
1 parent e0adf9a commit 7939e73
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 30 deletions.
115 changes: 91 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,66 +3,81 @@
<!-- Changelog for bsorrentino maven-annotation-plugin. -->

## Next release
### [#81](https://github.com/bsorrentino/maven-annotation-plugin/issues/81) Compilation errors ignored during processing *under investigation*
### Generic changes

**issue #81 add compilation result**
**update readme**


[85ba56d3b87e40a](https://github.com/bsorrentino/maven-annotation-plugin/commit/85ba56d3b87e40a) bartolomeo sorrentino *2020-07-17 13:19:03*
[18df0d926c9a3f1](https://github.com/bsorrentino/maven-annotation-plugin/commit/18df0d926c9a3f1) bartolomeo sorrentino *2020-07-23 08:21:15*

**update for JAVA9 compliance**

## v4.0-rc1
### Generic changes

[0fe1087cd76a421](https://github.com/bsorrentino/maven-annotation-plugin/commit/0fe1087cd76a421) bartolomeo sorrentino *2020-07-22 09:19:50*

**add test module**


[3db821f8c8e7225](https://github.com/bsorrentino/maven-annotation-plugin/commit/3db821f8c8e7225) bartolomeo sorrentino *2020-07-22 08:45:24*

**move to next developer version**


[a813a22cee3f82e](https://github.com/bsorrentino/maven-annotation-plugin/commit/a813a22cee3f82e) bartolomeo sorrentino *2020-07-20 08:01:04*

**update readme**


[2262a4d28954925](https://github.com/bsorrentino/maven-annotation-plugin/commit/2262a4d28954925) bsorrentino *2020-04-17 16:16:12*
[4c80b26d89676ba](https://github.com/bsorrentino/maven-annotation-plugin/commit/4c80b26d89676ba) bartolomeo sorrentino *2020-07-20 07:57:39*

**update chagelog**

### [#82](https://github.com/bsorrentino/maven-annotation-plugin/issues/82) New v4.0 does not support Java 8 *bug* *under investigation*

[d444f63f9c4bed9](https://github.com/bsorrentino/maven-annotation-plugin/commit/d444f63f9c4bed9) bartolomeo sorrentino *2020-04-17 15:40:13*
**issue #82 - fix 'UnsupportedOperationException' on isSupportedOption invocation**

**move to next release version**

[e0adf9a03b61347](https://github.com/bsorrentino/maven-annotation-plugin/commit/e0adf9a03b61347) bartolomeo sorrentino *2020-07-28 13:09:24*

[4146d73e88ea389](https://github.com/bsorrentino/maven-annotation-plugin/commit/4146d73e88ea389) bartolomeo sorrentino *2020-04-17 15:37:40*
**issue #82 - JDK8 compatibility**

**remove default source and target compiler option**

[8117a6bb12cb71a](https://github.com/bsorrentino/maven-annotation-plugin/commit/8117a6bb12cb71a) bartolomeo sorrentino *2020-07-22 08:43:30*

[5ef8f3b48474e13](https://github.com/bsorrentino/maven-annotation-plugin/commit/5ef8f3b48474e13) bartolomeo sorrentino *2020-04-16 23:55:38*

**add maven enforcer**
## v4.0
### Generic changes

**update version**

[8efac77492e7274](https://github.com/bsorrentino/maven-annotation-plugin/commit/8efac77492e7274) bartolomeo sorrentino *2020-04-16 22:24:57*

**update readme**
[229f2f4298ce034](https://github.com/bsorrentino/maven-annotation-plugin/commit/229f2f4298ce034) bsorrentino *2020-07-18 21:18:25*

**set release version**

[807678003bfcd70](https://github.com/bsorrentino/maven-annotation-plugin/commit/807678003bfcd70) bartolomeo sorrentino *2020-04-16 18:39:07*
* update docs
* update changelog

**update changelog template**
[dd12853b3452707](https://github.com/bsorrentino/maven-annotation-plugin/commit/dd12853b3452707) bsorrentino *2020-07-18 21:10:38*

**move to developer version**

[8ae0d2f095d87b0](https://github.com/bsorrentino/maven-annotation-plugin/commit/8ae0d2f095d87b0) bartolomeo sorrentino *2020-03-20 09:22:18*

**update changelog**
[9ad2634520c0855](https://github.com/bsorrentino/maven-annotation-plugin/commit/9ad2634520c0855) bartolomeo sorrentino *2020-07-17 16:47:17*

**Create FUNDING.yml**

[7e2cd9fb361848e](https://github.com/bsorrentino/maven-annotation-plugin/commit/7e2cd9fb361848e) bartolomeo sorrentino *2020-03-20 09:22:00*

**add utils javadoc to the site**
[d0566025a1d36c9](https://github.com/bsorrentino/maven-annotation-plugin/commit/d0566025a1d36c9) bsorrentino *2020-05-27 09:17:44*

**remove default source and target compiler option**

[2dda14ced574f7a](https://github.com/bsorrentino/maven-annotation-plugin/commit/2dda14ced574f7a) bartolomeo sorrentino *2020-03-02 21:50:12*

**update readme**
[5ef8f3b48474e13](https://github.com/bsorrentino/maven-annotation-plugin/commit/5ef8f3b48474e13) bartolomeo sorrentino *2020-04-16 23:55:38*

**add maven enforcer**

[bcfd9b3ecc46e6a](https://github.com/bsorrentino/maven-annotation-plugin/commit/bcfd9b3ecc46e6a) bsorrentino *2020-03-02 20:03:36*

[8efac77492e7274](https://github.com/bsorrentino/maven-annotation-plugin/commit/8efac77492e7274) bartolomeo sorrentino *2020-04-16 22:24:57*

**move to next developer version**

Expand All @@ -85,6 +100,58 @@
[8d6d9c34e0c5722](https://github.com/bsorrentino/maven-annotation-plugin/commit/8d6d9c34e0c5722) bartolomeo sorrentino *2020-04-16 23:37:10*


### [#81](https://github.com/bsorrentino/maven-annotation-plugin/issues/81) Compilation errors ignored during processing *under investigation*

**issue #81 add compilation result**


[85ba56d3b87e40a](https://github.com/bsorrentino/maven-annotation-plugin/commit/85ba56d3b87e40a) bartolomeo sorrentino *2020-07-17 13:19:03*


## v4.0-rc1
### Generic changes

**update readme**


[2262a4d28954925](https://github.com/bsorrentino/maven-annotation-plugin/commit/2262a4d28954925) bsorrentino *2020-04-17 16:16:12*

**update chagelog**


[d444f63f9c4bed9](https://github.com/bsorrentino/maven-annotation-plugin/commit/d444f63f9c4bed9) bartolomeo sorrentino *2020-04-17 15:40:13*

**move to next release version**


[4146d73e88ea389](https://github.com/bsorrentino/maven-annotation-plugin/commit/4146d73e88ea389) bartolomeo sorrentino *2020-04-17 15:37:40*

**update readme**


[807678003bfcd70](https://github.com/bsorrentino/maven-annotation-plugin/commit/807678003bfcd70) bartolomeo sorrentino *2020-04-16 18:39:07*

**update changelog template**


[8ae0d2f095d87b0](https://github.com/bsorrentino/maven-annotation-plugin/commit/8ae0d2f095d87b0) bartolomeo sorrentino *2020-03-20 09:22:18*

**update changelog**


[7e2cd9fb361848e](https://github.com/bsorrentino/maven-annotation-plugin/commit/7e2cd9fb361848e) bartolomeo sorrentino *2020-03-20 09:22:00*

**add utils javadoc to the site**


[2dda14ced574f7a](https://github.com/bsorrentino/maven-annotation-plugin/commit/2dda14ced574f7a) bartolomeo sorrentino *2020-03-02 21:50:12*

**update readme**


[bcfd9b3ecc46e6a](https://github.com/bsorrentino/maven-annotation-plugin/commit/bcfd9b3ecc46e6a) bsorrentino *2020-03-02 20:03:36*


## v4.0-beta1
### Generic changes

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## A maven plugin to process compile time annotation for jdk6 and above.
## A maven plugin to process compile time annotation for jdk8 and above.

<a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22maven-processor-plugin%22"><img src="https://img.shields.io/maven-central/v/org.bsc.maven/maven-processor-plugin.svg">
</a>&nbsp;<img src="https://img.shields.io/github/forks/bsorrentino/maven-annotation-plugin.svg">&nbsp;
Expand All @@ -8,7 +8,7 @@

This plugin helps to use from maven the new annotation processing integrated in java compiler provided from JDK8

This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/
This plugin was born as the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/

## Documentation

Expand All @@ -30,6 +30,8 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.

Date | Version | Info
--- | --- | ---
**Jul 30, 2020** | [Release 4.1](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v4.1) | Release based on JDK9 and above
**Jul 30, 2020** | [Release 4.1-jdk8](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v4.1-jdk8) | Maintenance release compatible with JDK8
**Jul 21, 2020** | [Release 4.0-jdk8](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v4.0-jdk8) | Maintenance release compatible with JDK8
**Jul 18, 2020** | [Release 4.0](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v4.0) | Release based on JDK9 and above
**Apr 17, 2020** | [Release 4.0-rc1](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v4.0-rc1) |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-parent</artifactId>
<packaging>pom</packaging>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<name>MAVEN PROCESSOR PLUGIN PARENT</name>
<description>A maven plugin to process annotation for jdk6 at compile time

Expand Down
2 changes: 1 addition & 1 deletion processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<parent>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<properties>
Expand Down

0 comments on commit 7939e73

Please sign in to comment.