Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmezna committed Apr 29, 2019
1 parent 50de9d4 commit 26788d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kumuluzee-graphql-parent</artifactId>
<groupId>com.kumuluz.ee.graphql</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion graphql-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kumuluzee-graphql-parent</artifactId>
<groupId>com.kumuluz.ee.graphql</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.kumuluz.ee.graphql</groupId>
<artifactId>kumuluzee-graphql-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.2</version>

<packaging>pom</packaging>

Expand All @@ -30,7 +30,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<kumuluzee.version>3.2.0</kumuluzee.version>
<kumuluzee.version>3.4.0</kumuluzee.version>
<graphql-java.version>11.0</graphql-java.version>
<gson.version>2.8.5</gson.version>
<spqr.version>0.9.9</spqr.version>
Expand Down

0 comments on commit 26788d1

Please sign in to comment.