diff options
35 files changed, 233 insertions, 31 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 00000000..1f42cacf --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=sdnc/northbound.git +defaultbranch=oslo diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index 1448a33b..54870dd6 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>features-sdnc-northbound</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index 430e46aa..565a6550 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-northbound-features-installer</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> diff --git a/features/pom.xml b/features/pom.xml index 4e7420ad..dd3b8e03 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-northbound-feature-aggregator</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: features</name> diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 7b87b395..460d02dd 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-northbound-all</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> diff --git a/generic-resource-api/client/.swagger-codegen-ignore b/generic-resource-api/client/.swagger-codegen-ignore new file mode 100644 index 00000000..188b064e --- /dev/null +++ b/generic-resource-api/client/.swagger-codegen-ignore @@ -0,0 +1,2 @@ +**/GenericResourceApiVfModuleTopology.java +**/GenericResourceApiVnfTopology.java diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index 91779079..794ab5db 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-client</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-northbound :: generic-resource-api:: ${project.artifactId}</name> @@ -92,8 +92,8 @@ <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> <version>${jackson.version}</version> - </dependency> - </dependencies> + </dependency> + </dependencies> <executions> <execution> <goals> @@ -102,6 +102,7 @@ <configuration> <inputSpec>${project.basedir}/../model/swagger/src/main/yaml/${api.name}.yaml</inputSpec> <language>spring</language> + <ignoreFileOverride>${project.basedir}/.swagger-codegen-ignore</ignoreFileOverride> <configOptions> <java8>true</java8> <withXml>true</withXml> diff --git a/generic-resource-api/client/src/main/java/org/onap/sdnc/northbound/client/model/GenericResourceApiVfModuleTopology.java b/generic-resource-api/client/src/main/java/org/onap/sdnc/northbound/client/model/GenericResourceApiVfModuleTopology.java new file mode 100644 index 00000000..9ace0d9e --- /dev/null +++ b/generic-resource-api/client/src/main/java/org/onap/sdnc/northbound/client/model/GenericResourceApiVfModuleTopology.java @@ -0,0 +1,92 @@ +package org.onap.sdnc.northbound.client.model; + +import java.util.Objects; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonAlias; +import com.fasterxml.jackson.annotation.JsonCreator; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import org.onap.sdnc.northbound.client.model.GenericResourceApiVfmoduletopologyVfModuleTopology; +import java.io.Serializable; +import javax.validation.Valid; +import javax.validation.constraints.*; +import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement; +import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; +import javax.xml.bind.annotation.*; + +/** + * GenericResourceApiVfModuleTopology + */ +@javax.annotation.Generated(value = "io.swagger.codegen.languages.SpringCodegen", date = "2025-01-08T14:16:16.769-05:00") +@JacksonXmlRootElement(localName = "GenericResourceApiVfModuleTopology") +@XmlRootElement(name = "GenericResourceApiVfModuleTopology") +@XmlAccessorType(XmlAccessType.FIELD) +public class GenericResourceApiVfModuleTopology implements Serializable { + private static final long serialVersionUID = 1L; + + @JsonProperty("vf-module-topology") + @JsonAlias({"GENERIC-RESOURCE-API:vf-module-topology", "vf-module-topology"}) + @JacksonXmlProperty(localName = "vf-module-topology") + private GenericResourceApiVfmoduletopologyVfModuleTopology vfModuleTopology = null; + + public GenericResourceApiVfModuleTopology vfModuleTopology(GenericResourceApiVfmoduletopologyVfModuleTopology vfModuleTopology) { + this.vfModuleTopology = vfModuleTopology; + return this; + } + + /** + * Get vfModuleTopology + * @return vfModuleTopology + **/ + @ApiModelProperty(value = "") + + @Valid + + public GenericResourceApiVfmoduletopologyVfModuleTopology getVfModuleTopology() { + return vfModuleTopology; + } + + public void setVfModuleTopology(GenericResourceApiVfmoduletopologyVfModuleTopology vfModuleTopology) { + this.vfModuleTopology = vfModuleTopology; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GenericResourceApiVfModuleTopology genericResourceApiVfModuleTopology = (GenericResourceApiVfModuleTopology) o; + return Objects.equals(this.vfModuleTopology, genericResourceApiVfModuleTopology.vfModuleTopology); + } + + @Override + public int hashCode() { + return Objects.hash(vfModuleTopology); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GenericResourceApiVfModuleTopology {\n"); + + sb.append(" vfModuleTopology: ").append(toIndentedString(vfModuleTopology)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} + diff --git a/generic-resource-api/client/src/main/java/org/onap/sdnc/northbound/client/model/GenericResourceApiVnfTopology.java b/generic-resource-api/client/src/main/java/org/onap/sdnc/northbound/client/model/GenericResourceApiVnfTopology.java new file mode 100644 index 00000000..801785a9 --- /dev/null +++ b/generic-resource-api/client/src/main/java/org/onap/sdnc/northbound/client/model/GenericResourceApiVnfTopology.java @@ -0,0 +1,92 @@ +package org.onap.sdnc.northbound.client.model; + +import java.util.Objects; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonAlias; +import com.fasterxml.jackson.annotation.JsonCreator; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import org.onap.sdnc.northbound.client.model.GenericResourceApiVnftopologyVnfTopology; +import java.io.Serializable; +import javax.validation.Valid; +import javax.validation.constraints.*; +import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement; +import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; +import javax.xml.bind.annotation.*; + +/** + * GenericResourceApiVnfTopology + */ +@javax.annotation.Generated(value = "io.swagger.codegen.languages.SpringCodegen", date = "2025-01-08T10:24:30.980-05:00") +@JacksonXmlRootElement(localName = "GenericResourceApiVnfTopology") +@XmlRootElement(name = "GenericResourceApiVnfTopology") +@XmlAccessorType(XmlAccessType.FIELD) +public class GenericResourceApiVnfTopology implements Serializable { + private static final long serialVersionUID = 1L; + + @JsonProperty("vnf-topology") + @JsonAlias({"GENERIC-RESOURCE-API:vnf-topology", "vnf-topology"}) + @JacksonXmlProperty(localName = "vnf-topology") + private GenericResourceApiVnftopologyVnfTopology vnfTopology = null; + + public GenericResourceApiVnfTopology vnfTopology(GenericResourceApiVnftopologyVnfTopology vnfTopology) { + this.vnfTopology = vnfTopology; + return this; + } + + /** + * Get vnfTopology + * @return vnfTopology + **/ + @ApiModelProperty(value = "") + + @Valid + + public GenericResourceApiVnftopologyVnfTopology getVnfTopology() { + return vnfTopology; + } + + public void setVnfTopology(GenericResourceApiVnftopologyVnfTopology vnfTopology) { + this.vnfTopology = vnfTopology; + } + + + @Override + public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GenericResourceApiVnfTopology genericResourceApiVnfTopology = (GenericResourceApiVnfTopology) o; + return Objects.equals(this.vnfTopology, genericResourceApiVnfTopology.vnfTopology); + } + + @Override + public int hashCode() { + return Objects.hash(vnfTopology); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GenericResourceApiVnfTopology {\n"); + + sb.append(" vnfTopology: ").append(toIndentedString(vnfTopology)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} + 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 d5d22670..90adda33 100644 --- a/generic-resource-api/features/features-generic-resource-api/pom.xml +++ b/generic-resource-api/features/features-generic-resource-api/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>features-generic-resource-api</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> diff --git a/generic-resource-api/features/pom.xml b/generic-resource-api/features/pom.xml index 064d7736..82a74124 100644 --- a/generic-resource-api/features/pom.xml +++ b/generic-resource-api/features/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-features</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> 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 a1e1e35e..03b430c9 100644 --- a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml +++ b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-generic-resource-api</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> diff --git a/generic-resource-api/installer/pom.xml b/generic-resource-api/installer/pom.xml index 22051a47..1f6d0b3d 100755 --- a/generic-resource-api/installer/pom.xml +++ b/generic-resource-api/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-installer</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> diff --git a/generic-resource-api/model/pom.xml b/generic-resource-api/model/pom.xml index 304121b4..88678a70 100644 --- a/generic-resource-api/model/pom.xml +++ b/generic-resource-api/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> diff --git a/generic-resource-api/model/swagger/pom.xml b/generic-resource-api/model/swagger/pom.xml index c54b96c1..d7ee0762 100644 --- a/generic-resource-api/model/swagger/pom.xml +++ b/generic-resource-api/model/swagger/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model-swagger</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-northbound :: generic-resource-api:: ${project.artifactId}</name> diff --git a/generic-resource-api/model/yang/pom.xml b/generic-resource-api/model/yang/pom.xml index 387cc5be..4803e109 100644 --- a/generic-resource-api/model/yang/pom.xml +++ b/generic-resource-api/model/yang/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model-yang</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> diff --git a/generic-resource-api/pom.xml b/generic-resource-api/pom.xml index e2a4c213..13833b0d 100644 --- a/generic-resource-api/pom.xml +++ b/generic-resource-api/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: generic-resource-api</name> diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml index c19bf699..aea4a41f 100644 --- a/generic-resource-api/provider/pom.xml +++ b/generic-resource-api/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-provider</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name> diff --git a/optical-service/features/features-optical-service/pom.xml b/optical-service/features/features-optical-service/pom.xml index 7b77d326..28fd0d6b 100644 --- a/optical-service/features/features-optical-service/pom.xml +++ b/optical-service/features/features-optical-service/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>features-optical-service</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: optical-service :: ${project.artifactId}</name> diff --git a/optical-service/features/pom.xml b/optical-service/features/pom.xml index 4523475c..f62cf086 100644 --- a/optical-service/features/pom.xml +++ b/optical-service/features/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>optical-service-features</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: optical-service:: ${project.artifactId}</name> diff --git a/optical-service/features/sdnc-optical-service/pom.xml b/optical-service/features/sdnc-optical-service/pom.xml index eefa05f1..71e7dfe9 100644 --- a/optical-service/features/sdnc-optical-service/pom.xml +++ b/optical-service/features/sdnc-optical-service/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-optical-service</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: optical-service :: ${project.artifactId}</name> diff --git a/optical-service/installer/pom.xml b/optical-service/installer/pom.xml index bb158bb6..40549d39 100644 --- a/optical-service/installer/pom.xml +++ b/optical-service/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>optical-service-installer</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: optical-service :: ${project.artifactId}</name> diff --git a/optical-service/model/pom.xml b/optical-service/model/pom.xml index 6553cf4e..57a7ae5e 100644 --- a/optical-service/model/pom.xml +++ b/optical-service/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>optical-service-model</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: optical-service :: ${project.artifactId}</name> diff --git a/optical-service/pom.xml b/optical-service/pom.xml index 22faee29..e9d97fb0 100644 --- a/optical-service/pom.xml +++ b/optical-service/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>optical-service</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: optical-service</name> diff --git a/optical-service/provider/pom.xml b/optical-service/provider/pom.xml index 2db33676..5e78c3e7 100644 --- a/optical-service/provider/pom.xml +++ b/optical-service/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>optical-service-provider</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: optical-service :: ${project.artifactId}</name> @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-northbound</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound</name> diff --git a/releases/3.0.1.yaml b/releases/3.0.1.yaml new file mode 100644 index 00000000..124c853a --- /dev/null +++ b/releases/3.0.1.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '3.0.1' +project: 'sdnc-northbound' +log_dir: 'sdnc-northbound-maven-stage-master/310/' diff --git a/releases/3.0.2.yaml b/releases/3.0.2.yaml new file mode 100644 index 00000000..cf8d7b02 --- /dev/null +++ b/releases/3.0.2.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '3.0.2' +project: 'sdnc-northbound' +log_dir: 'sdnc-northbound-maven-stage-oslo/4/' diff --git a/version.properties b/version.properties index d4749b53..93209550 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ release_name=3 sprint_number=0 -feature_revision=1 +feature_revision=3 base_version=${release_name}.${sprint_number}.${feature_revision} diff --git a/vnftools/features/features-vnftools/pom.xml b/vnftools/features/features-vnftools/pom.xml index ea3bf969..9ee98035 100644 --- a/vnftools/features/features-vnftools/pom.xml +++ b/vnftools/features/features-vnftools/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>features-vnftools</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml index f3acda21..0013f035 100644 --- a/vnftools/features/pom.xml +++ b/vnftools/features/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools-features</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> diff --git a/vnftools/features/sdnc-vnftools/pom.xml b/vnftools/features/sdnc-vnftools/pom.xml index 8dbc3ae6..8d2f7258 100644 --- a/vnftools/features/sdnc-vnftools/pom.xml +++ b/vnftools/features/sdnc-vnftools/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>sdnc-vnftools</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>feature</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml index f4d72303..1dcd2f43 100755 --- a/vnftools/installer/pom.xml +++ b/vnftools/installer/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools-installer</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> diff --git a/vnftools/pom.xml b/vnftools/pom.xml index 50e4d733..41831fc9 100644 --- a/vnftools/pom.xml +++ b/vnftools/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>VNF Tools Plugin</name> diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml index bec58507..5e5c812f 100644 --- a/vnftools/provider/pom.xml +++ b/vnftools/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools-provider</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name> |