Syslog source - fix maven plugin coordinates for app generator

This commit is contained in:
Soby Chacko
2020-08-20 17:10:41 -04:00
parent b27897227d
commit 6a3aec8616

View File

@@ -34,8 +34,8 @@
<artifactId>spring-cloud-app-starter-doc-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.springframework.cloud.stream.app.plugin</groupId>
<artifactId>spring-cloud-stream-app-maven-plugin</artifactId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dataflow-apps-generator-plugin</artifactId>
<configuration>
<application>
<name>syslog</name>