diff options
Diffstat (limited to 'infra/northbound/common/pom.xml')
-rw-r--r-- | infra/northbound/common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml index 63e69e974..728ec1c2a 100644 --- a/infra/northbound/common/pom.xml +++ b/infra/northbound/common/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.19.01-RC1</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>common</artifactId> - <version>1.19.01-RC1</version> + <version>1.19.01-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> |