blob: f90935b34d9c517e04b173f3191cf7b6122dd167 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
#
# Defines jvpp version used by hc2vpp-integration job
# which produces honeycomb deb and RPM artifacts.
#
# Version should match the one used in pom files.
#
echo 17.10-SNAPSHOT
|