Skip to content

Commit 68c09bd

Browse files
committed
prepare for 0.3.0 release
1 parent d32cbc3 commit 68c09bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<project basedir="." default="build" name="jamm" xmlns:ivy="antlib:org.apache.ivy.ant">
33
<property name="debuglevel" value="source,lines,vars"/>
4-
<property name="version" value="0.3.0-SNAPSHOT"/>
4+
<property name="version" value="0.3.0"/>
55

66
<property name="basedir" value="."/>
77
<property name="build.src" value="${basedir}/src"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.github.jbellis</groupId>
1212
<artifactId>jamm</artifactId>
1313
<packaging>jar</packaging>
14-
<version>0.3.0-SNAPSHOT</version>
14+
<version>0.3.0</version>
1515
<name>Java Agent for Memory Measurements</name>
1616
<description>
1717
Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.

0 commit comments

Comments
 (0)