Skip to content

Commit

Permalink
Merge tag 'v5.0' into develop
Browse files Browse the repository at this point in the history
new release
  • Loading branch information
bsorrentino committed Sep 21, 2023
2 parents 07264bb + 4413330 commit a355c3e
Show file tree
Hide file tree
Showing 11 changed files with 874 additions and 231 deletions.
1,083 changes: 863 additions & 220 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion compiler-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>maven-processor-plugin-parent</artifactId>
<groupId>org.bsc.maven</groupId>
<version>5.0-jdk8-SNAPSHOT</version>
<version>5.0</version>
<relativePath>../pom-jdk8.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>maven-processor-plugin-parent</artifactId>
<groupId>org.bsc.maven</groupId>
<version>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom-jdk8.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>5.0-jdk8-SNAPSHOT</version>
<version>5.0</version>
<name>MAVEN PROCESSOR PLUGIN PARENT (JDK8)</name>
<description>A maven plugin to process annotation for jdk6 at compile time

Expand Down
4 changes: 2 additions & 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>5.0-SNAPSHOT</version>
<version>5.0</version>
<name>MAVEN PROCESSOR PLUGIN PARENT</name>
<description>A maven plugin to process annotation for jdk6 at compile time

Expand Down Expand Up @@ -236,7 +236,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<inherited>false</inherited>
<version>1.60</version>
<version>1.99.0</version>
<!-- Minimal config // -->
<configuration>
<settingsFile>changelog.json</settingsFile>
Expand Down
2 changes: 1 addition & 1 deletion processor/pom-jdk8.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>5.0-jdk8-SNAPSHOT</version>
<version>5.0</version>
<relativePath>../pom-jdk8.xml</relativePath>
</parent>

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>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion test/app/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>5.0-SNAPSHOT</version>
<version>5.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test/processors/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>5.0-SNAPSHOT</version>
<version>5.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils/pom-jdk8.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>5.0-jdk8-SNAPSHOT</version>
<version>5.0</version>
<relativePath>../pom-jdk8.xml</relativePath>
</parent>

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>5.0-SNAPSHOT</version>
<version>5.0</version>
</parent>

<properties>
Expand Down

0 comments on commit a355c3e

Please sign in to comment.