diff --git a/README.md b/README.md index 5ddbce9d..6a2541f9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ The Query Builder Bundle allows you to create your own Query Tools that perform ### Sample App ### http://www.mapapps.de/mapapps/resources/apps/downloads_query_builder/index.html +### Define the mapapps remote base +Before you can run the project you have to define the mapapps.remote.base property in the pom.xml-file: +`http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%` + +##### Other methods to to define the mapapps.remote.base property. +1. Goal parameters +`mvn install -Dmapapps.remote.base=http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%` + +2. Build properties +Change the mapapps.remote.base in the build.properties file and run: +`mvn install -Denv=dev -Dlocal.configfile=%ABSOLUTEPATHTOPROJECTROOT%/build.properties` + Installation Guide ------------------ **Requirement: map.apps 3.2.1** diff --git a/pom.xml b/pom.xml index e04fa24f..b74dab2a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 de.conterra.devnet ct-mapapps-query-builder - 3.1.5-SNAPSHOT + 3.1.5 jar @@ -251,7 +251,7 @@ - http://%YOURSERVER%/ct-mapapps-webapp-%VERSION% + diff --git a/src/main/js/bundles/dn_querybuilder/manifest.json b/src/main/js/bundles/dn_querybuilder/manifest.json index 978d07f4..744870a5 100644 --- a/src/main/js/bundles/dn_querybuilder/manifest.json +++ b/src/main/js/bundles/dn_querybuilder/manifest.json @@ -1,6 +1,6 @@ { "Bundle-SymbolicName": "dn_querybuilder", - "Bundle-Version": "3.1.5-SNAPSHOT", + "Bundle-Version": "3.1.5", "Bundle-Name": "${bundleName}", "Bundle-Description": "${bundleDescription}", "Bundle-Vendor": "con terra GmbH", diff --git a/src/main/js/bundles/dn_queryplaceholder/manifest.json b/src/main/js/bundles/dn_queryplaceholder/manifest.json index 53536504..0b0df99b 100644 --- a/src/main/js/bundles/dn_queryplaceholder/manifest.json +++ b/src/main/js/bundles/dn_queryplaceholder/manifest.json @@ -1,6 +1,6 @@ { "Bundle-SymbolicName": "dn_queryplaceholder", - "Bundle-Version": "1.0.0", + "Bundle-Version": "1.0.1", "Bundle-Name": "Queryplaceholder", "Bundle-Description": "Replaces placeholder", "Bundle-Vendor": "con terra GmbH",