Skip to content

Commit

Permalink
Release version 1.5.0 (#19)
Browse files Browse the repository at this point in the history
* Release version 1.5.0

* Use non-snapshot versions of imaer and gwt-client-common
  • Loading branch information
JornC authored Nov 16, 2022
1 parent fe1d45e commit 87a0503
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>AERIUS Search</name>
<url>https://www.aerius.nl</url>
Expand Down Expand Up @@ -62,10 +62,10 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<imaer.version>5.1.0-1-SNAPSHOT</imaer.version>
<imaer.version>5.1.0-1</imaer.version>
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>

<aerius.gwt-client-common.version>1.5.0-SNAPSHOT</aerius.gwt-client-common.version>
<aerius.gwt-client-common.version>1.5.0</aerius.gwt-client-common.version>
<aerius.gwt-client-common-json.version>1.3.0</aerius.gwt-client-common-json.version>
<jacoco.version>0.8.7</jacoco.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 @@ -21,7 +21,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

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

0 comments on commit 87a0503

Please sign in to comment.