Skip to content

Commit

Permalink
Bump version to 2.3 (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Oct 3, 2024
1 parent b908757 commit 2148eb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>it.geosolutions</groupId>
<artifactId>geostore</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
7 changes: 3 additions & 4 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses />.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>it.geosolutions</groupId>
<artifactId>geostore</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<groupId>it.geosolutions.geostore</groupId>
Expand Down Expand Up @@ -127,7 +126,7 @@
<lint>deprecation</lint>
<spotbugs-maven-pligin>3.1.12.2</spotbugs-maven-pligin>
<pmd.version>6.42.0</pmd.version>
<errorProneFlags/>
<errorProneFlags />
<errorProne.version>2.18.0</errorProne.version>
</properties>

Expand Down

0 comments on commit 2148eb9

Please sign in to comment.