Skip to content

Commit

Permalink
release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kastelic committed Sep 11, 2020
1 parent b42bd2b commit 9b5c0ad
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.3</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.3</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.3</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -34,7 +34,7 @@
<graphql-java.version>13.0</graphql-java.version>
<gson.version>2.8.6</gson.version>
<spqr.version>0.10.1</spqr.version>
<kumuluzee-rest.version>1.4.0-SNAPSHOT</kumuluzee-rest.version>
<kumuluzee-rest.version>1.3.1</kumuluzee-rest.version>
<jaxb-api.version>2.3.1</jaxb-api.version>

<nexus.staging.plugin.version>1.6.8</nexus.staging.plugin.version>
Expand Down

0 comments on commit 9b5c0ad

Please sign in to comment.