Skip to content

Commit 9194349

Browse files
committed
wip
1 parent ad58de2 commit 9194349

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

dev-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>geowave-dev-resources</artifactId>
77
<groupId>org.locationtech.geowave</groupId>
8-
<version>1.7</version>
8+
<version>1.8</version>
99
<name>GeoWave Development Resources</name>
1010
<packaging>jar</packaging>
1111
<description>Development resources and settings for geowave</description>

dev-resources/src/main/resources/findbugs/findbugs-exclude.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<Package name="~.*\.gwql.parse" />
88
</Or>
99
</Match>
10+
11+
<Match>
12+
<Bug pattern="CT_CONSTRUCTOR_THROW" />
13+
</Match>
1014
<!-- Exclude CT_CONSTRUCTOR_THROW for AbstractDataTypeAdapter as it's an abstract class -->
1115
<Match>
1216
<Class name="org.locationtech.geowave.core.store.adapter.AbstractDataTypeAdapter" />

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</developer>
5858
</developers>
5959
<properties>
60-
<geowave-dev-resources.version>1.7</geowave-dev-resources.version>
60+
<geowave-dev-resources.version>1.8</geowave-dev-resources.version>
6161
<spark.version>3.4.2</spark.version>
6262
<uzaygezen.version>0.2</uzaygezen.version>
6363
<jsonlib.version>2.4</jsonlib.version>

0 commit comments

Comments
 (0)