Skip to content

Commit

Permalink
update to 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-scherpi committed Sep 3, 2020
1 parent 9b66698 commit 08a49f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [4.9.1] - 2020-09-04

- Support for map.apps 4.9.0

- Change `mapapps.version` property in `./pom.xml` to `4.9.1`

## [4.9.0] - 2020-08-18

### Changed
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This Maven project implements some of the core concepts for developing bundles i

## Requirements

* map.apps 4.8.4
* map.apps 4.9.1
* All resources from `map.apps-VERSION/sdk/m2-repository` need to be copied manually to your local Maven repository (e.g. `%UserProfile%/.m2/repository` for Windows, `~/.m2/repository` for MacOS).

## Usage
Expand Down Expand Up @@ -203,6 +203,10 @@ There is a sample bundle in this project called "sample_camera" which demonstrat

## Updating from older versions

### from 4.9.0 to 4.9.1

See [Changelog](./CHANGELOG.md#491---2020-09-04)

### from 4.8.4 to 4.9.0

See [Changelog](./CHANGELOG.md#490---2020-08-18)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
<root.build.outputPath>${project.build.directory}/webapp</root.build.outputPath>
<js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath>

<mapapps.version>4.9.0</mapapps.version>
<mapapps.version>4.9.1</mapapps.version>
<!-- JS lib versions -->
<apprt.version>${mapapps.version}</apprt.version>
<!-- java lib versions -->
Expand Down

0 comments on commit 08a49f9

Please sign in to comment.