Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kobylynskyi committed Apr 4, 2020
1 parent 0cc7f7d commit c271abb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/graphql-java-codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

<name>graphql-codegen-maven-plugin</name>
<description>Provides a goal for generating Java code based on GraphQL schema</description>
Expand Down Expand Up @@ -69,7 +69,7 @@
<version.maven-scm-provider-gitexe>1.11.2</version.maven-scm-provider-gitexe>
<version.maven-gpg-plugin>1.6</version.maven-gpg-plugin>

<version.graphql-java-codegen>${version}</version.graphql-java-codegen>
<version.graphql-java-codegen>1.5.0</version.graphql-java-codegen>
</properties>

<dependencies>
Expand All @@ -93,7 +93,7 @@
<dependency>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-java-codegen</artifactId>
<version>${version.graphql-java-codegen}</version>
<version>1.5.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit c271abb

Please sign in to comment.