File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Logmetrics framework provides simplified configuration to log payload for spring
66
77## Maven Repo
88```
9- maven { url "https://devxchange .bintray.com/maven-repo/ "}
9+ maven { url "https://dl .bintray.com/m2/release "}
1010
1111```
1212
1313## Dependencies
1414
1515```
16- compile ("io.devxchange:logmetrics:1. 0.0-SNAPSHOT ")
16+ compile ("io.devxchange:logmetrics:0.0.1 ")
1717
1818```
1919
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ apply plugin: 'com.jfrog.bintray'
2222
2323
2424group ' io.devxchange'
25- version ' 1. 0.0-SNAPSHOT '
25+ version ' 0.0.1 '
2626
2727repositories {
2828 mavenCentral()
@@ -97,8 +97,9 @@ bintray {
9797 key = project. hasProperty(' bintrayKey' ) ? project. bintrayKey : System . getenv(' BINTRAY_KEY' )
9898 publications = [' mavenJava' ]
9999 pkg {
100- repo = ' maven-repo'
101- userOrg = ' devxchange'
100+ vcsUrl = ' https://github.com/devxchangeio/obfuscator-java.git'
101+ repo = ' release'
102+ userOrg = ' m2'
102103 name = ' logmetrics'
103104 licenses = [' Apache-2.0' ]
104105 }
You can’t perform that action at this time.
0 commit comments