Skip to content

Commit b0b9538

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 85849ff commit b0b9538

File tree

29 files changed

+30
-30
lines changed

29 files changed

+30
-30
lines changed

client/api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-client-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-client-api</artifactId>

client/generator-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.smallrye</groupId>
66
<artifactId>smallrye-graphql-client-parent</artifactId>
7-
<version>2.12.2</version>
7+
<version>2.12.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>smallrye-graphql-client-generator-test</artifactId>

client/generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.smallrye</groupId>
66
<artifactId>smallrye-graphql-client-parent</artifactId>
7-
<version>2.12.2</version>
7+
<version>2.12.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>smallrye-graphql-client-generator</artifactId>

client/implementation-vertx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-client-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-client-implementation-vertx</artifactId>

client/implementation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-client-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-client</artifactId>

client/model-builder/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.smallrye</groupId>
66
<artifactId>smallrye-graphql-client-parent</artifactId>
7-
<version>2.12.2</version>
7+
<version>2.12.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>smallrye-graphql-client-model-builder</artifactId>

client/model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.smallrye</groupId>
66
<artifactId>smallrye-graphql-client-parent</artifactId>
7-
<version>2.12.2</version>
7+
<version>2.12.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>smallrye-graphql-client-model</artifactId>

client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-client-parent</artifactId>

client/tck/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-client-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-client-tck</artifactId>

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-common-parent</artifactId>

common/schema-builder/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-common-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-schema-builder</artifactId>

common/schema-model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.smallrye</groupId>
66
<artifactId>smallrye-graphql-common-parent</artifactId>
7-
<version>2.12.2</version>
7+
<version>2.12.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>smallrye-graphql-schema-model</artifactId>

docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-documentation</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>smallrye-graphql-parent</artifactId>
12-
<version>2.12.2</version>
12+
<version>2.12.3-SNAPSHOT</version>
1313

1414
<packaging>pom</packaging>
1515
<name>SmallRye: GraphQL Parent</name>
@@ -84,7 +84,7 @@
8484
<connection>scm:git:[email protected]:smallrye/smallrye-graphql.git</connection>
8585
<developerConnection>scm:git:[email protected]:smallrye/smallrye-graphql.git</developerConnection>
8686
<url>https://github.com/smallrye/smallrye-graphql/</url>
87-
<tag>2.12.2</tag>
87+
<tag>HEAD</tag>
8888
</scm>
8989

9090
<modules>

release/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-release</artifactId>

server/api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-server-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-api</artifactId>

server/implementation-cdi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-server-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-cdi</artifactId>

server/implementation-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-server-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-servlet</artifactId>

server/implementation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-server-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql</artifactId>

server/integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.smallrye</groupId>
66
<artifactId>smallrye-graphql-server-parent</artifactId>
7-
<version>2.12.2</version>
7+
<version>2.12.3-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-server-parent</artifactId>

server/runner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-server-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-runner</artifactId>

server/tck/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.smallrye</groupId>
66
<artifactId>smallrye-graphql-server-parent</artifactId>
7-
<version>2.12.2</version>
7+
<version>2.12.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>smallrye-graphql-tck</artifactId>

tools/gradle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.smallrye</groupId>
66
<artifactId>smallrye-graphql-tools-parent</artifactId>
7-
<version>2.12.2</version>
7+
<version>2.12.3-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

tools/maven-plugin-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.smallrye</groupId>
55
<artifactId>smallrye-graphql-tools-parent</artifactId>
6-
<version>2.12.2</version>
6+
<version>2.12.3-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

tools/maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.smallrye</groupId>
55
<artifactId>smallrye-graphql-tools-parent</artifactId>
6-
<version>2.12.2</version>
6+
<version>2.12.3-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-tools-parent</artifactId>

ui/graphiql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-ui-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-ui-graphiql</artifactId>

ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye</groupId>
77
<artifactId>smallrye-graphql-parent</artifactId>
8-
<version>2.12.2</version>
8+
<version>2.12.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-graphql-ui-parent</artifactId>

0 commit comments

Comments
 (0)