File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
1212- Add different logging frameworks.
1313
14- ## [ 1.1.4 ] ( https://github.com/appulse-projects/logging-java/releases/tag/1.1.4 ) - 2020-02-28
14+ ## [ 1.1.5 ] ( https://github.com/appulse-projects/logging-java/releases/tag/1.1.5 ) - 2020-02-28
1515
1616Deploy test version. Nothing changed since ** 1.1.3** .
1717
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Just add dependency to your project.
1818 <dependency >
1919 <groupId >io.appulse</groupId >
2020 <artifactId >logging-java</artifactId >
21- <version >1.1.4 </version >
21+ <version >1.1.5 </version >
2222 </dependency >
2323 ...
2424</dependencies >
@@ -27,7 +27,7 @@ Just add dependency to your project.
2727** Gradle** :
2828
2929``` groovy
30- compile 'io.appulse:logging-java:1.1.4 '
30+ compile 'io.appulse:logging-java:1.1.5 '
3131```
3232
3333And use it as usual:
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ limitations under the License.
2424
2525 <groupId >io.appulse</groupId >
2626 <artifactId >logging-java</artifactId >
27- <version >1.1.4 </version >
27+ <version >1.1.5 </version >
2828 <packaging >jar</packaging >
2929
3030 <properties >
@@ -66,7 +66,7 @@ limitations under the License.
6666 <url >https://github.com/appulse-projects/logging-java</url >
6767 <connection >scm:git:https://github.com/appulse-projects/logging-java.git</connection >
6868 <developerConnection >scm:git:https://github.com/appulse-projects/logging-java.git</developerConnection >
69- <tag >1.1.4 </tag >
69+ <tag >1.1.5 </tag >
7070 </scm >
7171
7272 <distributionManagement >
You can’t perform that action at this time.
0 commit comments