Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
updated version, removed old maven-compiler-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
grogu01 authored and grogu01 committed Apr 26, 2018
1 parent 040fe4f commit 9bdfc6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asm-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ca.apm.extensions</groupId>
<artifactId>asm-monitor</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.5</version>
<name>ASMMonitor</name>
<description>Extension to integrate App Synthetic Monitor (fka Cloud Monitor, WatchMouse) into CA APM.</description>

Expand Down Expand Up @@ -147,7 +147,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down

0 comments on commit 9bdfc6a

Please sign in to comment.