diff options
Diffstat (limited to 'nsh/api/pom.xml')
-rw-r--r-- | nsh/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsh/api/pom.xml b/nsh/api/pom.xml index 783065cfb..ab120d81a 100644 --- a/nsh/api/pom.xml +++ b/nsh/api/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <relativePath>../../common/api-parent</relativePath> </parent> @@ -26,7 +26,7 @@ <groupId>io.fd.hc2vpp.nsh</groupId> <artifactId>vppnsh-api</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <packaging>bundle</packaging> <dependencies> |