Skip to content

Commit 6518c8d

Browse files
authored
Merge pull request #9 from nfl/version_bump_to_test_Travis_build_and_JCenter_publishing
Version increment to test the complete release flow
2 parents a6d143f + 549827a commit 6518c8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Example for Maven:
1717
<dependency>
1818
<groupId>com.nfl.graphql</groupId>
1919
<artifactId>mediator</artifactId>
20-
<version>1.0.1</version>
20+
<version>1.0.2</version>
2121
</dependency>
2222
```
2323

2424
Example for gradle:
2525

2626
```
27-
gradle compile("com.nfl.graphql:mediator:1.0.1")
27+
gradle compile("com.nfl.graphql:mediator:1.0.2")
2828
```
2929

3030
Change history can be found here: [CHANGELOG.md](https://github.com/nfl/graphql-mediator/blob/master/CHANGELOG.md)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maven.central.sync=false
55
sonatype.username=DUMMY_SONATYPE_USER
66
sonatype.password=DUMMY_SONATYPE_PASSWORD
77

8-
PROJECT_VERSION=1.0.1
8+
PROJECT_VERSION=1.0.2
99
PROJECT_GITHUB_REPO_URL=https://github.com/nfl/graphql-mediator
1010
PROJECT_LICENSE_URL=https://github.com/nfl/graphql-mediator/blob/master/LICENSE

0 commit comments

Comments
 (0)