Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephankoelle committed Sep 9, 2021
1 parent 00272b1 commit 77dda1d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>io.github.stephankoelle</groupId>
<artifactId>jamm</artifactId>
<packaging>jar</packaging>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<name>Java Agent for Memory Measurements</name>
<description>
Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:git://github.com/stephankoelle/jamm.git</connection>
<developerConnection>scm:git:[email protected]:stephankoelle/jamm.git</developerConnection>
<url>http://github.com/stephankoelle/jamm/tree/master/</url>
<tag>v0.4.0</tag>
<tag>v0.4.1</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down Expand Up @@ -201,8 +201,7 @@
<configuration>
<finalName>benchmarks</finalName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jmh.Main</mainClass>
</transformer>
</transformers>
Expand Down

0 comments on commit 77dda1d

Please sign in to comment.