We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602261f commit 6b16cceCopy full SHA for 6b16cce
1 file changed
pom.xml
@@ -6,11 +6,15 @@
6
7
<groupId>io.github.Fi0x</groupId>
8
<artifactId>JavaLogger</artifactId>
9
- <version>1.3.6</version>
+ <version>1.3.7</version>
10
<name>Java Logger</name>
11
<description>This is a Library for a custom Java Logger</description>
12
<url>http://github.com/Fi0x/JavaLogger</url>
13
14
+ <properties>
15
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
+ </properties>
17
+
18
<licenses>
19
<license>
20
<name>MIT License</name>
@@ -58,7 +62,7 @@
58
62
<plugin>
59
63
<groupId>org.sonatype.plugins</groupId>
60
64
<artifactId>nexus-staging-maven-plugin</artifactId>
61
- <version>1.6.13</version>
65
+ <version>1.7.0</version>
66
<extensions>true</extensions>
67
<configuration>
68
<serverId>ossrh</serverId>
0 commit comments