diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-03-21 14:09:46 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-03-21 14:10:08 -0700 |
commit | dd22bcdbbd8603953d25c2427e7ccbff808b5624 (patch) | |
tree | 1c7c167cc1d2c062814b6e0c9a0bd7318f4ad2ef /feature-repo-parent | |
parent | 3f07daa9f9ea4a0e8b7681411e21df0cfa3da111 (diff) |
Change to release ccsdk version
Change from 1.2.1-SNAPSHOT to 1.2.1 release version
since the ccsdk odlsli container is running release
version now.
Change-Id: I1c18b7f4a9031efff5a9542d0384cef168455ec6
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: CCSDK-1156
Diffstat (limited to 'feature-repo-parent')
-rw-r--r-- | feature-repo-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 49eb954..97a563d 100644 --- a/feature-repo-parent/pom.xml +++ b/feature-repo-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath /> </parent> </project> |