Skip to content

Commit 7d8cc1c

Browse files
committed
Bump version to 1.4.2
1 parent 18d0464 commit 7d8cc1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This Maven plugin is able to generate the following classes based on your GraphQ
2323
<plugin>
2424
<groupId>io.github.kobylynskyi</groupId>
2525
<artifactId>graphql-codegen-maven-plugin</artifactId>
26-
<version>1.4.1</version>
26+
<version>1.4.2</version>
2727
<executions>
2828
<execution>
2929
<goals>

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.kobylynskyi.graphql.codegen</groupId>
55
<artifactId>graphql-codegen-maven-plugin-example</artifactId>
6-
<version>1.4.1</version>
6+
<version>1.4.2</version>
77

88
<name>graphql-codegen-maven-plugin-example</name>
99

@@ -13,7 +13,7 @@
1313
<plugin>
1414
<groupId>io.github.kobylynskyi</groupId>
1515
<artifactId>graphql-codegen-maven-plugin</artifactId>
16-
<version>1.4.1</version>
16+
<version>1.4.2</version>
1717
<executions>
1818
<execution>
1919
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<version.maven-scm-provider-gitexe>1.11.2</version.maven-scm-provider-gitexe>
7070
<version.maven-gpg-plugin>1.6</version.maven-gpg-plugin>
7171

72-
<version.graphql-java-codegen>1.4.1</version.graphql-java-codegen>
72+
<version.graphql-java-codegen>1.4.2</version.graphql-java-codegen>
7373
</properties>
7474

7575
<dependencies>

0 commit comments

Comments
 (0)