Skip to content

Commit

Permalink
Release 2023.02.00 (#9542)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Oct 3, 2023
1 parent dd2fd6f commit 7a3e2cd
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 19 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2023.02.00](https:/geosolutions-it/MapStore2/tree/v2023.02.00) (2023-10-3)

- **[Full Changelog](https:/geosolutions-it/MapStore2/compare/v2023.01.02...v2023.02.00)**
- **[Implemented enhancements](https:/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.00%22+is%3Aclosed+label%3Aenhancement)**
- **[Fixed bugs](https:/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.00%22+is%3Aclosed+label%3Abug)**
- **[Closed issues](https:/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.00%22+is%3Aclosed)**

## [2023.01.02](https:/geosolutions-it/MapStore2/tree/v2023.01.02) (2023-6-21)

- **[Full Changelog](https:/geosolutions-it/MapStore2/compare/v2023.01.01...v2023.01.02)**
Expand Down
2 changes: 1 addition & 1 deletion binary/bin-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-product</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down
15 changes: 6 additions & 9 deletions build/generateChangelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ try {
const today = `${currentDate.getFullYear()}-${currentDate.getMonth() + 1}-${currentDate.getDate()}`;

const changelog = `
## [${newReleaseNumber}](https:/geosolutions-it/MapStore2/tree/v${newReleaseNumber}) (${today})
## [${newReleaseNumber}](https:/geosolutions-it/MapStore2/tree/v${newReleaseNumber}) (${today})
- **[Full Changelog](https:/geosolutions-it/MapStore2/compare/v${oldReleaseNumber}...v${newReleaseNumber})**
- **[Implemented enhancements](https:/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed+label%3Aenhancement)**
- **[Fixed bugs](https:/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed+label%3Abug)**
- **[Closed issues](https:/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed)**
`;
- **[Full Changelog](https:/geosolutions-it/MapStore2/compare/v${oldReleaseNumber}...v${newReleaseNumber})**
- **[Implemented enhancements](https:/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed+label%3Aenhancement)**
- **[Fixed bugs](https:/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed+label%3Abug)**
- **[Closed issues](https:/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed)**
`;
console.log(changelog);
} catch (error) {
console.log(' ');
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-java</artifactId>
<packaging>pom</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
<name>MapStore 2</name>
<url>http://www.geo-solutions.it</url>

Expand Down
2 changes: 1 addition & 1 deletion java/printing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-print</artifactId>
<packaging>pom</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
<name>MapStore 2 - Printing extension bundle</name>
<url>http://www.geo-solutions.it</url>

Expand Down
2 changes: 1 addition & 1 deletion java/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<packaging>jar</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
<name>MapStore 2 - Backend Services</name>
<url>http://www.geo-solutions.it</url>

Expand Down
4 changes: 2 additions & 2 deletions java/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-webapp</artifactId>
<packaging>war</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
<name>MapStore 2 - WAR</name>
<url>http://www.geo-solutions.it</url>

Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>

<!-- ================================================================ -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<packaging>pom</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
<name>MapStore Root</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-product</artifactId>
<packaging>war</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
<name>MapStore Product Web Application</name>

<properties>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-webapp</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion project/standard/templates/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>

<!-- ================================================================ -->
Expand Down

0 comments on commit 7a3e2cd

Please sign in to comment.