Skip to content

Commit

Permalink
Merge pull request #2 from jericks/ISSUE-1
Browse files Browse the repository at this point in the history
Remove java.sql package for java 9 compatibility.
  • Loading branch information
jodygarnett committed Apr 6, 2020
2 parents 9701388 + 3fc03b0 commit 9d18eb6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 18 deletions.
4 changes: 4 additions & 0 deletions 1.0.b11.notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Hatbox 1.0 beta 11 Release Notes

- Remove java.sql package for Java 9 Compatability
- Remove support for Java 5.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.hatbox</groupId>
<artifactId>hatbox</artifactId>
<version>1.0.b10</version>
<version>1.0.b11</version>
<description>Spatial add-on for Derby and H2</description>
<repositories>
<repository>
Expand Down Expand Up @@ -51,8 +51,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
Expand Down
5 changes: 0 additions & 5 deletions src/main/java/java/sql/NClob.java

This file was deleted.

5 changes: 0 additions & 5 deletions src/main/java/java/sql/RowId.java

This file was deleted.

5 changes: 0 additions & 5 deletions src/main/java/java/sql/SQLXML.java

This file was deleted.

0 comments on commit 9d18eb6

Please sign in to comment.