Skip to content

Commit

Permalink
build: 1.0.1-SNAPSHOT (Travis Build 1195) (ExpediaGroup#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick authored and dariuszkuc committed Oct 1, 2019
1 parent 03c1f99 commit 7a8815d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/federation/base-app/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin</artifactId>
<version>1.0.0-RC12-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/federation/extend-app/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin</artifactId>
<version>1.0.0-RC12-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/federation/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>graphql-kotlin</artifactId>
<groupId>com.expediagroup</groupId>
<version>1.0.0-RC12-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>graphql-kotlin</artifactId>
<groupId>com.expediagroup</groupId>
<version>1.0.0-RC12-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/spring/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin</artifactId>
<version>1.0.0-RC12-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-kotlin-federation/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin</artifactId>
<version>1.0.0-RC12-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-kotlin-schema-generator/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin</artifactId>
<version>1.0.0-RC12-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-kotlin-spring-server/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin</artifactId>
<version>1.0.0-RC12-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin</artifactId>
<version>1.0.0-RC12-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<name>graphql-kotlin</name>
<description>Code-only GraphQL schema generation for Kotlin</description>
<url>https://github.com/ExpediaGroup/graphql-kotlin</url>
Expand Down

0 comments on commit 7a8815d

Please sign in to comment.