Skip to content

Commit

Permalink
Changes for 1.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
PokeMichele authored Nov 28, 2022
1 parent c25c6df commit f320d11
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,32 @@
<name>LogDel8</name>

<description>Log File Remover</description>

<developers>
<developer>
<id>PokeMichele</id>
</developer>
</developers>

<licenses>
<license>
<name>Mozilla Public License Version 2.0</name>
<url>https://www.mozilla.org/en-US/MPL/2.0/</url>
</license>
</licenses>

<properties>
<java.version>1.8</java.version>
<!-- Project Properties -->
<projectEncoding>UTF-8</projectEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<build>
<finalName>${project.name}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down

0 comments on commit f320d11

Please sign in to comment.