Skip to content

Commit 48fd7a7

Browse files
authored
MCP-192 Release version 1.2.0 (#131)
1 parent 52cce6a commit 48fd7a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.0.1530/sonarqube-mcp-server-1.1.0.1530.jar ./sonarqube-mcp-server.jar
8+
ADD https://github.com/SonarSource/sonarqube-mcp-server/releases/download/1.2.0.1565/sonarqube-mcp-server-1.2.0.1565.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.1.0",
4+
"version": "1.2.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.2-SNAPSHOT
1+
version=1.3-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: 1 addition & 1 deletion
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.1.0",
9+
"version": "1.2.0",
1010
"packages": [
1111
{
1212
"registryType": "oci",

0 commit comments

Comments
 (0)