Skip to content

Commit

Permalink
Update version to 1.0.1 (#33)
Browse files Browse the repository at this point in the history
* refactor pom.xml files

* update README.md
  • Loading branch information
tobespc authored and robbinspg committed Jul 21, 2017
1 parent 4ba3e3b commit eb41139
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following data collection sources are built-in:
GC | Percentage time spent in garbage collection
Memory | Java native and non-native memory usage
HTTP | HTTP request information


## Getting Started
### Prerequisites
Expand Down Expand Up @@ -56,9 +56,9 @@ Coming soon

Requirements: Maven

To build javametrics, run `mvn clean package` from the root project. This will build a zip file in the distribution directory containing
To build javametrics, run `mvn clean package` from the root project. This will build a zip file in the distribution directory containing
`javametrics-agent.jar`, `javametrics-web.war` and a `lib/` directory with the `asm*.jar` files.

## Source code
The source code for Application Metrics for Java is available in the [Javametrics Github project](http://github.com/RuntimeTools/javametrics).

Expand All @@ -69,4 +69,4 @@ This project is released under an Apache 2.0 open source license.
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.

## Version
0.0.0
1.0.1
4 changes: 2 additions & 2 deletions dashboard/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.runtimetools</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>javametrics-dash</artifactId>
<packaging>war</packaging>
<name>dashboard</name>
Expand Down
4 changes: 2 additions & 2 deletions javaagent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>com.ibm.runtimetools</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>javametrics-agent</artifactId>
<name>javaagent</name>
Expand Down Expand Up @@ -179,4 +179,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
<groupId>com.ibm.runtimetools</groupId>
<artifactId>javametrics</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>1.0.1</version>
<modules>
<module>javaagent</module>
<module>dashboard</module>
</modules>
</project>


0 comments on commit eb41139

Please sign in to comment.