diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-09-27 11:43:37 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-09-27 11:43:47 -0400 |
commit | 72914f507d3e4f9d6818fad66e986b11b1a657b4 (patch) | |
tree | 1fda55e94a07bd53368506dbd1b13062e52fd585 | |
parent | 595db0f0c860c722aa79e94b464fc10c30a86dd3 (diff) |
Removing the snapshot version for relase1.3.0
Issue-ID: AAI-1687
Change-Id: I27ca4916eda93c8f32e91a44a0d5f7237bc05c3e
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,12 +88,12 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema-ingest</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> <!--<exclusions>--> <!--<exclusion>--> <!--<groupId>com.google.guava</groupId>--> |