diff options
Diffstat (limited to 'common/common-scripts')
-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 78768741e..513cf89f9 100644 --- a/common/common-scripts/pom.xml +++ b/common/common-scripts/pom.xml @@ -22,7 +22,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> <name>${project.artifactId}</name> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC2</version> <packaging>jar</packaging> <properties> @@ -97,7 +97,7 @@ <dependency> <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-impl</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC2</version> </dependency> </dependencies> |