File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ Example for Maven:
17
17
<dependency >
18
18
<groupId >com.nfl.graphql</groupId >
19
19
<artifactId >mediator</artifactId >
20
- <version >1.0.2 </version >
20
+ <version >x.y.z </version >
21
21
</dependency >
22
22
```
23
23
24
24
Example for gradle:
25
25
26
26
```
27
- gradle compile("com.nfl.graphql:mediator:1.0.2 ")
27
+ gradle compile("com.nfl.graphql:mediator:x.y.z ")
28
28
```
29
29
30
30
Change history can be found here: [ CHANGELOG.md] ( https://github.com/nfl/graphql-mediator/blob/master/CHANGELOG.md )
Original file line number Diff line number Diff line change @@ -86,7 +86,12 @@ publishing {
86
86
}
87
87
}
88
88
}
89
-
89
+ developers {
90
+ developer {
91
+ id ' nflearl'
92
+ name ' Earl Nolan'
93
+ }
94
+ }
90
95
// Bug in maven-publish plugin changes scope to runtime instead of compile
91
96
// https://discuss.gradle.org/t/maven-publish-plugin-generated-pom-making-dependency-scope-runtime/7494
92
97
asNode(). dependencies. ' *' . findAll() {
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ maven.central.sync=false
5
5
sonatype.username =DUMMY_SONATYPE_USER
6
6
sonatype.password =DUMMY_SONATYPE_PASSWORD
7
7
8
- PROJECT_VERSION =1.0.2
8
+ PROJECT_VERSION =1.0.3
9
9
PROJECT_GITHUB_REPO_URL =https://github.com/nfl/graphql-mediator
10
10
PROJECT_LICENSE_URL =https://github.com/nfl/graphql-mediator/blob/master/LICENSE
You can’t perform that action at this time.
0 commit comments