Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Dec 8, 2023
1 parent e510cbf commit 74a7c8f
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion client/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-client-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-client-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/generator-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-client-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-client-generator-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-client-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-client-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/implementation-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-client-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-client-implementation-vertx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-client-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-client-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-client-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-client-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-common-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/schema-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-common-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-schema-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/schema-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-common-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-schema-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-documentation</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>smallrye-graphql-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>

<packaging>pom</packaging>
<name>SmallRye: GraphQL Parent</name>
Expand Down Expand Up @@ -87,7 +87,7 @@
<connection>scm:git:git@github.com:smallrye/smallrye-graphql.git</connection>
<developerConnection>scm:git:git@github.com:smallrye/smallrye-graphql.git</developerConnection>
<url>https://github.com/smallrye/smallrye-graphql/</url>
<tag>HEAD</tag>
<tag>2.6.1</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-server-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/implementation-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-server-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-cdi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/implementation-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-server-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-server-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/integration-tests-jdk16/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>smallrye-graphql-server-parent</artifactId>
<groupId>io.smallrye</groupId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion server/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-server-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-server-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-server-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-server-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-tools-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tools/maven-plugin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-tools-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tools/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-tools-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-tools-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/graphiql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-ui-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-ui-graphiql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>smallrye-graphql-ui-parent</artifactId>
Expand Down

0 comments on commit 74a7c8f

Please sign in to comment.