diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-17 11:59:38 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-17 13:38:44 -0400 |
commit | a31feef8c602092bf7c24284ecbd2b09d4032077 (patch) | |
tree | 3a47e3106d2e73df328454398a4edd95a6f6bd31 /springboot/spring-boot-setup | |
parent | 95395e80b9e994c8fa801570f689b26870457951 (diff) |
Update for Java 11
Update to use java 11 to compile
Issue-ID: CCSDK-3415
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6f60e301c801f44ff811a6dd1cc40ad721bb7fc3
Diffstat (limited to 'springboot/spring-boot-setup')
-rw-r--r-- | springboot/spring-boot-setup/pom.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index fe5a295d..d41913b0 100644 --- a/springboot/spring-boot-setup/pom.xml +++ b/springboot/spring-boot-setup/pom.xml @@ -71,30 +71,6 @@ <encoding>UTF-8</encoding> </configuration> </execution> - <execution> - <id>create-springboot25-parent-pom</id> - <goals> - <goal>copy-resources</goal> - </goals><!-- here the phase you need --> - <phase>validate</phase> - <configuration> - <outputDirectory>../springboot25</outputDirectory> - <resources> - <resource> - <directory>src/main/resources</directory> - <includes> - <include>pom-template.xml</include> - </includes> - <filtering>true</filtering> - </resource> - </resources> - <escapeString>\</escapeString> - <filters> - <filter>${basedir}/src/main/properties/springboot25.properties</filter> - </filters> - <encoding>UTF-8</encoding> - </configuration> - </execution> </executions> </plugin> <plugin> @@ -124,17 +100,6 @@ <destinationFile>../springboot2/pom.xml</destinationFile> </configuration> </execution> - <execution> - <id>rename-springboot25-parent-pom</id> - <phase>validate</phase> - <goals> - <goal>rename</goal> - </goals> - <configuration> - <sourceFile>../springboot25/pom-template.xml</sourceFile> - <destinationFile>../springboot25/pom.xml</destinationFile> - </configuration> - </execution> </executions> </plugin> </plugins> |