Skip to content

Commit

Permalink
Merge pull request #113 from shannah/feature/maven-plugin-support-java-8
Browse files Browse the repository at this point in the history
Bumped jdeploy-maven-plugin to 1.0.8, adding support for java 8
  • Loading branch information
shannah authored Nov 19, 2023
2 parents 9f0e61c + 693b3f7 commit d050cec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jdeploy-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.weblite</groupId>
<artifactId>jdeploy-maven-plugin</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<packaging>maven-plugin</packaging>

<name>jdeploy-maven-plugin</name>
Expand All @@ -15,8 +15,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<licenses>
Expand Down

0 comments on commit d050cec

Please sign in to comment.