File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
here-naksha-app-service/src/main/resources/swagger
here-naksha-lib-core/src/main/java/com/here/naksha/lib/core Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Naksha_2.2.15
2+ - Added ` mom10 ` module to handle MOM version 10.
3+
14## Naksha_2.2.14
25- Refactor the ` DefaultStorageHandler.java ` to make it extensible without modifying the core implementation.
36
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ mavenPassword=YourPassword
1111# - here-naksha-lib-core/src/main/com/here/naksha/lib/core/NakshaVersion (static property: latest)
1212# - here-naksha-app-service/src/main/resources/swagger/openapi.yaml (info.version property)
1313# - CHANGELOG.md
14- version =2.2.14
14+ version =2.2.15
1515
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ servers:
1212info :
1313 title : " Naksha Hub-API"
1414 description : " Naksha Hub-API is a REST API to provide simple access to geo data."
15- version : " 2.2.14 "
15+ version : " 2.2.15 "
1616
1717security :
1818 - AccessToken : [ ]
Original file line number Diff line number Diff line change @@ -72,12 +72,13 @@ public class NakshaVersion implements Comparable<NakshaVersion> {
7272 public static final String v2_2_12 = "2.2.12" ;
7373 public static final String v2_2_13 = "2.2.13" ;
7474 public static final String v2_2_14 = "2.2.14" ;
75+ public static final String v2_2_15 = "2.2.15" ;
7576
7677 /**
7778 * The latest version of the naksha-extension stored in the resources.
7879 */
7980 @ AvailableSince (v2_0_5 )
80- public static final NakshaVersion latest = of (v2_2_14 );
81+ public static final NakshaVersion latest = of (v2_2_15 );
8182
8283 private final int major ;
8384 private final int minor ;
You can’t perform that action at this time.
0 commit comments