File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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.0.1 ] ( https://github.com/appulse-projects/logging-java/releases/tag/1.0.1 ) - 2018-03-15
14+ ## [ 1.0.2 ] ( https://github.com/appulse-projects/logging-java/releases/tag/1.0.2 ) - 2018-03-15
1515
1616Small refactoring
1717
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Just add dependency to your project.
1717 <dependency >
1818 <groupId >io.appulse</groupId >
1919 <artifactId >logging-java</artifactId >
20- <version >1.0.1 </version >
20+ <version >1.0.2 </version >
2121 </dependency >
2222 ...
2323</dependencies >
@@ -26,7 +26,7 @@ Just add dependency to your project.
2626** Gradle** :
2727
2828``` groovy
29- compile 'io.appulse:logging-java:1.0.1 '
29+ compile 'io.appulse:logging-java:1.0.2 '
3030```
3131
3232## Development
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.0.1 </version >
27+ <version >1.0.2 </version >
2828 <packaging >jar</packaging >
2929
3030 <properties >
@@ -62,7 +62,7 @@ limitations under the License.
6262 <url >https://github.com/appulse-projects/logging-java</url >
6363 <connection >scm:git:https://github.com/appulse-projects/logging-java.git</connection >
6464 <developerConnection >scm:git:https://github.com/appulse-projects/logging-java.git</developerConnection >
65- <tag >1.0.1 </tag >
65+ <tag >1.0.2 </tag >
6666 </scm >
6767
6868 <distributionManagement >
You can’t perform that action at this time.
0 commit comments