From 030d40415dd47d3d0685001c27a88c660c312968 Mon Sep 17 00:00:00 2001 From: greeshmaswaminathan Date: Thu, 2 Jun 2022 00:18:20 +0000 Subject: [PATCH] Removed SNAPSHOT from pom files. --- mmds-app/pom.xml | 2 +- mmds-model/pom.xml | 2 +- mmds-plugins/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mmds-app/pom.xml b/mmds-app/pom.xml index d3ecd68..12b97d7 100644 --- a/mmds-app/pom.xml +++ b/mmds-app/pom.xml @@ -23,7 +23,7 @@ io.cdap.mmds mmds - 1.10.0-SNAPSHOT + 1.10.0 mmds-app diff --git a/mmds-model/pom.xml b/mmds-model/pom.xml index 858aea4..bc69458 100644 --- a/mmds-model/pom.xml +++ b/mmds-model/pom.xml @@ -23,7 +23,7 @@ io.cdap.mmds mmds - 1.10.0-SNAPSHOT + 1.10.0 mmds-model diff --git a/mmds-plugins/pom.xml b/mmds-plugins/pom.xml index 668c1cf..16f5a6b 100644 --- a/mmds-plugins/pom.xml +++ b/mmds-plugins/pom.xml @@ -21,7 +21,7 @@ io.cdap.mmds mmds - 1.10.0-SNAPSHOT + 1.10.0 mmds-plugins diff --git a/pom.xml b/pom.xml index 816a51b..0686552 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ io.cdap.mmds mmds - 1.10.0-SNAPSHOT + 1.10.0 pom Model Management and Distribution Services