X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=version.properties;h=de52dc049d9feb80c8cb7503b83529652cf2e126;hp=26d89e3e52429b512d1e6a6e803934382b34709d;hb=HEAD;hpb=924b18d7469204ceaae60d7345712ea09f75a674 diff --git a/version.properties b/version.properties index 26d89e3e..9575b61b 100644 --- a/version.properties +++ b/version.properties @@ -17,20 +17,20 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END============================================ -# =================================================================== -# ECOMP is a trademark and service mark of AT&T Intellectual Property. ### + # Versioning variables # 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 +# This TAG 2.7.0-SNAPSHOT is here to help remember to change this file. Keep it up to date with the following "real" entries: major=2 -minor=1 -patch=0 +minor=7 +patch=4 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT