diff options
author | 2019-05-01 14:26:23 -0400 | |
---|---|---|
committer | 2019-05-01 14:26:23 -0400 | |
commit | 6b1320519eb99e3d929a6780163a0ebbaeea14ed (patch) | |
tree | ff5ee8c606bd5a7e0c75ca608550d9f14f064373 /pomba/pom.xml | |
parent | 273c1c6817247bd3e87f865e3d80f548d84138ff (diff) |
Fix versions1.5.1
Versions were set inconsistently in sdnc/apps - entire repo needs
to have the same version number.
Change-Id: I69cf0dd73cfaf2762f5fce7d0e9ff43fffd14709
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pomba/pom.xml')
-rw-r--r-- | pomba/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pomba/pom.xml b/pomba/pom.xml index 23e9d8c..8b82df1 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -28,7 +28,7 @@ limitations under the License. <groupId>org.onap.sdnc.apps.pomba</groupId> <artifactId>pomba</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> |