Skip to content

Commit c7c8b42

Browse files
author
Etienne Gauthier
committed
[maven-release-plugin] prepare for next development iteration
1 parent 38e1ac7 commit c7c8b42

File tree

22 files changed

+23
-23
lines changed
  • graphql-java-client-dependencies
  • graphql-java-client-runtime
  • graphql-java-common-runtime
  • graphql-java-server-dependencies
  • graphql-java-server-runtime
  • graphql-java-spring-mvc
  • graphql-maven-plugin
  • graphql-maven-plugin-logic
  • graphql-maven-plugin-samples
    • graphql-maven-plugin-samples-CustomTemplates-client
    • graphql-maven-plugin-samples-CustomTemplates-resttemplate
    • graphql-maven-plugin-samples-Forum-client
    • graphql-maven-plugin-samples-Forum-server
    • graphql-maven-plugin-samples-OAuth-authorization-server
    • graphql-maven-plugin-samples-StarWars-client
    • graphql-maven-plugin-samples-StarWars-server
    • graphql-maven-plugin-samples-allGraphQLCases-client
    • graphql-maven-plugin-samples-allGraphQLCases-pojo-client
    • graphql-maven-plugin-samples-allGraphQLCases-pojo-client-jackson
    • graphql-maven-plugin-samples-allGraphQLCases-pojo-server
    • graphql-maven-plugin-samples-allGraphQLCases-server

22 files changed

+23
-23
lines changed

graphql-java-client-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.graphql-java-generator</groupId>
55
<artifactId>graphql-maven-plugin-project</artifactId>
6-
<version>1.18.12</version>
6+
<version>local-SNAPSHOT</version>
77
</parent>
88
<artifactId>graphql-java-client-dependencies</artifactId>
99
<packaging>pom</packaging>

graphql-java-client-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.graphql-java-generator</groupId>
77
<artifactId>graphql-maven-plugin-project</artifactId>
8-
<version>1.18.12</version>
8+
<version>local-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>graphql-java-client-runtime</artifactId>

graphql-java-common-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.graphql-java-generator</groupId>
66
<artifactId>graphql-maven-plugin-project</artifactId>
7-
<version>1.18.12</version>
7+
<version>local-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>graphql-java-common-runtime</artifactId>

graphql-java-server-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.graphql-java-generator</groupId>
55
<artifactId>graphql-maven-plugin-project</artifactId>
6-
<version>1.18.12</version>
6+
<version>local-SNAPSHOT</version>
77
</parent>
88
<artifactId>graphql-java-server-dependencies</artifactId>
99
<packaging>pom</packaging>

graphql-java-server-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.graphql-java-generator</groupId>
55
<artifactId>graphql-maven-plugin-project</artifactId>
6-
<version>1.18.12</version>
6+
<version>local-SNAPSHOT</version>
77
</parent>
88
<artifactId>graphql-java-server-runtime</artifactId>
99

graphql-java-spring-mvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.graphql-java-generator</groupId>
66
<artifactId>graphql-maven-plugin-project</artifactId>
7-
<version>1.18.12</version>
7+
<version>local-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>graphql-java-spring-mvc</artifactId>

graphql-maven-plugin-logic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.graphql-java-generator</groupId>
66
<artifactId>graphql-maven-plugin-project</artifactId>
7-
<version>1.18.12</version>
7+
<version>local-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>graphql-maven-plugin-logic</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-CustomTemplates-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.graphql-java-generator</groupId>
66
<artifactId>graphql-maven-plugin-samples</artifactId>
7-
<version>1.18.12</version>
7+
<version>local-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>graphql-maven-plugin-samples-CustomTemplates-client</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-CustomTemplates-resttemplate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.graphql-java-generator</groupId>
66
<artifactId>graphql-maven-plugin-samples</artifactId>
7-
<version>1.18.12</version>
7+
<version>local-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>graphql-maven-plugin-samples-CustomTemplates-resttemplate</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-Forum-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.graphql-java-generator</groupId>
66
<artifactId>graphql-maven-plugin-samples</artifactId>
7-
<version>1.18.12</version>
7+
<version>local-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>graphql-maven-plugin-samples-Forum-client</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-Forum-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.graphql-java-generator</groupId>
77
<artifactId>graphql-maven-plugin-samples</artifactId>
8-
<version>1.18.12</version>
8+
<version>local-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>graphql-maven-plugin-samples-Forum-server</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-OAuth-authorization-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.graphql-java-generator</groupId>
77
<artifactId>graphql-maven-plugin-samples</artifactId>
8-
<version>1.18.12</version>
8+
<version>local-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>graphql-maven-plugin-samples-OAuth-authorization-server</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-StarWars-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.graphql-java-generator</groupId>
66
<artifactId>graphql-maven-plugin-samples</artifactId>
7-
<version>1.18.12</version>
7+
<version>local-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>graphql-maven-plugin-samples-StarWars-client</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-StarWars-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.graphql-java-generator</groupId>
77
<artifactId>graphql-maven-plugin-samples</artifactId>
8-
<version>1.18.12</version>
8+
<version>local-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>graphql-maven-plugin-samples-StarWars-server</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-allGraphQLCases-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.graphql-java-generator</groupId>
66
<artifactId>graphql-maven-plugin-samples</artifactId>
7-
<version>1.18.12</version>
7+
<version>local-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>graphql-maven-plugin-samples-allGraphQLCases-client</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-allGraphQLCases-pojo-client-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.graphql-java-generator</groupId>
77
<artifactId>graphql-maven-plugin-samples</artifactId>
8-
<version>1.18.12</version>
8+
<version>local-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>graphql-maven-plugin-samples-allGraphQLCases-pojo-client-jackson</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-allGraphQLCases-pojo-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.graphql-java-generator</groupId>
77
<artifactId>graphql-maven-plugin-samples</artifactId>
8-
<version>1.18.12</version>
8+
<version>local-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>graphql-maven-plugin-samples-allGraphQLCases-pojo-client</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-allGraphQLCases-pojo-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.graphql-java-generator</groupId>
77
<artifactId>graphql-maven-plugin-samples</artifactId>
8-
<version>1.18.12</version>
8+
<version>local-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>graphql-maven-plugin-samples-allGraphQLCases-pojo-server</artifactId>

graphql-maven-plugin-samples/graphql-maven-plugin-samples-allGraphQLCases-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.graphql-java-generator</groupId>
77
<artifactId>graphql-maven-plugin-samples</artifactId>
8-
<version>1.18.12</version>
8+
<version>local-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>graphql-maven-plugin-samples-allGraphQLCases-server</artifactId>

graphql-maven-plugin-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.graphql-java-generator</groupId>
77
<artifactId>graphql-maven-plugin-project</artifactId>
8-
<version>1.18.12</version>
8+
<version>local-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>graphql-maven-plugin-samples</artifactId>

graphql-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.graphql-java-generator</groupId>
66
<artifactId>graphql-maven-plugin-project</artifactId>
7-
<version>1.18.12</version>
7+
<version>local-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>graphql-maven-plugin</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.graphql-java-generator</groupId>
1313
<artifactId>graphql-maven-plugin-project</artifactId>
14-
<version>1.18.12</version>
14+
<version>local-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>${project.groupId}:${project.artifactId}</name>
@@ -45,7 +45,7 @@
4545
<connection>scm:git:https://github.com/graphql-java-generator/graphql-maven-plugin-project.git</connection>
4646
<developerConnection>scm:git:https://github.com/graphql-java-generator/graphql-maven-plugin-project.git</developerConnection>
4747
<url>https://github.com/graphql-java-generator/graphql-maven-plugin-project/tree/master</url>
48-
<tag>graphql-maven-plugin-project-1.18.12</tag>
48+
<tag>graphql-maven-plugin-project-1.18.9</tag>
4949
</scm>
5050

5151
<distributionManagement>

0 commit comments

Comments
 (0)