diff options
author | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-04-23 10:03:14 -0400 |
---|---|---|
committer | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-04-23 10:05:54 -0400 |
commit | 4e901d497c9c82495cd008737467de82325f9a45 (patch) | |
tree | 15884bb0368a1473813ef5eeae438a38f0e14c8b /pom.xml | |
parent | 79b58148dfc588f48241c87e48a72fe8dd7c88b4 (diff) |
Remove snapshot dependencies
Upgrading router-core snapshot dependency to 1.2.0 release.
Upgrading aai-schema snapshot dependency to 1.2.2 release.
Change-Id: Iae8bc299d2e4eed7bada4038b7f7338b359011f8
Issue-ID: AAI-1092
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -165,12 +165,12 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> </dependency> <dependency> <groupId>org.onap.aai.router-core</groupId> <artifactId>router-core</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </dependency> <dependency> |