From: Dan Timoney Date: Sat, 6 Jun 2020 16:32:02 +0000 (-0400) Subject: Roll to Guilin release X-Git-Tag: 2.0.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F108870%2F1;p=sdnc%2Fapps.git Roll to Guilin release Roll to Guilin release versions Change-Id: I0d9e8d86bf71d0339bc7be4391c69e992b2a509d Issue-ID: SDNC-1235 Signed-off-by: Dan Timoney --- diff --git a/client/.gitignore b/client/.gitignore deleted file mode 100644 index b83d222..0000000 --- a/client/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target/ diff --git a/client/pom.xml b/client/pom.xml deleted file mode 100644 index 8a1afe1..0000000 --- a/client/pom.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - - 4.0.0 - jar - org.onap.sdnc.apps - client - 1.8.0-SNAPSHOT - - ONAP :: ${project.groupId} :: ${project.artifactId} - http://wiki.onap.org - POM to be used for yang2swagger generation of client in SDNC project - - - org.onap.ccsdk.parent - client-parent - 1.5.2 - - - - 1.4.0 - - - - - - org.onap.sdnc.northbound - generic-resource-api-model - ${northbound.version} - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-dependency-plugin - - org.opendaylight.mdsal.model, org.onap.sdnc.northbound - - - - maven-antrun-plugin - - - org.opendaylight.yangtools - yang-maven-plugin - - - io.swagger - swagger-codegen-maven-plugin - - - - generate - - - - true - true - ${project.build.directory}/generated-sources/swagger - false - false - true - false - false - org.onap.sdnc.apps.client.handler - org.onap.sdnc.apps.client.model - org.onap.sdnc.apps.client.invoker - src/main/java - true - true - - - - - - - org.apache.maven.plugins - maven-source-plugin - - - - diff --git a/pom.xml b/pom.xml index f7a9e28..1862d4a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.2 + 2.0.0-SNAPSHOT org.onap.sdnc apps - 1.8.0-SNAPSHOT + 2.0.0-SNAPSHOT pom sdnc-apps diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml index a60a51d..176e71a 100644 --- a/pomba/network-discovery-api/pom.xml +++ b/pomba/network-discovery-api/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + 4.0.0 @@ -28,7 +29,7 @@ limitations under the License. org.onap.sdnc.apps.pomba network-discovery-api - 1.8.0-SNAPSHOT + 2.0.0-SNAPSHOT Network Discovery API diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index 616efae..8805c5e 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -16,13 +16,14 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + 4.0.0 org.onap.sdnc.apps.pomba pomba - 1.8.0-SNAPSHOT + 2.0.0-SNAPSHOT ../pom.xml diff --git a/pomba/pom.xml b/pomba/pom.xml index 06e6103..dcf7643 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + 4.0.0 @@ -28,7 +29,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.8.0-SNAPSHOT + 2.0.0-SNAPSHOT pom diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index 24a9434..d480119 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -16,13 +16,14 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + 4.0.0 org.onap.sdnc.apps.pomba pomba - 1.8.0-SNAPSHOT + 2.0.0-SNAPSHOT ../pom.xml diff --git a/version.properties b/version.properties index 9a2a5d8..99af217 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -release_name=1 -sprint_number=8 +release_name=2 +sprint_number=0 feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision}