diff options
author | Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com> | 2017-11-10 17:27:05 +0200 |
---|---|---|
committer | Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com> | 2017-11-10 17:28:36 +0200 |
commit | dc1bca8a6c3348878903af6732a778e9ff5eba2a (patch) | |
tree | 1edfbb1765ca2e07380d8a612eb5dfd33ddb4d93 | |
parent | 430c366d549457f8510045dbaae94b54e12d8d39 (diff) |
Revert change to ajsc versionv1.1.01.0.0-ONAP1.0.0-Amsterdam
Upgrade to new ajsc version did not fix the build issue. Reverting to the
version that is tested.
IssueID: AAI-458
Change-Id: I2fddb8198296b88e402f408288cf0830b6cfe1c5
Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@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.1.0</version> + <version>2.0.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.1.0</ajscRuntimeVersion> + <ajscRuntimeVersion>2.0.0</ajscRuntimeVersion> <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot> <distFilesRoot>/appl/${project.artifactId}/${project.version}</distFilesRoot> <runAjscHome>${basedir}/target/swm/package/nix/dist_files${distFilesRoot}</runAjscHome> |