diff options
author | Norm Traxler <normant@amdocs.com> | 2019-02-12 15:57:40 +0000 |
---|---|---|
committer | Norm Traxler <normant@amdocs.com> | 2019-02-12 20:00:59 +0000 |
commit | daf874925d0e9fe6f77c7033dc8756b302f799e1 (patch) | |
tree | ee62966a1b16130ea804c6ba373f2aa61e66beca /pomba/service-decomposition | |
parent | d8850d592f42d16a7d3d8d0c4ae1c64badf0b439 (diff) |
Update pomba versioning for Dublin
Issue-ID: SDNC-637
Moving version Back to the Future
Note: 1.4.2 is used for Casablanca release, so moving ahead to 1.5.0
Adding port description attribute
Change-Id: I4b5526b1151603a1872df1cc6584ba0810685b0c
Signed-off-by: Norm Traxler <normant@amdocs.com>
Diffstat (limited to 'pomba/service-decomposition')
-rw-r--r-- | pomba/service-decomposition/pom.xml | 2 | ||||
-rw-r--r-- | pomba/service-decomposition/version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index 79b1980..e8a3c0d 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.sdnc.apps.pomba</groupId> <artifactId>pomba</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pomba/service-decomposition/version.properties b/pomba/service-decomposition/version.properties index a254b21..99af342 100644 --- a/pomba/service-decomposition/version.properties +++ b/pomba/service-decomposition/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 +minor=5 patch=0 base_version=${major}.${minor}.${patch} |