From d0566025a1d36c9410de7807aee66ec62734da0f Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Wed, 27 May 2020 11:17:44 +0200 Subject: [PATCH 1/4] Create FUNDING.yml --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..f8a7c7f --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZVQ6MYKSSTHY6" From 9ad2634520c085509fdd1d6cadd2c6ba77435784 Mon Sep 17 00:00:00 2001 From: bartolomeo sorrentino Date: Fri, 17 Jul 2020 18:47:17 +0200 Subject: [PATCH 2/4] move to developer version --- pom.xml | 2 +- processor/pom.xml | 2 +- utils/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index dcef6f5..1bb5c2c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.bsc.maven maven-processor-plugin-parent pom - 4.0-rc1 + 4.0-SNAPSHOT MAVEN PROCESSOR PLUGIN PARENT A maven plugin to process annotation for jdk6 at compile time diff --git a/processor/pom.xml b/processor/pom.xml index 360965e..b43e573 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -13,7 +13,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. org.bsc.maven maven-processor-plugin-parent - 4.0-rc1 + 4.0-SNAPSHOT diff --git a/utils/pom.xml b/utils/pom.xml index adfdacd..7a5d645 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -31,7 +31,7 @@ org.bsc.maven maven-processor-plugin-parent - 4.0-rc1 + 4.0-SNAPSHOT From dd12853b34527074f0054af97374a8e1132cdbce Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Sat, 18 Jul 2020 23:10:38 +0200 Subject: [PATCH 3/4] set release version update docs update changelog --- CHANGELOG.md | 21 ++++++++++++++++++++- README.md | 10 ++-------- pom.xml | 2 +- processor/pom.xml | 2 +- utils/pom.xml | 2 +- 5 files changed, 25 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a09f977..5dfb452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,27 @@ ## Next release +### [#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** @@ -51,7 +70,7 @@ [785c31b31785d2f](https://github.com/bsorrentino/maven-annotation-plugin/commit/785c31b31785d2f) bsorrentino *2020-03-02 19:59:10* -### [#80](https://github.com/bsorrentino/maven-annotation-plugin/issues/80) How to exclude module-info.java file? *work in progress* +### [#80](https://github.com/bsorrentino/maven-annotation-plugin/issues/80) How to exclude module-info.java file? **issue #80** diff --git a/README.md b/README.md index ee8518e..db96c39 100644 --- a/README.md +++ b/README.md @@ -25,21 +25,15 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. * [ANNOTATION PROCESSING 101](http://hannesdorfmann.com/annotation-processing/annotationprocessing101) - -## Snapshot - - Date | Info ---- | --- -Currently | **[Release 4.0-SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/bsc/maven/maven-processor-plugin/4.0-SNAPSHOT/)** | available from **[MAVEN CENTRAL REPO]** | - ## Releases Date | Info --- | --- + +**Jul 18, 2020** | [Release 4.0](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v4.0) **Apr 17, 2020** | [Release 4.0-rc1](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v4.0-rc1) **Mar 02, 2020** | [Release 4.0-beta1](https://github.com/bsorrentino/maven-annotation-plugin/releases/tag/v4.0-beta1) - ## History diff --git a/pom.xml b/pom.xml index dcef6f5..7f373bd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.bsc.maven maven-processor-plugin-parent pom - 4.0-rc1 + 4.0 MAVEN PROCESSOR PLUGIN PARENT A maven plugin to process annotation for jdk6 at compile time diff --git a/processor/pom.xml b/processor/pom.xml index 360965e..39a7b82 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -13,7 +13,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. org.bsc.maven maven-processor-plugin-parent - 4.0-rc1 + 4.0 diff --git a/utils/pom.xml b/utils/pom.xml index adfdacd..1ee5c15 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -31,7 +31,7 @@ org.bsc.maven maven-processor-plugin-parent - 4.0-rc1 + 4.0 From 229f2f4298ce034b4a8b6eec1e10339e677e8d54 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Sat, 18 Jul 2020 23:18:25 +0200 Subject: [PATCH 4/4] update version --- pom.xml | 4 ---- processor/pom.xml | 4 ---- utils/pom.xml | 4 ---- 3 files changed, 12 deletions(-) diff --git a/pom.xml b/pom.xml index cf52ba2..7f373bd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,11 +3,7 @@ org.bsc.maven maven-processor-plugin-parent pom -<<<<<<< HEAD - 4.0-SNAPSHOT -======= 4.0 ->>>>>>> release/4.0 MAVEN PROCESSOR PLUGIN PARENT A maven plugin to process annotation for jdk6 at compile time diff --git a/processor/pom.xml b/processor/pom.xml index 6e3e0e6..39a7b82 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -13,11 +13,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. org.bsc.maven maven-processor-plugin-parent -<<<<<<< HEAD - 4.0-SNAPSHOT -======= 4.0 ->>>>>>> release/4.0 diff --git a/utils/pom.xml b/utils/pom.xml index e71ac04..1ee5c15 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -31,11 +31,7 @@ org.bsc.maven maven-processor-plugin-parent -<<<<<<< HEAD - 4.0-SNAPSHOT -======= 4.0 ->>>>>>> release/4.0