Skip to content

Commit

Permalink
potential fix for issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdcramer committed Apr 28, 2022
1 parent fb64623 commit 7f4e756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<properties>
<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>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
#Tue Apr 26 21:40:54 EDT 2022
#Thu Apr 28 10:23:40 EDT 2022
m2e.projectLocation=C\:\\Users\\Alex\\eclipse-workspace\\Algonquin
m2e.projectName=Algonquin
groupId=net.oijon
Expand Down
1 change: 1 addition & 0 deletions target/classes/META-INF/maven/net.oijon/algonquin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<properties>
<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>
Expand Down

0 comments on commit 7f4e756

Please sign in to comment.