diff options
Diffstat (limited to 'infra/rpc/pom.xml')
-rw-r--r-- | infra/rpc/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/rpc/pom.xml b/infra/rpc/pom.xml index 50870aeb6..508d3ac5a 100644 --- a/infra/rpc/pom.xml +++ b/infra/rpc/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>rpc-aggregator</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |