Skip to content

Commit 08ad2ca

Browse files
dariuszkucsmyrick
authored andcommitted
build: 1.2.1-SNAPSHOT (Travis Build 1239) (#434)
1 parent 71900a6 commit 08ad2ca

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>federation</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.2.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>federation</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.2.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
<groupId>com.expediagroup</groupId>
66
<artifactId>examples</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.2.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
<groupId>com.expediagroup</groupId>
66
<artifactId>graphql-kotlin</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.2.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>examples</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.2.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.1.1-SNAPSHOT</version>
8+
<version>1.2.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.1.1-SNAPSHOT</version>
8+
<version>1.2.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.1.1-SNAPSHOT</version>
7+
<version>1.2.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.1.1-SNAPSHOT</version>
7+
<version>1.2.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)