diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-01-24 09:49:44 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-01-24 09:49:44 +0100 |
commit | 0a36f3c8cefd6a217779dc69b41829060625214c (patch) | |
tree | 481e2a58af055ffced226e98bc0b721a103b0d1b /common/common-scripts/pom.xml | |
parent | 3fb54ae87ac2bebe6061f6ec9ff7493d18613016 (diff) |
Set Honeycomb version back to 1.19.01-SNAPSHOT
Change-Id: I61377b9f62a919983d5d51614ad3130c6c0e016c
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'common/common-scripts/pom.xml')
-rw-r--r-- | common/common-scripts/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index cbf920652..2dc47aed2 100644 --- a/common/common-scripts/pom.xml +++ b/common/common-scripts/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.scripts</groupId> <artifactId>scripts-parent</artifactId> - <version>1.19.01-RC1</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../scripts-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> <name>${project.artifactId}</name> - <version>1.19.01-RC1</version> + <version>1.19.01-SNAPSHOT</version> <packaging>jar</packaging> <properties> |