Skip to content

Commit

Permalink
Update to map.apps 4.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Jan 27, 2023
1 parent f27c32b commit 0dd436a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
✅ Tested for map.apps 4.14.0 / Linie 4
✅ Tested for map.apps 4.14.2 / Linie 4

#### Release Notes
- SNAPSHOT-Release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check-licenses": "node ./src/support/js/check-licenses.js"
},
"devDependencies": {
"@conterra/ct-mapapps-typings": "4.14.0",
"@conterra/ct-mapapps-typings": "4.14.1",
"@conterra/mapapps-mocha-runner": "^1.0.0",
"@types/arcgis-js-api": "4.24.0",
"chai": "^4.3.6",
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -527,15 +527,14 @@
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- dojo custom build parameters -->
<root.build.outputPath>${project.build.directory}/webapp</root.build.outputPath>
<js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath>

<mapapps.version>4.14.0</mapapps.version>
<mapapps.version>4.14.2</mapapps.version>
<!-- JS lib versions -->
<apprt.version>${mapapps.version}</apprt.version>
<!-- java lib versions -->
<ct.jsregistry.version>1.5.6</ct.jsregistry.version>
<ct.jsregistry.version>1.5.7</ct.jsregistry.version>
<ct.jsrt-test.version>2.0.2</ct.jsrt-test.version>

<!-- the default app, replaced in the *.html files to switch app names-->
Expand Down

0 comments on commit 0dd436a

Please sign in to comment.