Removed redundant entries from POM files

Polished POM files to remove redundant entries that were causing warnings in the IDE. Some notable changes are:
- Removed spring-boot.version from sample project as they inherit it from the parent
- Removed versioning for maven-jar-plugin (was 3.0) from multiple project so it relies on the managed version
- Removed java.version from all spring-cloud-function-* modules as they inherit the one from parent.

Addressed PR comments
- removed references to maven-jar-plugin
This commit is contained in:
Oleg Zhurakousky
2017-03-10 10:15:37 -05:00
committed by markfisher
parent 5ace9b764b
commit 2a0653b0e7
10 changed files with 0 additions and 50 deletions

View File

@@ -15,7 +15,6 @@
</parent>
<properties>
<java.version>1.8</java.version>
<spring-cloud-deployer-thin.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-deployer-thin.version>
</properties>
@@ -78,11 +77,6 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>