Skip to content

Commit

Permalink
Release 1.1.0 (#69)
Browse files Browse the repository at this point in the history
Version 1.1.0 release
  • Loading branch information
robbinspg authored and hhellyer committed Dec 20, 2017
1 parent fe30e0b commit ec9f437
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ The Application Metrics for Java agent requires Java version 8.

<a name="install"></a>

### Installation
### Releases

Download the latest Application Metrics for Java release from [Github](http://github.com/runtimetools/javametrics/releases).
Download the latest Application Metrics for Java release zip from [Github](http://github.com/runtimetools/javametrics/releases).
This contains:
* `javametrics-dash-x.x.x.war` - Javametrics Web Application
* `javametrics-prometheus-x.x.x.war` - Javametrics Prometheus Endpoint
* `javametrics-agent-x.x.x.jar` - Javametrics agent
* `webapp/dashboard/javametrics-dash-x.x.x.war` - Javametrics Web Application
* `webapp/prometheus/javametrics-prometheus-x.x.x.war` - Javametrics Prometheus Endpoint
* `agent/javametrics-agent-x.x.x.jar` - Javametrics agent and required ASM libraries
* `spring/javametrics-spring-x.x.x.jar` - Javametrics spring

### Building with Maven

Expand Down Expand Up @@ -67,7 +68,7 @@ javametrics-prometheus
```

#### Websphere Liberty
Unpack the `.zip` or `.tar.gz` archive that you downloaded in the previous step. Copy the `javametrics-dash-x.x.x.war` and the `javametrics-prometheus-x.x.x.war` files into your [Websphere Liberty](https://developer.ibm.com/wasdev/websphere-liberty/) 'dropins' directory.
Unpack the release `.zip` archive that you downloaded in the previous step. Copy the `javametrics-dash-x.x.x.war` and the `javametrics-prometheus-x.x.x.war` files into your [Websphere Liberty](https://developer.ibm.com/wasdev/websphere-liberty/) 'dropins' directory.

If you only want the dashboard or prometheus support you can just copy the appropriate war file to the 'dropins' directory. Both require the agent to be loaded following the instructions below.

Expand Down Expand Up @@ -138,4 +139,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
1.0.2
1.1.0
4 changes: 2 additions & 2 deletions dashboard/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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>javametrics-dash</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.ibm.runtimetools</groupId>
<artifactId>javametrics-agent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>javametrics-agent</artifactId>
<name>javaagent</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.ibm.runtimetools</groupId>
<artifactId>javametrics</artifactId>
<packaging>pom</packaging>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<modules>
<module>javaagent</module>
<module>dashboard</module>
Expand Down
4 changes: 2 additions & 2 deletions prometheus/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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>javametrics-prometheus</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.ibm.runtimetools</groupId>
<artifactId>javametrics-agent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.ibm.runtimetools</groupId>
<artifactId>javametrics-spring</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>javametrics-spring</name>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.ibm.runtimetools</groupId>
<artifactId>javametrics-agent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ec9f437

Please sign in to comment.