Skip to content

Commit bca517c

Browse files
robbinspgmattcolegate
authored andcommitted
Update version to 1.2.1
1 parent cac5ec5 commit bca517c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

dashboard/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.2.1-SNAPSHOT</version>
4+
<version>1.2.1</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.2.1-SNAPSHOT</version>
60+
<version>1.2.1</version>
6161
<scope>provided</scope>
6262
</dependency>
6363
<dependency>

javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.1-SNAPSHOT</version>
4+
<version>1.2.1</version>
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>javametrics-agent</artifactId>
77
<name>javaagent</name>

pom.xml

Lines changed: 1 addition & 1 deletion
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.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
<modules>
99
<module>javaagent</module>
1010
<module>dashboard</module>

prometheus/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.2.1-SNAPSHOT</version>
4+
<version>1.2.1</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.2.1-SNAPSHOT</version>
54+
<version>1.2.1</version>
5555
<scope>provided</scope>
5656
</dependency>
5757
<dependency>

rest/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.2.1-SNAPSHOT</version>
4+
<version>1.2.1</version>
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>javametrics-rest</artifactId>
77
<packaging>war</packaging>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.ibm.runtimetools</groupId>
5151
<artifactId>javametrics-agent</artifactId>
52-
<version>1.2.1-SNAPSHOT</version>
52+
<version>1.2.1</version>
5353
<scope>provided</scope>
5454
</dependency>
5555
<dependency>

spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.ibm.runtimetools</groupId>
66
<artifactId>javametrics-spring</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
<packaging>jar</packaging>
99

1010
<name>javametrics-spring</name>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.ibm.runtimetools</groupId>
6060
<artifactId>javametrics-agent</artifactId>
61-
<version>1.2.1-SNAPSHOT</version>
61+
<version>1.2.1</version>
6262
<scope>provided</scope>
6363
</dependency>
6464

0 commit comments

Comments
 (0)