diff options
author | Dan Timoney <dtimoney@att.com> | 2021-12-07 15:49:58 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-12-07 15:49:58 -0500 |
commit | 4aec056abcbae2f2c4612d00b40f1c859a78913e (patch) | |
tree | 4adfe07ead5c596f9e3d137cc4efcdd0722ceb17 /odlsli/pom.xml | |
parent | 7ec6b1efaeed1820912aa85d04d58d75c5f96664 (diff) |
Fix version numbers1.2.4
Fix version numbers (should be 1.2.4-SNAPSHOT for Istanbul branch)
Issue-ID: CCSDK-3514
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iff4020f57c96b12fc60ac5ec52f5bfcfe25b1aca
Diffstat (limited to 'odlsli/pom.xml')
-rw-r--r-- | odlsli/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml index f8413c78..6a83b0cc 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> </parent> <artifactId>distribution-odlsli</artifactId> |