Skip to content

Commit

Permalink
Update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinspg authored and mattcolegate committed Feb 28, 2018
1 parent cac5ec5 commit bca517c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dashboard/pom.xml
@@ -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.2.1-SNAPSHOT</version>
<version>1.2.1</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.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion javaagent/pom.xml
@@ -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.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>javametrics-agent</artifactId>
<name>javaagent</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.ibm.runtimetools</groupId>
<artifactId>javametrics</artifactId>
<packaging>pom</packaging>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<modules>
<module>javaagent</module>
<module>dashboard</module>
Expand Down
4 changes: 2 additions & 2 deletions prometheus/pom.xml
@@ -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.2.1-SNAPSHOT</version>
<version>1.2.1</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.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions rest/pom.xml
@@ -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.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>javametrics-rest</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.ibm.runtimetools</groupId>
<artifactId>javametrics-agent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring/pom.xml
Expand Up @@ -4,7 +4,7 @@

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

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

Expand Down

0 comments on commit bca517c

Please sign in to comment.