File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Add a dependency to `graphql-java-support`:
26
26
27
27
``` groovy
28
28
dependencies {
29
- implementation 'com.apollographql.federation:federation-graphql-java-support:0.8 .0'
29
+ implementation 'com.apollographql.federation:federation-graphql-java-support:0.9 .0'
30
30
}
31
31
```
32
32
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.apollographql.federation</groupId >
9
9
<artifactId >federation-parent</artifactId >
10
- <version >0.8.1-SNAPSHOT </version >
10
+ <version >0.9.0 </version >
11
11
</parent >
12
12
13
13
<artifactId >federation-graphql-java-support-api</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.apollographql.federation</groupId >
9
9
<artifactId >federation-parent</artifactId >
10
- <version >0.8.1-SNAPSHOT </version >
10
+ <version >0.9.0 </version >
11
11
</parent >
12
12
13
13
<artifactId >federation-graphql-java-support</artifactId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.apollographql.federation</groupId >
8
8
<artifactId >federation-parent</artifactId >
9
- <version >0.8.1-SNAPSHOT </version >
9
+ <version >0.9.0 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >federation-parent</name >
56
56
</distributionManagement >
57
57
58
58
<properties >
59
- <release >0.8.1-SNAPSHOT </release >
59
+ <release >0.9.0 </release >
60
60
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
61
61
<maven .compiler.source>${java.version} </maven .compiler.source>
62
62
<maven .compiler.target>${java.version} </maven .compiler.target>
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.apollographql.federation</groupId >
9
9
<artifactId >federation-parent</artifactId >
10
- <version >0.8.1-SNAPSHOT </version >
10
+ <version >0.9.0 </version >
11
11
</parent >
12
12
13
13
<artifactId >federation-spring-example</artifactId >
You can’t perform that action at this time.
0 commit comments