Skip to content

Commit

Permalink
prep 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Heino committed May 3, 2021
1 parent aa121b4 commit 5d77140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the following plugin to your Maven build:
<plugin>
<groupId>com.github.magnusheino</groupId>
<artifactId>dgs-codegen-maven-plugin</artifactId>
<version>1.1.0</version>
<version>2.0.1</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.magnusheino</groupId>
<artifactId>dgs-codegen-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>maven-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/it/basicTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.magnusheino</groupId>
<artifactId>dgs-codegen-maven-plugin-integration-test</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<name>Integration test</name>
<packaging>jar</packaging>
<description>Integration test</description>
Expand Down

0 comments on commit 5d77140

Please sign in to comment.