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

Commit

Permalink
Don't use properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatparida86 committed Jul 1, 2019
1 parent 9aaad90 commit c6a4af1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<artifactId>zmon-scheduler</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
<spring.version>1.4.4.RELEASE</spring.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -186,7 +182,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.version}</version>
<version>1.4.4.RELEASE</version>
<executions>
<execution>
<id>repackage</id>
Expand Down

0 comments on commit c6a4af1

Please sign in to comment.