Skip to content

Commit 21a8561

Browse files
committed
Prepare next development iteration
1 parent bb3307f commit 21a8561

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk update && \
55

66
WORKDIR /app
77

8-
ADD https://github.com/SonarSource/sonarqube-mcp-server/releases/download/1.0.1.1435/sonarqube-mcp-server-1.0.1.1435.jar ./sonarqube-mcp-server.jar
8+
ADD https://github.com/SonarSource/sonarqube-mcp-server/releases/download/1.1.0.1530/sonarqube-mcp-server-1.1.0.1530.jar ./sonarqube-mcp-server.jar
99

1010
RUN jdeps --ignore-missing-deps -q \
1111
--recursive \

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sonarqube-mcp-server",
33
"description": "The SonarQube MCP Server extension enables seamless integration with SonarQube Server or Cloud for code quality and security. It also supports the analysis of code snippet directly within the agent context.",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"mcpServers": {
66
"sonarqube": {
77
"command": "docker",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.1-SNAPSHOT
1+
version=1.2-SNAPSHOT
22
omnisharpVersion=1.39.10
33
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=512M -Dfile.encoding=UTF-8
44
org.gradle.caching=true

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/SonarSource/sonarqube-mcp-server",
77
"source": "github"
88
},
9-
"version": "1.0.1",
9+
"version": "1.1.0",
1010
"packages": [
1111
{
1212
"registryType": "oci",
@@ -16,7 +16,7 @@
1616
},
1717
"environmentVariables": [
1818
{
19-
"description": "Your SonarQube Server USER token",
19+
"description": "Your SonarQube USER token",
2020
"isRequired": true,
2121
"format": "string",
2222
"isSecret": true,

0 commit comments

Comments
 (0)