Skip to content

Commit

Permalink
[MJAR-280] Java 8 minimum (#29)
Browse files Browse the repository at this point in the history
* [MJAR-280] Java 8 minimum
* bump version to 3.3.0

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed May 14, 2022
1 parent 3fe2100 commit ee59a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>maven-jar-plugin</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven JAR Plugin</name>
Expand Down Expand Up @@ -81,7 +81,7 @@
<!-- TODO remove with Maven APi upgrade -->
<!-- the same version as in Maven 3.1.0 -->
<sisuVersion>0.0.0.M2a</sisuVersion>
<javaVersion>7</javaVersion>
<javaVersion>8</javaVersion>
<project.build.outputTimestamp>2022-01-08T21:19:21Z</project.build.outputTimestamp>
</properties>

Expand Down

0 comments on commit ee59a73

Please sign in to comment.