We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017183a commit 5a19a9aCopy full SHA for 5a19a9a
pom.xml
@@ -17,6 +17,7 @@
17
18
<name>Elasticsearch Drift Plugin</name>
19
<description>Aggregate function plugin for Elasticsearch</description>
20
+ <url>https://github.com/OpenNMS/elasticsearch-drift-plugin</url>
21
22
<modules>
23
<module>es-7.6.2</module>
@@ -342,7 +343,7 @@
342
343
<plugin>
344
<groupId>org.codehaus.mojo</groupId>
345
<artifactId>flatten-maven-plugin</artifactId>
- <version>1.0.0</version>
346
+ <version>1.2.7</version>
347
<configuration>
348
<updatePomFile>true</updatePomFile>
349
</configuration>
@@ -353,6 +354,9 @@
353
354
<goals>
355
<goal>flatten</goal>
356
</goals>
357
+ <configuration>
358
+ <flattenMode>oss</flattenMode>
359
+ </configuration>
360
</execution>
361
<execution>
362
<id>flatten.clean</id>
0 commit comments