Skip to content

Commit

Permalink
Merge tag 'v4.0-beta1' into develop
Browse files Browse the repository at this point in the history
release 4.0-beta1
  • Loading branch information
bsorrentino committed Mar 2, 2020
2 parents 42d5623 + cb473aa commit fc73cbd
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
## Next release
### Generic changes

**update changelog**


[42d5623ace037c2](https://github.com/bsorrentino/maven-annotation-plugin/commit/42d5623ace037c2) bartolomeo sorrentino *2020-03-02 19:02:33*

**update ignore**


Expand Down Expand Up @@ -66,7 +71,7 @@
[2d639c43eb66e2a](https://github.com/bsorrentino/maven-annotation-plugin/commit/2d639c43eb66e2a) bsorrentino *2018-08-12 13:54:32*


### [#79](https://github.com/bsorrentino/maven-annotation-plugin/issues/79) move to java9 and above *enhancement*
### [#79](https://github.com/bsorrentino/maven-annotation-plugin/issues/79) move to java9 *enhancement*

**#79 add maven shell in docker**

Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,21 @@ 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

Currently | **Release 3.3.3-SNAPSHOT** | available from **[MAVEN CENTRAL REPO](https://oss.sonatype.org/content/repositories/snapshots/org/bsc/maven/maven-processor-plugin/3.3.3-SNAPSHOT/)** |
---- | ---- | ----
Date | Info
--- | ---
**Mar 02, 2020** | [Release 4.0-beta1](https://github.com/bsorrentino/maven-confluence-plugin/releases/tag/v4.0-beta1)


## History

Aug 12,2018 | **Release 3.3.3**. | Available on **[MAVEN CENTRAL REPO](http://search.maven.org/#artifactdetails%7Corg.bsc.maven%7Cmaven-processor-plugin%7C3.3.3%7Cmaven-plugin)** |
----|----|----
Expand Down
3 changes: 1 addition & 2 deletions 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.0-SNAPSHOT</version>
<version>4.0-beta1</version>
<name>MAVEN PROCESSOR PLUGIN PARENT</name>
<description>A maven plugin to process annotation for jdk6 at compile time

Expand Down Expand Up @@ -81,7 +81,6 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<modules>
<module>processor</module>
<module>utils</module>
<module>test</module>
</modules>
<dependencyManagement>
<dependencies>
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.0-SNAPSHOT</version>
<version>4.0-beta1</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 @@ -6,7 +6,7 @@
<artifactId>maven-processor-plugin-test</artifactId>
<packaging>jar</packaging>
<name>MAVEN PROCESSOR PLUGIN TEST</name>
<version>4.0-SNAPSHOT</version>
<version>4.0-beta1</version>
<description></description>

<properties>
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.0-SNAPSHOT</version>
<version>4.0-beta1</version>
</parent>

<properties>
Expand Down

0 comments on commit fc73cbd

Please sign in to comment.