diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-18 11:01:47 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-18 11:01:47 +0200 |
commit | 363beb3a063a5285770a4962de030a34658ee192 (patch) | |
tree | d90c65d14cd95f1cbdceebcd64d6c6e10101fbf9 /vpp-common | |
parent | f7fd24ddbca0c49ab841cb3e75b947faf19cc9de (diff) |
Hc2vpp 1.19.04-RC1v1.19.04-RC1
Change-Id: Id86f16fbde71bf4dbec6ff8e7437df823a04195b
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'vpp-common')
-rw-r--r-- | vpp-common/naming-context-api/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/naming-context-impl/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/vpp-common-integration/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/vpp-impl-parent/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/vpp-translate-test/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/vpp-translate-utils/pom.xml | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/vpp-common/naming-context-api/pom.xml b/vpp-common/naming-context-api/pom.xml index 50e028c42..815ad069d 100644 --- a/vpp-common/naming-context-api/pom.xml +++ b/vpp-common/naming-context-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.common</groupId> <artifactId>naming-context-api</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <packaging>bundle</packaging> <dependencies> diff --git a/vpp-common/naming-context-impl/pom.xml b/vpp-common/naming-context-impl/pom.xml index 482fab449..9a219ffd7 100644 --- a/vpp-common/naming-context-impl/pom.xml +++ b/vpp-common/naming-context-impl/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>naming-context-impl</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <packaging>bundle</packaging> <dependencies> diff --git a/vpp-common/pom.xml b/vpp-common/pom.xml index 04ea66e4b..9c55b4cab 100644 --- a/vpp-common/pom.xml +++ b/vpp-common/pom.xml @@ -18,13 +18,13 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-common-aggregator</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index f56773885..3dbbbc123 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-common-integration</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <name>${project.artifactId}</name> <properties> diff --git a/vpp-common/vpp-impl-parent/pom.xml b/vpp-common/vpp-impl-parent/pom.xml index 1895a1b0c..36a089dc1 100644 --- a/vpp-common/vpp-impl-parent/pom.xml +++ b/vpp-common/vpp-impl-parent/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <packaging>pom</packaging> <properties> diff --git a/vpp-common/vpp-translate-test/pom.xml b/vpp-common/vpp-translate-test/pom.xml index 67c7fe352..be6125f13 100644 --- a/vpp-common/vpp-translate-test/pom.xml +++ b/vpp-common/vpp-translate-test/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <relativePath>../vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vpp-translate-test</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <name>${project.artifactId}</name> <packaging>bundle</packaging> diff --git a/vpp-common/vpp-translate-utils/pom.xml b/vpp-common/vpp-translate-utils/pom.xml index ae49ca563..71d529449 100644 --- a/vpp-common/vpp-translate-utils/pom.xml +++ b/vpp-common/vpp-translate-utils/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <relativePath>../vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vpp-translate-utils</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <packaging>bundle</packaging> <properties> |