forked from jbellis/jamm
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release v0.4.1
- Loading branch information
1 parent
00272b1
commit 77dda1d
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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> | ||
|
@@ -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> | ||
|