Skip to content

Commit

Permalink
fix: extract geoserver version
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Jul 2, 2024
1 parent 485a808 commit 601d092
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.25.1</version>
<version>${geoserver.version}</version>
</parent>

<groupId>de.terrestris</groupId>
Expand Down Expand Up @@ -34,22 +34,26 @@
</snapshotRepository>
</distributionManagement>

<properties>
<geoserver.version>2.25.1</geoserver.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-notification-common</artifactId>
<version>2.25.1</version>
<version>${geoserver.version}</version>
</dependency>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-notification-geonode</artifactId>
<version>2.25.1</version>
<version>${geoserver.version}</version>
</dependency>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-notification</artifactId>
<version>2.25.2</version>
<version>${geoserver.version}</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down

0 comments on commit 601d092

Please sign in to comment.