Skip to content

Commit

Permalink
prepare for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
blerer committed Nov 18, 2014
1 parent d32cbc3 commit 68c09bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project basedir="." default="build" name="jamm" xmlns:ivy="antlib:org.apache.ivy.ant">
<property name="debuglevel" value="source,lines,vars"/>
<property name="version" value="0.3.0-SNAPSHOT"/>
<property name="version" value="0.3.0"/>

<property name="basedir" value="."/>
<property name="build.src" value="${basedir}/src"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.github.jbellis</groupId>
<artifactId>jamm</artifactId>
<packaging>jar</packaging>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</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 Down

0 comments on commit 68c09bd

Please sign in to comment.