File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.opennms.elasticsearch</groupId >
8
8
<artifactId >elasticsearch-drift-plugin</artifactId >
9
- <version >6.7.3-SNAPSHOT </version >
9
+ <version >6.8.0 </version >
10
10
11
11
<licenses >
12
12
<license >
22
22
</parent >
23
23
24
24
<properties >
25
- <elasticsearch .version>6.7.3 </elasticsearch .version>
25
+ <elasticsearch .version>6.8.0 </elasticsearch .version>
26
26
27
27
<!-- We use the build timestamp in the RPM version, so change the format to ensure that there
28
28
are no invalid characters such as colons (:) -->
29
29
<maven .build.timestamp.format>yyyy_MM_dd_HH_mm</maven .build.timestamp.format>
30
30
<!-- Set to 0.${maven.build.timestamp}.SNAPSHOT when using a SNAPSHOT version to uniquely identify the RPMs -->
31
- <rpmRelease >0.${maven.build.timestamp}.SNAPSHOT </rpmRelease >
31
+ <rpmRelease >1 </rpmRelease >
32
32
<packageSummary >Time series aggregation for flow records in Elasticsearch</packageSummary >
33
33
</properties >
34
34
You can’t perform that action at this time.
0 commit comments