Skip to content

Commit

Permalink
Bump graphql-dgs-codegen-core => 5.5.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmisunid authored Oct 28, 2022
1 parent b43f12d commit 6ad8b20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,17 @@ Example
<generateCustomAnnotations>false</generateCustomAnnotations>
```

## addDeprecatedAnnotation

- Type: boolean
- Required: false
- Default: false

```xml

<addDeprecatedAnnotation>false</addDeprecatedAnnotation>
```

## includeImports

- Type: map<string, string>
Expand Down
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.24</version>
<version>1.25</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.4.0</graphql-dgs-codegen-core.version>
<graphql-dgs-codegen-core.version>5.5.0</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 6ad8b20

Please sign in to comment.