From 2aa520fcb171a1b0b2f6c22e388d649559907c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20de=20Dios?= Date: Fri, 28 May 2021 19:18:59 +0200 Subject: [PATCH] Update pom and readme to prepare for 1.4.0 release --- README.md | 8 +++++--- pom.xml | 26 ++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e32cdf8..1518dafc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -netphony-network-protocols v1.4.0-SNAPSHOT (remove in master) +netphony-network-protocols v1.4.0 ================================= Repository branch build status in Travis CI: @@ -34,7 +34,7 @@ Detailed CHANGELOG [click here](CHANGELOG) ## **Latest news** - Back to life after some time dormant :-) -- PCEP Message numbers, Object classes and Object types from IANA https://www.iana.org/assignments/pcep/pcep.xhtml by 30th November +- PCEP Message numbers, Object classes and Object types from IANA https://www.iana.org/assignments/pcep/pcep.xhtml by 30th November 2020 ## Compilation and use @@ -51,7 +51,7 @@ To build the .jar file and run the tests, clone the repository, go to the main d es.tid.netphony network-protocols - 1.4.0-SNAPSHOT + 1.4.0 ``` Authors keep also a copy of the artifact in maven central to facilitate the deployment. (*) In process @@ -142,5 +142,7 @@ The software has been developed by Telefonica I+D Core & Transport Team, led by The effort to release as open source of the code was funded by the E.U. CSA PACE. The code has been upgraded in the E.U. projects STRONGEST, PACE, IDEALIST, ACINO and 5GEx, as well as Telefonica Innovation activities. +PCEP and BGP-LS are included as requirement of the MUST Sub-group in TIP. + diff --git a/pom.xml b/pom.xml index 17a72dc3..23b2d6c2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 es.tid.netphony network-protocols - 1.4.0-SNAPSHOT + 1.4.0 jar Netphony Network Protocols BGP-LS,OSPF-TE,PCEP and RSVP-TE protocol encodings. @@ -144,7 +144,29 @@ + + + deploy-maven-central + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + -