diff options
Diffstat (limited to 'grpc-resource')
-rw-r--r-- | grpc-resource/features/ccsdk-grpc-client/pom.xml | 4 | ||||
-rwxr-xr-x | grpc-resource/features/features-grpc-client/pom.xml | 4 | ||||
-rwxr-xr-x | grpc-resource/features/pom.xml | 4 | ||||
-rwxr-xr-x | grpc-resource/installer/pom.xml | 4 | ||||
-rw-r--r-- | grpc-resource/pom.xml | 4 | ||||
-rw-r--r-- | grpc-resource/provider/pom.xml | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/grpc-resource/features/ccsdk-grpc-client/pom.xml b/grpc-resource/features/ccsdk-grpc-client/pom.xml index 0cd94bc8..501d2182 100644 --- a/grpc-resource/features/ccsdk-grpc-client/pom.xml +++ b/grpc-resource/features/ccsdk-grpc-client/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ccsdk-grpc-client</artifactId> - <version>0.4.2-SNAPSHOT</version> + <version>0.4.3-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-adaptors :: grpc-client :: ${project.artifactId}</name> diff --git a/grpc-resource/features/features-grpc-client/pom.xml b/grpc-resource/features/features-grpc-client/pom.xml index bc19c0b9..9a0c36c8 100755 --- a/grpc-resource/features/features-grpc-client/pom.xml +++ b/grpc-resource/features/features-grpc-client/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>features-grpc-client</artifactId> - <version>0.4.2-SNAPSHOT</version> + <version>0.4.3-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-adaptors :: grpc-client :: ${project.artifactId}</name> diff --git a/grpc-resource/features/pom.xml b/grpc-resource/features/pom.xml index b726808f..4e8d216d 100755 --- a/grpc-resource/features/pom.xml +++ b/grpc-resource/features/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>grpc-client-features</artifactId> - <version>0.4.2-SNAPSHOT</version> + <version>0.4.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: grpc-client :: ${project.artifactId}</name> diff --git a/grpc-resource/installer/pom.xml b/grpc-resource/installer/pom.xml index 669081e5..a7db567a 100755 --- a/grpc-resource/installer/pom.xml +++ b/grpc-resource/installer/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>grpc-client-installer</artifactId> - <version>0.4.2-SNAPSHOT</version> + <version>0.4.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: grpc-client :: ${project.artifactId}</name> diff --git a/grpc-resource/pom.xml b/grpc-resource/pom.xml index 5c5050d1..7a8af01e 100644 --- a/grpc-resource/pom.xml +++ b/grpc-resource/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>grpc-client</artifactId> - <version>0.4.2-SNAPSHOT</version> + <version>0.4.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: grpc-client</name> diff --git a/grpc-resource/provider/pom.xml b/grpc-resource/provider/pom.xml index 18fa0c60..bd79847f 100644 --- a/grpc-resource/provider/pom.xml +++ b/grpc-resource/provider/pom.xml @@ -19,13 +19,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>grpc-client-provider</artifactId> - <version>0.4.2-SNAPSHOT</version> + <version>0.4.3-SNAPSHOT</version> <packaging>bundle</packaging> <modelVersion>4.0.0</modelVersion> |