Skip to content

Commit 370d650

Browse files
authored
build: 1.0.0-RC7-SNAPSHOT (Travis Build 991) (#334)
* build: 1.0.0-RC7-SNAPSHOT (Travis Build 991) * Update pom.xml * Update pom.xml * Update pom.xml * Update pom.xml * Update pom.xml
1 parent 8b5813b commit 370d650

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/federation/base-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.expediagroup</groupId>
66
<artifactId>graphql-kotlin</artifactId>
7-
<version>1.0.0-RC6-SNAPSHOT</version>
7+
<version>1.0.0-RC7-SNAPSHOT</version>
88
<relativePath>../../..</relativePath>
99
</parent>
1010

examples/federation/extend-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.expediagroup</groupId>
66
<artifactId>graphql-kotlin</artifactId>
7-
<version>1.0.0-RC6-SNAPSHOT</version>
7+
<version>1.0.0-RC7-SNAPSHOT</version>
88
<relativePath>../../..</relativePath>
99
</parent>
1010

examples/federation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>graphql-kotlin</artifactId>
88
<groupId>com.expediagroup</groupId>
9-
<version>1.0.0-RC6-SNAPSHOT</version>
9+
<version>1.0.0-RC7-SNAPSHOT</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>graphql-kotlin</artifactId>
88
<groupId>com.expediagroup</groupId>
9-
<version>1.0.0-RC6-SNAPSHOT</version>
9+
<version>1.0.0-RC7-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

examples/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.expediagroup</groupId>
66
<artifactId>graphql-kotlin</artifactId>
7-
<version>1.0.0-RC6-SNAPSHOT</version>
7+
<version>1.0.0-RC7-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

graphql-kotlin-federation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.expediagroup</groupId>
77
<artifactId>graphql-kotlin</artifactId>
8-
<version>1.0.0-RC6-SNAPSHOT</version>
8+
<version>1.0.0-RC7-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

graphql-kotlin-schema-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.expediagroup</groupId>
77
<artifactId>graphql-kotlin</artifactId>
8-
<version>1.0.0-RC6-SNAPSHOT</version>
8+
<version>1.0.0-RC7-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.expediagroup</groupId>
66
<artifactId>graphql-kotlin</artifactId>
7-
<version>1.0.0-RC6-SNAPSHOT</version>
7+
<version>1.0.0-RC7-SNAPSHOT</version>
88
<name>graphql-kotlin</name>
99
<description>Code-only GraphQL schema generation for Kotlin</description>
1010
<url>https://github.com/ExpediaGroup/graphql-kotlin</url>

0 commit comments

Comments
 (0)