Skip to content

Commit 130ed65

Browse files
author
Lorenzo Natali
committed
Fixed versions of java and npm packages
1 parent d15923f commit 130ed65

File tree

11 files changed

+26
-16
lines changed

11 files changed

+26
-16
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
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

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

java/printing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

java/services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

java/web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

@@ -19,7 +19,7 @@
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
<!-- ================================================================ -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

product/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -17,7 +17,7 @@
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>

project/custom/templates/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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 -->

project/standard/templates/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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 -->

0 commit comments

Comments
 (0)