diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2017-11-10 10:47:58 +0000 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2017-11-10 10:47:58 +0000 |
commit | 430c366d549457f8510045dbaae94b54e12d8d39 (patch) | |
tree | 7aa43cd97b24ee45a50b386abfbe79131d3cc852 | |
parent | af1121fa58761e9516ce784d60ebe2a65d9d9992 (diff) |
Update ajsc-archetype-parent parent pom version
Update parent pom version from 2.0.0 to 2.1.0 to be in line with aai-resources and
aai-traversal
Change-Id: Ie1da717a5a8a6048f5f15c3f6b231f867000482a
Issue-Id: AAI-458
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ <parent> <artifactId>ajsc-archetype-parent</artifactId> <groupId>com.att.ajsc</groupId> - <version>2.0.0</version> + <version>2.1.0</version> </parent> <groupId>org.onap.aai.model-loader</groupId> @@ -37,7 +37,7 @@ <docker.location>${basedir}/target</docker.location> <module.ajsc.namespace.name>model-loader</module.ajsc.namespace.name> <module.ajsc.namespace.version>v1</module.ajsc.namespace.version> - <ajscRuntimeVersion>2.0.0</ajscRuntimeVersion> + <ajscRuntimeVersion>2.1.0</ajscRuntimeVersion> <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot> <distFilesRoot>/appl/${project.artifactId}/${project.version}</distFilesRoot> <runAjscHome>${basedir}/target/swm/package/nix/dist_files${distFilesRoot}</runAjscHome> |