Skip to content

Commit

Permalink
1.2.1 - Corrected rdnew bounds (#8)
Browse files Browse the repository at this point in the history
* Switch minY and maxX

* Release 1.2.1

* Release 1.2.1 for stragglers

* Last one

* last last one
  • Loading branch information
JornC authored Jan 20, 2022
1 parent 5d79eef commit 5a7df40
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 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.2.0</version>
<version>1.2.1</version>
<packaging>pom</packaging>
<name>AERIUS Search</name>
<url>https://www.aerius.nl</url>
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.2.0</version>
<version>1.2.1</version>
</parent>

<artifactId>search-client</artifactId>
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.2.0</version>
<version>1.2.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 @@ -26,7 +26,7 @@
</parent>
<groupId>nl.aerius</groupId>
<artifactId>search-service-geo</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>AERIUS Search :: Service Geo Capabilities</name>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public class RDNewConstants {
public static final int MIN_ZL_SURFACE_AREA = 10_000;
public static final int HEX_HOR = 1529;
public static final BBox BOUNDS = new BBox(3604, 287959, 296800, 629300);
public static final BBox BOUNDS = new BBox(3604, 296800, 287959, 629300);

public static ReceptorGridSettings create() {
return ReceptorUtils.createReceptorUtil(RDNew.SRID, MIN_ZL_SURFACE_AREA, HEX_HOR, BOUNDS);
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 @@ -27,7 +27,7 @@
</parent>
<groupId>nl.aerius</groupId>
<artifactId>search-service-mocks</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>AERIUS Search :: Service Mocks</name>

<properties>
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 @@ -10,7 +10,7 @@
</parent>
<groupId>nl.aerius</groupId>
<artifactId>search-service-n2000-assessment-areas-nl</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>AERIUS Search :: Service Natura 2000 areas NL</name>

<properties>
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 @@ -9,7 +9,7 @@
</parent>
<groupId>nl.aerius</groupId>
<artifactId>search-service-pdok-locatieservice</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>AERIUS Search :: Service PDOK Locatieservice wrapper</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion search-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>nl.aerius</groupId>
<artifactId>search-service</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>AERIUS Search :: Service</name>

<properties>
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.2.0</version>
<version>1.2.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.2.0</version>
<version>1.2.1</version>
</parent>

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

0 comments on commit 5a7df40

Please sign in to comment.