Skip to content

Commit

Permalink
chore: dump
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRONiN committed Aug 2, 2022
1 parent 474090a commit bc60107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<name>LabAide</name>

<properties>
<java.version>14</java.version>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>14</maven.compiler.source>
<maven.compiler.target>14</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<build>
Expand All @@ -24,7 +24,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.3.1-SNAPSHOT</version>
<configuration>
<relocations>
<relocation>
Expand Down

0 comments on commit bc60107

Please sign in to comment.