Skip to content

Commit

Permalink
Version bumping (#73)
Browse files Browse the repository at this point in the history
- Bump release version
 - Bump graphql-dgs-codegen-core version
  • Loading branch information
zorglube authored Apr 15, 2023
1 parent 3777d5c commit 41a0888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.github.deweyjose</groupId>
<artifactId>graphqlcodegen-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.31</version>
<version>1.32</version>

<name>GraphQL Code Generator</name>
<description>Maven port of the Netflix DGS GraphQL Codegen gradle build plugin</description>
Expand Down Expand Up @@ -33,7 +33,7 @@
</scm>

<properties>
<graphql-dgs-codegen-core.version>5.7.0</graphql-dgs-codegen-core.version>
<graphql-dgs-codegen-core.version>5.7.1</graphql-dgs-codegen-core.version>
<java.version>1.8</java.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
Expand Down

0 comments on commit 41a0888

Please sign in to comment.