Skip to content

Commit 92b3edb

Browse files
committed
Update README.md files
1 parent 6d298f2 commit 92b3edb

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
## AnnotationProcessor
66

77
## Projects
8-
* [ScoreJson](score-json/README.md)
9-
* [ScoreData](score-data/README.md)
108
* [ScoreClient](score-client/README.md)
9+
* [ScoreData](score-data/README.md)
10+
* [ScoreJson](score-json/README.md)
1111

1212
## License
1313

score-client/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/foundation.icon/javaee-score-client/badge.svg)](https://search.maven.org/search?q=g:foundation.icon%20a:javaee-score-client)
2+
13
# ScoreClient
24

35
## ScoreInterfaceProcessor
@@ -8,8 +10,8 @@ Add dependency to build.gradle
810
dependencies {
911
compileOnly 'foundation.icon:javaee-api:0.9.2'
1012
11-
annotationProcessor 'foundation.icon:javaee-score-client:0.9.0'
12-
implementation 'foundation.icon:javaee-score-client:0.9.0'
13+
annotationProcessor 'foundation.icon:javaee-score-client:0.10.0'
14+
implementation 'foundation.icon:javaee-score-client:0.10.0'
1315
}
1416
````
1517

@@ -68,8 +70,8 @@ Add dependency to build.gradle
6870
dependencies {
6971
compileOnly 'foundation.icon:javaee-api:0.9.2'
7072
71-
annotationProcessor 'foundation.icon:javaee-score-client:0.9.0'
72-
implementation 'foundation.icon:javaee-score-client:0.9.0'
73+
annotationProcessor 'foundation.icon:javaee-score-client:0.10.0'
74+
implementation 'foundation.icon:javaee-score-client:0.10.0'
7375
}
7476
````
7577

@@ -136,9 +138,9 @@ public class Application {
136138
dependencies {
137139
...
138140
139-
testAnnotationProcessor 'foundation.icon:javaee-score-client:0.9.0'
140-
testImplementation 'foundation.icon:javaee-score-client:0.9.0'
141-
testCompileOnly 'foundation.icon:javaee-api:0.9.1'
141+
testAnnotationProcessor 'foundation.icon:javaee-score-client:0.10.0'
142+
testImplementation 'foundation.icon:javaee-score-client:0.10.0'
143+
testCompileOnly 'foundation.icon:javaee-api:0.9.2'
142144
}
143145
````
144146

0 commit comments

Comments
 (0)