aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
authorDmitry Puzikov <dmitry.puzikov@tieto.com>2019-07-17 16:07:57 +0200
committerDmitry Puzikov <dmitry.puzikov@tieto.com>2019-08-29 12:11:01 +0200
commit7ea1df80bf0c87800ff737a6b3e29af689bb003f (patch)
tree8c8d721e572c06ac618907f724ad69e218471780 /src/test/resources
parent5f8a8eed09b22bf9f849607e743ae1fe57433eb1 (diff)
Fixed project version parsing
Change-Id: I7f5f7ab3d9b3ff58b248652f41efc620d779e6e4 Issue-ID: INT-1149 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/config/schemaIngest.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/config/schemaIngest.properties b/src/test/resources/config/schemaIngest.properties
index dc70df1..7b08122 100644
--- a/src/test/resources/config/schemaIngest.properties
+++ b/src/test/resources/config/schemaIngest.properties
@@ -1,7 +1,7 @@
# Properties for the SchemaLocationsBean
# Properties required by the aai-common - aai-schema-ingest lib as of 1.3.0
schema.configuration.location=N/A
-schema.nodes.location=${APP_HOME}/target/oxm/${testShemaUnpackVersion}/oxm
+schema.nodes.location=${OXM_LOCATION}/${testShemaUnpackVersion}/oxm
schema.edges.location=
# These versions need to exist if they are included in the list
schema.version.list=v10,v11,v12,v13,v14,v15