We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103b4d9 commit d839dbfCopy full SHA for d839dbf
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# Changes by Version
2
+
3
+## v0.4.2 (2019-07-21)
4
+* Upgrade `org.slf4j:slf4j-api:1.7.25` to `1.7.26`.
5
6
+## v0.4.1 (2019-05-13)
7
+* Initial public release.
pom.xml
@@ -22,10 +22,10 @@
22
<parent>
23
<groupId>org.libj</groupId>
24
<artifactId>libj</artifactId>
25
- <version>0.9.6-SNAPSHOT</version>
+ <version>0.9.6</version>
26
</parent>
27
<artifactId>logging</artifactId>
28
- <version>0.4.2-SNAPSHOT</version>
+ <version>0.4.2</version>
29
<name>LibJ Logging</name>
30
<description>
31
Supplementary patterns for the "Simple Logging Facade for Java" (SLF4J) and the Logback Project.
0 commit comments