diff options
Diffstat (limited to 'common/yang-whitelist')
-rw-r--r-- | common/yang-whitelist/pom.xml | 2 | ||||
-rw-r--r-- | common/yang-whitelist/yang-whitelist-api/pom.xml | 4 | ||||
-rw-r--r-- | common/yang-whitelist/yang-whitelist-impl/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/common/yang-whitelist/pom.xml b/common/yang-whitelist/pom.xml index f7013bf76..3c4dcb491 100644 --- a/common/yang-whitelist/pom.xml +++ b/common/yang-whitelist/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.19.04-RC1</version> + <version>1.19.04-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> diff --git a/common/yang-whitelist/yang-whitelist-api/pom.xml b/common/yang-whitelist/yang-whitelist-api/pom.xml index 996ca6411..a4a75565f 100644 --- a/common/yang-whitelist/yang-whitelist-api/pom.xml +++ b/common/yang-whitelist/yang-whitelist-api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.19.04-RC1</version> + <version>1.19.04-SNAPSHOT</version> <relativePath>../../honeycomb-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-api</artifactId> - <version>1.19.04-RC1</version> + <version>1.19.04-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> diff --git a/common/yang-whitelist/yang-whitelist-impl/pom.xml b/common/yang-whitelist/yang-whitelist-impl/pom.xml index 83ba71740..da00dda70 100644 --- a/common/yang-whitelist/yang-whitelist-impl/pom.xml +++ b/common/yang-whitelist/yang-whitelist-impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.19.04-RC1</version> + <version>1.19.04-SNAPSHOT</version> <relativePath>../../honeycomb-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-impl</artifactId> - <version>1.19.04-RC1</version> + <version>1.19.04-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> |