Skip to content

Commit e3bf4c4

Browse files
dariuszkucsmyrick
authored andcommitted
build: 1.0.0-RC5-SNAPSHOT (Travis Build 916) (#299)
* build: 1.0.0-RC5-SNAPSHOT (Travis Build 916) * update example app version
1 parent c393bb4 commit e3bf4c4

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

graphql-kotlin-federation/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>com.expedia</groupId>
87
<artifactId>graphql-kotlin</artifactId>
9-
<version>1.0.0-RC4-SNAPSHOT</version>
8+
<version>1.0.0-RC5-SNAPSHOT</version>
109
<relativePath>..</relativePath>
1110
</parent>
1211

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.expedia</groupId>
77
<artifactId>graphql-kotlin</artifactId>
8-
<version>1.0.0-RC4-SNAPSHOT</version>
8+
<version>1.0.0-RC5-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

graphql-kotlin-spring-example/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.expedia</groupId>
66
<artifactId>graphql-kotlin</artifactId>
7-
<version>1.0.0-RC4-SNAPSHOT</version>
7+
<version>1.0.0-RC5-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.expedia</groupId>
66
<artifactId>graphql-kotlin</artifactId>
7-
<version>1.0.0-RC4-SNAPSHOT</version>
7+
<version>1.0.0-RC5-SNAPSHOT</version>
88
<name>graphql-kotlin</name>
99
<description>Code-only GraphQL schema generation for Kotlin</description>
1010
<url>https://github.com/ExpediaDotCom/graphql-kotlin</url>

0 commit comments

Comments
 (0)