diff options
Diffstat (limited to 'generic-resource-api')
-rw-r--r-- | generic-resource-api/client/pom.xml | 6 | ||||
-rw-r--r-- | generic-resource-api/features/features-generic-resource-api/pom.xml | 2 | ||||
-rw-r--r-- | generic-resource-api/features/pom.xml | 6 | ||||
-rw-r--r-- | generic-resource-api/features/sdnc-generic-resource-api/pom.xml | 4 | ||||
-rwxr-xr-x | generic-resource-api/installer/pom.xml | 4 | ||||
-rw-r--r-- | generic-resource-api/model/pom.xml | 6 | ||||
-rw-r--r-- | generic-resource-api/pom.xml | 8 | ||||
-rw-r--r-- | generic-resource-api/provider/pom.xml | 6 |
8 files changed, 19 insertions, 23 deletions
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index a198618c..cac3b70c 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -17,7 +15,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>client-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <dependencies> diff --git a/generic-resource-api/features/features-generic-resource-api/pom.xml b/generic-resource-api/features/features-generic-resource-api/pom.xml index ddc2a007..435d167b 100644 --- a/generic-resource-api/features/features-generic-resource-api/pom.xml +++ b/generic-resource-api/features/features-generic-resource-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <relativePath/> </parent> diff --git a/generic-resource-api/features/pom.xml b/generic-resource-api/features/pom.xml index ea0a4f3c..9fba351e 100644 --- a/generic-resource-api/features/pom.xml +++ b/generic-resource-api/features/pom.xml @@ -1,12 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3-SNAPSHOT</version> - <relativePath /> + <version>1.1.3</version> + <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> diff --git a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml index 11467def..18ba5fbd 100644 --- a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml +++ b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml @@ -5,8 +5,8 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> - <relativePath /> + <version>1.1.3</version> + <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> diff --git a/generic-resource-api/installer/pom.xml b/generic-resource-api/installer/pom.xml index b31198de..dd86a468 100755 --- a/generic-resource-api/installer/pom.xml +++ b/generic-resource-api/installer/pom.xml @@ -5,8 +5,8 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3-SNAPSHOT</version> - <relativePath /> + <version>1.1.3</version> + <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> diff --git a/generic-resource-api/model/pom.xml b/generic-resource-api/model/pom.xml index 37ecf15e..41a6da1e 100644 --- a/generic-resource-api/model/pom.xml +++ b/generic-resource-api/model/pom.xml @@ -1,12 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> - <relativePath /> + <version>1.1.3</version> + <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> diff --git a/generic-resource-api/pom.xml b/generic-resource-api/pom.xml index d281a7fe..6c2dc5ca 100644 --- a/generic-resource-api/pom.xml +++ b/generic-resource-api/pom.xml @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3-SNAPSHOT</version> - <relativePath /> + <version>1.1.3</version> + <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml index 44c3ca6d..176f55f6 100644 --- a/generic-resource-api/provider/pom.xml +++ b/generic-resource-api/provider/pom.xml @@ -1,12 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.3-SNAPSHOT</version> - <relativePath /> + <version>1.1.3</version> + <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> |