Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkiverse-ci[bot] committed Jan 20, 2025
1 parent d38552e commit 212326f
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-core-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-core-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-core-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-core-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quarkus MCP Server - Parent</name>

Expand All @@ -24,7 +24,7 @@
<connection>scm:git:[email protected]:quarkiverse/quarkus-mcp-server.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-mcp-server.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-mcp-server</url>
<tag>1.0.0.Alpha4</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-test-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transports/sse/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-sse-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-sse-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transports/sse/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-sse-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-sse-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transports/sse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-sse-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transports/sse/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-sse-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-sse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transports/stdio/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-stdio-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-stdio-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transports/stdio/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-stdio-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-stdio-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transports/stdio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-stdio-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transports/stdio/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-stdio-parent</artifactId>
<version>1.0.0.Alpha4</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-mcp-server-stdio</artifactId>
Expand Down

0 comments on commit 212326f

Please sign in to comment.