Skip to content

Commit 2ebc0f9

Browse files
committed
Updated pom to use 1.7 instead of 1.8
1 parent e94f869 commit 2ebc0f9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010

1111
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1212
hs_err_pid*
13+
/target/

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
<plugin>
3838
<artifactId>maven-compiler-plugin</artifactId>
3939
<configuration>
40-
<source>1.8</source>
41-
<target>1.8</target>
40+
<source>1.7</source>
41+
<target>1.7</target>
4242
</configuration>
4343
</plugin>
4444
</plugins>
4545
</build>
4646

47-
</project>
47+
</project>

src/main/resources/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ monitor.main.trap.port=162
66
#
77
# Heartbeat
88
#
9-
monitor.heartbeat.polling.rate=120
9+
monitor.heartbeat.polling.rate=60
1010
monitor.heartbeat.enabled=true
1111
#
1212
# Liebert job properties

0 commit comments

Comments
 (0)