Skip to content

Commit 005357a

Browse files
[maven-release-plugin] prepare release 1.7.3
1 parent de7d969 commit 005357a

File tree

28 files changed

+29
-29
lines changed

28 files changed

+29
-29
lines changed

cli-adapter/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.mcp</groupId>
77
<artifactId>quarkus-mcp-server-cli-adapter-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.7.3</version>
99
</parent>
1010
<artifactId>quarkus-mcp-server-cli-adapter-deployment</artifactId>
1111
<name>Quarkus MCP Server - CLI Adapter - Deployment</name>

cli-adapter/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.mcp</groupId>
77
<artifactId>quarkus-mcp-server-cli-adapter-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.7.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-mcp-server-cli-adapter-integration-tests</artifactId>

cli-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.mcp</groupId>
77
<artifactId>quarkus-mcp-server-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.7.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-mcp-server-cli-adapter-parent</artifactId>

cli-adapter/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>io.quarkiverse.mcp</groupId>
66
<artifactId>quarkus-mcp-server-cli-adapter-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.7.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>quarkus-mcp-server-cli-adapter</artifactId>

core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.mcp</groupId>
77
<artifactId>quarkus-mcp-server-core-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.7.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-mcp-server-core-deployment</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.mcp</groupId>
77
<artifactId>quarkus-mcp-server-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.7.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-mcp-server-core-parent</artifactId>

core/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>io.quarkiverse.mcp</groupId>
77
<artifactId>quarkus-mcp-server-core-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.7.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-mcp-server-core</artifactId>

devtools/stdio-sse-proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.mcp</groupId>
66
<artifactId>quarkus-mcp-server-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.7.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>quarkus-mcp-stdio-sse-proxy</artifactId>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.mcp</groupId>
66
<artifactId>quarkus-mcp-server-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.7.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

hibernate-validator/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.mcp</groupId>
77
<artifactId>quarkus-mcp-server-hibernate-validator-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.7.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-mcp-server-hibernate-validator-deployment</artifactId>

0 commit comments

Comments
 (0)