Skip to content

Commit 26594c2

Browse files
committed
updating readme.adoc
1 parent 018c54d commit 26594c2

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'com.jfrog.bintray'
2222

2323

2424
group 'io.devxchange'
25-
version '1.0.0-SNAPSHOT'
25+
version '0.0.1'
2626

2727
repositories {
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
}

0 commit comments

Comments
 (0)