diff options
author | Patrick Brady <pb071s@att.com> | 2017-03-02 13:09:19 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-03-02 13:09:58 -0800 |
commit | 41144ddcdb130de4685896a6c1ba49a790ca5cb4 (patch) | |
tree | 1294a7f06a37d1ee4de1ebadf3f444996f47dc8e | |
parent | b0c0c619430597d67c28f3ab7ba90e8ae4e76ab3 (diff) |
Changing the sdnc snapshot version
The snapshot version is supposed to be more reliable right now
Change-Id: Iaf47a1444b4622dd41e2263d2782c334663f32e9
Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ <parent> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>root</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> <groupId>org.openecomp.appc</groupId> @@ -78,10 +78,10 @@ <dme2-version>3.1.200</dme2-version> <cambriaClient-version>0.0.1</cambriaClient-version> <!-- OPENECOMP SDNC versions --> - <sdnctl.sli.version>1.0.0</sdnctl.sli.version> + <sdnctl.sli.version>1.0.0-SNAPSHOT</sdnctl.sli.version> <!--<sdnctl.sli.version>${sdnc.core.version}</sdnctl.sli.version> --> - <sdnctl.dblib.version>1.0.0</sdnctl.dblib.version> - <sdnctl.aai.service.version>1.0.0</sdnctl.aai.service.version> + <sdnctl.dblib.version>1.0.0-SNAPSHOT</sdnctl.dblib.version> + <sdnctl.aai.service.version>1.0.0-SNAPSHOT</sdnctl.aai.service.version> <!-- <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath> --> <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath> <!-- <OpenStack-API-version>3.3.4</OpenStack-API-version> --> |