diff --git a/README.md b/README.md index 8e32cdf..1518daf 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 17a72dc..23b2d6c 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 + + + + + + + + -