Fix build warnings

* Set <relativePath/> on <parent> element to prevent warnings about pointing to the wrong parent.
* Fix package name - avoid warning about invalid javadoc.

Partially resolves #156
This commit is contained in:
Chris Bono
2022-01-24 09:34:13 -06:00
committed by GitHub
parent 99dae795d5
commit a70383677b
16 changed files with 16 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version>
<relativePath/>
</parent>
<groupId>org.springframework.cloud.dataflow.samples</groupId>