Skip to content

Commit 4c6b412

Browse files
committed
Prepare for next dev iteration - 4.1.5-SNAPSHOT
1 parent ea0191a commit 4c6b412

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/maven/example-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.kobylynskyi</groupId>
66
<artifactId>graphql-codegen-maven-plugin-example-client</artifactId>
7-
<version>4.1.4-SNAPSHOT</version>
7+
<version>4.1.5-SNAPSHOT</version>
88
<name>graphql-codegen-maven-plugin-example-client</name>
99

1010
<build>

plugins/maven/example-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.kobylynskyi</groupId>
66
<artifactId>graphql-codegen-maven-plugin-example-server</artifactId>
7-
<version>4.1.4-SNAPSHOT</version>
7+
<version>4.1.5-SNAPSHOT</version>
88
<name>graphql-codegen-maven-plugin-example-server</name>
99

1010
<build>

plugins/maven/graphql-java-codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.kobylynskyi</groupId>
66
<artifactId>graphql-codegen-maven-plugin</artifactId>
7-
<version>4.1.4-SNAPSHOT</version>
7+
<version>4.1.5-SNAPSHOT</version>
88
<packaging>maven-plugin</packaging>
99

1010
<name>graphql-codegen-maven-plugin</name>

0 commit comments

Comments
 (0)