File tree Expand file tree Collapse file tree 11 files changed +26
-16
lines changed
Expand file tree Collapse file tree 11 files changed +26
-16
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2021.02.01] ( https://github.com/geosolutions-it/MapStore2/tree/v2021.02.01 ) (2021-12-21)
4+
5+ - ** [ Full Changelog] ( https://github.com/geosolutions-it/MapStore2/compare/v2021.02.00...v2021.02.01 ) **
6+
7+ - ** [ Implemented enhancements] ( https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.02.01%22+is%3Aclosed+label%3Aenhancement ) **
8+
9+ - ** [ Fixed bugs] ( https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.02.01%22+is%3Aclosed+label%3Abug ) **
10+
11+ - ** [ Closed issues] ( https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.02.01%22+is%3Aclosed ) **
12+
313## [ 2021.02.00] ( https://github.com/geosolutions-it/MapStore2/tree/v2021.02.00 ) (2021-10-28)
414
5- - ** [ Full Changelog] ( https://github.com/geosolutions-it/MapStore2/compare/v2021.01.00...v2021.02.00 ) **
15+ - ** [ Full Changelog] ( https://github.com/geosolutions-it/MapStore2/compare/v2021.01.00...v2021.02.00 ) **
616
7- - ** [ Implemented enhancements] ( https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.02.00%22+is%3Aclosed+label%3Aenhancement ) **
17+ - ** [ Implemented enhancements] ( https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.02.00%22+is%3Aclosed+label%3Aenhancement ) **
818
9- - ** [ Fixed bugs] ( https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.02.00%22+is%3Aclosed+label%3Abug ) **
19+ - ** [ Fixed bugs] ( https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.02.00%22+is%3Aclosed+label%3Abug ) **
1020
11- - ** [ Closed issues] ( https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.02.00%22+is%3Aclosed ) **
21+ - ** [ Closed issues] ( https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.02.00%22+is%3Aclosed ) **
1222
1323## [ 2021.01.04] ( https://github.com/geosolutions-it/MapStore2/tree/v2021.01.04 ) (2021-06-28)
1424
Original file line number Diff line number Diff line change 44 <groupId >it.geosolutions.mapstore</groupId >
55 <artifactId >mapstore-java</artifactId >
66 <packaging >pom</packaging >
7- <version >1.2-SNAPSHOT </version >
7+ <version >1.2.2 </version >
88 <name >MapStore 2</name >
99 <url >http://www.geo-solutions.it</url >
1010
Original file line number Diff line number Diff line change 44 <groupId >it.geosolutions.mapstore</groupId >
55 <artifactId >mapstore-print</artifactId >
66 <packaging >pom</packaging >
7- <version >1.2-SNAPSHOT </version >
7+ <version >1.2.2 </version >
88 <name >MapStore 2 - Printing extension bundle</name >
99 <url >http://www.geo-solutions.it</url >
1010
Original file line number Diff line number Diff line change 44 <groupId >it.geosolutions.mapstore</groupId >
55 <artifactId >mapstore-services</artifactId >
66 <packaging >jar</packaging >
7- <version >1.2-SNAPSHOT </version >
7+ <version >1.2.2 </version >
88 <name >MapStore 2 - Backend Services</name >
99 <url >http://www.geo-solutions.it</url >
1010
Original file line number Diff line number Diff line change 44 <groupId >it.geosolutions.mapstore</groupId >
55 <artifactId >mapstore-webapp</artifactId >
66 <packaging >war</packaging >
7- <version >1.2-SNAPSHOT </version >
7+ <version >1.2.2 </version >
88 <name >MapStore 2 - WAR</name >
99 <url >http://www.geo-solutions.it</url >
1010
1919 <dependency >
2020 <groupId >it.geosolutions.mapstore</groupId >
2121 <artifactId >mapstore-services</artifactId >
22- <version >1.2-SNAPSHOT </version >
22+ <version >1.2.2 </version >
2323 </dependency >
2424
2525 <!-- ================================================================ -->
Original file line number Diff line number Diff line change 11{
22 "name" : " mapstore2" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " MapStore 2" ,
55 "repository" : " https://github.com/geosolutions-it/MapStore2" ,
66 "main" : " index.js" ,
Original file line number Diff line number Diff line change 44 <groupId >it.geosolutions.mapstore</groupId >
55 <artifactId >mapstore-root</artifactId >
66 <packaging >pom</packaging >
7- <version >1.2-SNAPSHOT </version >
7+ <version >1.2.2 </version >
88 <name >MapStore Root</name >
99
1010 <properties >
Original file line number Diff line number Diff line change 44 <groupId >it.geosolutions.mapstore</groupId >
55 <artifactId >mapstore-product</artifactId >
66 <packaging >war</packaging >
7- <version >1.2-SNAPSHOT </version >
7+ <version >1.2.2 </version >
88 <name >MapStore Product Web Application</name >
99
1010 <properties >
1717 <dependency >
1818 <groupId >it.geosolutions.mapstore</groupId >
1919 <artifactId >mapstore-webapp</artifactId >
20- <version >1.2-SNAPSHOT </version >
20+ <version >1.2.2 </version >
2121 <type >war</type >
2222 <scope >runtime</scope >
2323 </dependency >
Original file line number Diff line number Diff line change 2121 <dependency >
2222 <groupId >it.geosolutions.mapstore</groupId >
2323 <artifactId >mapstore-services</artifactId >
24- <version >1.2-SNAPSHOT </version >
24+ <version >1.2.2 </version >
2525 </dependency >
2626 <!-- ================================================================ -->
2727 <!-- GeoStore modules -->
Original file line number Diff line number Diff line change 2121 <dependency >
2222 <groupId >it.geosolutions.mapstore</groupId >
2323 <artifactId >mapstore-services</artifactId >
24- <version >1.2-SNAPSHOT </version >
24+ <version >1.2.2 </version >
2525 </dependency >
2626 <!-- ================================================================ -->
2727 <!-- GeoStore modules -->
You can’t perform that action at this time.
0 commit comments