From baff7ad66d0c750a41956734bafc1903dfcca81b Mon Sep 17 00:00:00 2001 From: Dmitry Puzikov Date: Wed, 17 Jul 2019 16:07:57 +0200 Subject: Fixed project version parsing Change-Id: I7f5f7ab3d9b3ff58b248652f41efc620d779e6e4 Issue-ID: INT-1149 Signed-off-by: Dmitry Puzikov (cherry picked from commit 7ea1df80bf0c87800ff737a6b3e29af689bb003f) --- src/test/resources/config/schemaIngest.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/resources/config') 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 -- cgit 1.2.3-korg