diff options
Diffstat (limited to 'base/http')
-rw-r--r-- | base/http/features/ccsdk-base-http/pom.xml | 4 | ||||
-rw-r--r-- | base/http/features/features-base-http/pom.xml | 4 | ||||
-rw-r--r-- | base/http/features/pom.xml | 4 | ||||
-rw-r--r-- | base/http/installer/pom.xml | 4 | ||||
-rw-r--r-- | base/http/pom.xml | 4 | ||||
-rw-r--r-- | base/http/provider/pom.xml | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/base/http/features/ccsdk-base-http/pom.xml b/base/http/features/ccsdk-base-http/pom.xml index bc2e8634..be9776bb 100644 --- a/base/http/features/ccsdk-base-http/pom.xml +++ b/base/http/features/ccsdk-base-http/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.2</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ccsdk-base-http</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.2</version> <packaging>feature</packaging> <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> diff --git a/base/http/features/features-base-http/pom.xml b/base/http/features/features-base-http/pom.xml index e0e9ebc3..7c4fbb08 100644 --- a/base/http/features/features-base-http/pom.xml +++ b/base/http/features/features-base-http/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.2</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>features-base-http</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.2</version> <packaging>feature</packaging> <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> diff --git a/base/http/features/pom.xml b/base/http/features/pom.xml index 8c9c45f3..88b73a82 100644 --- a/base/http/features/pom.xml +++ b/base/http/features/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.2</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-features</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.2</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> diff --git a/base/http/installer/pom.xml b/base/http/installer/pom.xml index e60ec35f..2b7ad391 100644 --- a/base/http/installer/pom.xml +++ b/base/http/installer/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.2</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-installer</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.2</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> diff --git a/base/http/pom.xml b/base/http/pom.xml index 90fc3d42..0e0cbf67 100644 --- a/base/http/pom.xml +++ b/base/http/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.2</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors.base</groupId> <artifactId>http</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.2</version> <packaging>pom</packaging> <modules> diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index 5747914a..dc56c3d3 100644 --- a/base/http/provider/pom.xml +++ b/base/http/provider/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.2</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>base-http-provider</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.2</version> <packaging>bundle</packaging> <dependencies> |