Skip to content

Commit 40dd921

Browse files
author
Jesse White
committed
6.8.0
1 parent 8a801f2 commit 40dd921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.opennms.elasticsearch</groupId>
88
<artifactId>elasticsearch-drift-plugin</artifactId>
9-
<version>6.7.3-SNAPSHOT</version>
9+
<version>6.8.0</version>
1010

1111
<licenses>
1212
<license>
@@ -22,13 +22,13 @@
2222
</parent>
2323

2424
<properties>
25-
<elasticsearch.version>6.7.3</elasticsearch.version>
25+
<elasticsearch.version>6.8.0</elasticsearch.version>
2626

2727
<!-- We use the build timestamp in the RPM version, so change the format to ensure that there
2828
are no invalid characters such as colons (:) -->
2929
<maven.build.timestamp.format>yyyy_MM_dd_HH_mm</maven.build.timestamp.format>
3030
<!-- 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>
3232
<packageSummary>Time series aggregation for flow records in Elasticsearch</packageSummary>
3333
</properties>
3434

0 commit comments

Comments
 (0)