Skip to content

Commit 6b16cce

Browse files
committed
Updated dependency and version
1 parent 602261f commit 6b16cce

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66

77
<groupId>io.github.Fi0x</groupId>
88
<artifactId>JavaLogger</artifactId>
9-
<version>1.3.6</version>
9+
<version>1.3.7</version>
1010
<name>Java Logger</name>
1111
<description>This is a Library for a custom Java Logger</description>
1212
<url>http://github.com/Fi0x/JavaLogger</url>
1313

14+
<properties>
15+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16+
</properties>
17+
1418
<licenses>
1519
<license>
1620
<name>MIT License</name>
@@ -58,7 +62,7 @@
5862
<plugin>
5963
<groupId>org.sonatype.plugins</groupId>
6064
<artifactId>nexus-staging-maven-plugin</artifactId>
61-
<version>1.6.13</version>
65+
<version>1.7.0</version>
6266
<extensions>true</extensions>
6367
<configuration>
6468
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)