Skip to content

Commit eb41139

Browse files
tobespcrobbinspg
authored andcommitted
Update version to 1.0.1 (#33)
* refactor pom.xml files * update README.md
1 parent 4ba3e3b commit eb41139

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following data collection sources are built-in:
1111
GC | Percentage time spent in garbage collection
1212
Memory | Java native and non-native memory usage
1313
HTTP | HTTP request information
14-
14+
1515

1616
## Getting Started
1717
### Prerequisites
@@ -56,9 +56,9 @@ Coming soon
5656

5757
Requirements: Maven
5858

59-
To build javametrics, run `mvn clean package` from the root project. This will build a zip file in the distribution directory containing
59+
To build javametrics, run `mvn clean package` from the root project. This will build a zip file in the distribution directory containing
6060
`javametrics-agent.jar`, `javametrics-web.war` and a `lib/` directory with the `asm*.jar` files.
61-
61+
6262
## Source code
6363
The source code for Application Metrics for Java is available in the [Javametrics Github project](http://github.com/RuntimeTools/javametrics).
6464

@@ -69,4 +69,4 @@ This project is released under an Apache 2.0 open source license.
6969
This project uses a semver-parsable X.0.Z version number for releases, where X is incremented for breaking changes to the public API described in this document and Z is incremented for bug fixes **and** for non-breaking changes to the public API that provide new function.
7070

7171
## Version
72-
0.0.0
72+
1.0.1

dashboard/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3-
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.ibm.runtimetools</groupId>
5-
<version>1.0.0</version>
4+
<version>1.0.1</version>
5+
<modelVersion>4.0.0</modelVersion>
66
<artifactId>javametrics-dash</artifactId>
77
<packaging>war</packaging>
88
<name>dashboard</name>

javaagent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<groupId>com.ibm.runtimetools</groupId>
4-
<version>1.0.0</version>
4+
<version>1.0.1</version>
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>javametrics-agent</artifactId>
77
<name>javaagent</name>
@@ -179,4 +179,4 @@
179179
</plugin>
180180
</plugins>
181181
</build>
182-
</project>
182+
</project>

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
<groupId>com.ibm.runtimetools</groupId>
55
<artifactId>javametrics</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
<modules>
99
<module>javaagent</module>
1010
<module>dashboard</module>
1111
</modules>
1212
</project>
13-
14-

0 commit comments

Comments
 (0)