We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c51e9 commit ecfe29eCopy full SHA for ecfe29e
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>org.opennms.elasticsearch</groupId>
8
<artifactId>elasticsearch-drift-plugin</artifactId>
9
- <version>7.6.2-SNAPSHOT</version>
+ <version>7.6.2</version>
10
11
<licenses>
12
<license>
@@ -28,7 +28,7 @@
28
are no invalid characters such as colons (:) -->
29
<maven.build.timestamp.format>yyyy_MM_dd_HH_mm</maven.build.timestamp.format>
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>
+ <rpmRelease>1</rpmRelease>
32
<packageSummary>Time series aggregation for flow records in Elasticsearch</packageSummary>
33
</properties>
34
0 commit comments