diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath/> </parent> @@ -36,7 +36,7 @@ limitations under the License. <description>CCSDK Controller Design Studio</description> <modules> - <!--<module>cds-ui</module>--> + <module>cds-ui</module> <module>components</module> <module>ms</module> </modules> |