Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkiverse-ci[bot] committed Dec 19, 2024
1 parent 35feaf1 commit c8d5181
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.0.0.Alpha1</version>
</parent>
<artifactId>quarkus-mcp-server-deployment</artifactId>
<name>Quarkus MCP Server - Deployment</name>
Expand Down
6 changes: 2 additions & 4 deletions docs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.mcp</groupId>
<artifactId>quarkus-mcp-server-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.0.0.Alpha1</version>
</parent>
<artifactId>quarkus-mcp-server-integration-tests</artifactId>
<name>Quarkus MCP Server - Integration Tests</name>
Expand Down
5 changes: 3 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>999-SNAPSHOT</version>
<version>1.0.0.Alpha1</version>
<packaging>pom</packaging>
<name>Quarkus MCP Server - Parent</name>

Expand All @@ -22,7 +22,8 @@
<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>
</scm>
<tag>1.0.0.Alpha1</tag>
</scm>

<properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion 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-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.0.0.Alpha1</version>
</parent>
<artifactId>quarkus-mcp-server</artifactId>
<name>Quarkus MCP Server - Runtime</name>
Expand Down

0 comments on commit c8d5181

Please sign in to comment.