Skip to content

Commit

Permalink
Update version to 1.8.1 (#53)
Browse files Browse the repository at this point in the history
Also use the released version of `gwt-client-common` which seems to have exactly the same version.
It was meant to be.
  • Loading branch information
SerhatG authored Jun 11, 2024
1 parent 7f57a1e commit 46a2abd
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
<packaging>pom</packaging>
<name>AERIUS Search</name>
<url>https://www.aerius.nl</url>
Expand Down Expand Up @@ -66,7 +66,7 @@
<imaer.version>5.1.0-2</imaer.version>
<maven.compiler.plugin.version>3.10.1</maven.compiler.plugin.version>

<aerius.gwt-client-common.version>1.9.0-SNAPSHOT</aerius.gwt-client-common.version>
<aerius.gwt-client-common.version>1.8.1</aerius.gwt-client-common.version>
<jacoco.version>0.8.8</jacoco.version>

<aerius.tools.version>1.2.0</aerius.tools.version>
Expand Down
2 changes: 1 addition & 1 deletion search-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>

<artifactId>search-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion search-service-bing-geocoder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<artifactId>search-service-bing-geocoder</artifactId>
<name>AERIUS Search :: Service Bing Geocode</name>
Expand Down
2 changes: 1 addition & 1 deletion search-service-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>

<artifactId>search-service-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion search-service-geo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<artifactId>search-service-geo</artifactId>
<name>AERIUS Search :: Service Geo Capabilities</name>
Expand Down
2 changes: 1 addition & 1 deletion search-service-mocks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<artifactId>search-service-mocks</artifactId>
<name>AERIUS Search :: Service Mocks</name>
Expand Down
2 changes: 1 addition & 1 deletion search-service-n2000-assessment-areas-nl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<artifactId>search-service-n2000-assessment-areas-nl</artifactId>
<name>AERIUS Search :: Service Natura 2000 areas NL</name>
Expand Down
2 changes: 1 addition & 1 deletion search-service-pdok-locatieservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<artifactId>search-service-pdok-locatieservice</artifactId>
<name>AERIUS Search :: Service PDOK Locatieservice wrapper</name>
Expand Down
2 changes: 1 addition & 1 deletion search-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>
<artifactId>search-service</artifactId>
<name>AERIUS Search :: Service</name>
Expand Down
2 changes: 1 addition & 1 deletion search-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>

<artifactId>search-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion search-sonar-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.1</version>
</parent>

<artifactId>search-sonar-report</artifactId>
Expand Down

0 comments on commit 46a2abd

Please sign in to comment.