Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Dec 2, 2015
1 parent e38a9f0 commit 0efb322
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
`<mapapps.remote.base>http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%</mapapps.remote.base>`

##### 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**
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.conterra.devnet</groupId>
<artifactId>ct-mapapps-query-builder</artifactId>
<version>3.1.5-SNAPSHOT</version>
<version>3.1.5</version>
<packaging>jar</packaging>
<!-- DISABLE repositories and pluginRepositories if inside the con terra! -->
<repositories>
Expand Down Expand Up @@ -251,7 +251,7 @@
<!-- add here properties which are used in plugin configuration resolution -->
<properties>
<!-- deployment of map.apps installation -->
<mapapps.remote.base>http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%</mapapps.remote.base>
<mapapps.remote.base></mapapps.remote.base>
</properties>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/main/js/bundles/dn_querybuilder/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/main/js/bundles/dn_queryplaceholder/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0efb322

Please sign in to comment.