Skip to content

Commit f5809ec

Browse files
tobespcrobbinspg
authored andcommittedNov 13, 2017
bump to 1.0.2 (#50)
* bump to 1.0.2 * Update pom.xml * Update pom.xml
1 parent 6076c3b commit f5809ec

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
 

‎dashboard/pom.xml

+2-2
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.1</version>
4+
<version>1.0.2</version>
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>javametrics-dash</artifactId>
77
<packaging>war</packaging>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.ibm.runtimetools</groupId>
5959
<artifactId>javametrics-agent</artifactId>
60-
<version>1.0.0</version>
60+
<version>1.0.2</version>
6161
<scope>provided</scope>
6262
</dependency>
6363
<dependency>

‎javaagent/pom.xml

+1-1
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.1</version>
4+
<version>1.0.2</version>
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>javametrics-agent</artifactId>
77
<name>javaagent</name>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.ibm.runtimetools</groupId>
55
<artifactId>javametrics</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.0.1</version>
7+
<version>1.0.2</version>
88
<modules>
99
<module>javaagent</module>
1010
<module>dashboard</module>

‎prometheus/pom.xml

+2-2
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.1</version>
4+
<version>1.0.2</version>
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>javametrics-prometheus</artifactId>
77
<packaging>war</packaging>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.ibm.runtimetools</groupId>
5353
<artifactId>javametrics-agent</artifactId>
54-
<version>1.0.0</version>
54+
<version>1.0.2</version>
5555
<scope>provided</scope>
5656
</dependency>
5757
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.