diff options
author | Michael Lando <ml636r@att.com> | 2017-06-17 22:40:44 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-06-18 07:20:49 +0300 |
commit | 4d97d5fac309ce0d66938e5ccd0349e2660d4e23 (patch) | |
tree | 3f921054f997d1962fa6f9db9a0119e31a851eea /pom.xml | |
parent | 89786d31f266a205857cae0177904c249ac6a512 (diff) |
[sdc] update code of sdc
Change-Id: If9f37c80b659cb67b34d18e6c019defecca58b9a
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ <!-- ==================== --> <build.type>-SNAPSHOT</build.type> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <sprint.number>42</sprint.number> + <sprint.number>73</sprint.number> <!-- 3rd parties versions --> <lang3.version>3.3.2</lang3.version> @@ -347,8 +347,8 @@ <module>catalog-ui</module> <module>catalog-fe</module> <module>asdc-tests</module> - <!--<module>test-apis-ci</module>--> - <!--<module>ui-ci</module>--> + <module>test-apis-ci</module> + <module>ui-ci</module> <module>sdc-os-chef</module> </modules> |