Skip to content

Commit 403df62

Browse files
authored
build: 1.1.1-SNAPSHOT (Travis Build 1212) (#422)
1 parent 4d51b9a commit 403df62

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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.1-SNAPSHOT</version>
7+
<version>1.1.1-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.1-SNAPSHOT</version>
7+
<version>1.1.1-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
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>graphql-kotlin</artifactId>
66
<groupId>com.expediagroup</groupId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.1-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

examples/pom.xml

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

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.1-SNAPSHOT</version>
7+
<version>1.1.1-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.1-SNAPSHOT</version>
8+
<version>1.1.1-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.1-SNAPSHOT</version>
8+
<version>1.1.1-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

graphql-kotlin-spring-server/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.1-SNAPSHOT</version>
7+
<version>1.1.1-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

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.1-SNAPSHOT</version>
7+
<version>1.1.1-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)