We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0b5a85 + 47c36cf commit 254d558Copy full SHA for 254d558
2 files changed
README.md
@@ -14,13 +14,13 @@ When using Maven:
14
<dependency>
15
<groupId>com.graphql-java-kickstart</groupId>
16
<artifactId>graphql-webclient-spring-boot-starter</artifactId>
17
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1.0</version>
18
</dependency>
19
```
20
21
When using gradle:
22
```groovy
23
-implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:0.0.1-SNAPSHOT"
+implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:0.1.0"
24
25
26
Configure at least the URL of the GraphQL API to consume:
gradle.properties
@@ -1,4 +1,4 @@
1
-version=0.1.1-SNAPSHOT
+version=0.1.2-SNAPSHOT
2
3
PROJECT_GROUP = com.graphql-java-kickstart
4
PROJECT_NAME = graphql-spring-webclient
0 commit comments