diff options
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/application/pom.xml | 4 | ||||
-rw-r--r-- | cds-ui/client/pom.xml | 4 | ||||
-rw-r--r-- | cds-ui/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index d196822da..35227dab1 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -24,12 +24,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.1</version> <relativePath>..</relativePath> </parent> <artifactId>application</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.1</version> <packaging>pom</packaging> <name>cds-ui-application</name> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index ee4170e46..f9c2f8891 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -24,12 +24,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.1</version> <relativePath>..</relativePath> </parent> <artifactId>ui-client</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.1</version> <packaging>pom</packaging> <name>cds-ui-client</name> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 76967c01d..65df54d64 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.1</version> <packaging>pom</packaging> <name>cds-ui-parent</name> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index c7a76f605..52b8e0895 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -24,12 +24,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.1</version> <relativePath>..</relativePath> </parent> <artifactId>ui-server</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.1</version> <packaging>pom</packaging> <name>cds-ui-server</name> |