Skip to content

Commit d924c74

Browse files
committed
[maven-release-plugin] prepare release v0.4.0
1 parent c8d4c07 commit d924c74

4 files changed

Lines changed: 12 additions & 16 deletions

File tree

agent-jvm/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,17 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<artifactId>jolokia-mcp-parent</artifactId>
2625
<groupId>org.jolokia.mcp</groupId>
27-
<version>0.4.0-SNAPSHOT</version>
26+
<version>0.4.0</version>
2827
</parent>
2928

3029
<artifactId>jolokia-mcp-agent-jvm</artifactId>
31-
<version>0.4.0-SNAPSHOT</version>
30+
<version>0.4.0</version>
3231

3332
<name>${project.artifactId}</name>
3433
<description>Jolokia MCP :: JVM :: Agent</description>

core/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,17 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<artifactId>jolokia-mcp-parent</artifactId>
2625
<groupId>org.jolokia.mcp</groupId>
27-
<version>0.4.0-SNAPSHOT</version>
26+
<version>0.4.0</version>
2827
</parent>
2928

3029
<artifactId>jolokia-mcp-core</artifactId>
31-
<version>0.4.0-SNAPSHOT</version>
30+
<version>0.4.0</version>
3231

3332
<name>${project.artifactId}</name>
3433
<description>Jolokia MCP :: Core</description>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<groupId>org.jolokia.mcp</groupId>
2524
<artifactId>jolokia-mcp-parent</artifactId>
26-
<version>0.4.0-SNAPSHOT</version>
25+
<version>0.4.0</version>
2726
<packaging>pom</packaging>
2827

2928
<name>${project.artifactId}</name>
@@ -50,7 +49,7 @@
5049
<connection>scm:git:git@github.com:jolokia/jolokia-mcp-server.git</connection>
5150
<developerConnection>scm:git:git@github.com:jolokia/jolokia-mcp-server.git</developerConnection>
5251
<url>git@github.com:jolokia/jolokia-mcp-server.git</url>
53-
<tag>HEAD</tag>
52+
<tag>v0.4.0</tag>
5453
</scm>
5554

5655
<modules>

server/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,17 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<artifactId>jolokia-mcp-parent</artifactId>
2625
<groupId>org.jolokia.mcp</groupId>
27-
<version>0.4.0-SNAPSHOT</version>
26+
<version>0.4.0</version>
2827
</parent>
2928

3029
<artifactId>jolokia-mcp-server</artifactId>
31-
<version>0.4.0-SNAPSHOT</version>
30+
<version>0.4.0</version>
3231

3332
<name>${project.artifactId}</name>
3433
<description>Jolokia MCP :: Server</description>

0 commit comments

Comments
 (0)