Skip to content

Commit

Permalink
1.2.3 incl reduced java to 1.5 to satisfy geotools prev 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halset committed Sep 18, 2018
1 parent bcc6eb5 commit 404dd0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ byte[] encoded = encoder.encode();
<dependency>
<groupId>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<packaging>jar</packaging>
<version>1.2.2</version>
<version>1.2.3</version>
<name>java-vector-tile</name>
<url>http://maven.apache.org</url>

Expand Down Expand Up @@ -37,8 +37,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.5</source>
<target>1.5</target>
<debug>true</debug>
<encoding>UTF-8</encoding>
<fork>${fork.javac}</fork>
Expand Down
28 changes: 0 additions & 28 deletions src/main/java/vector_tile/VectorTile.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 404dd0e

Please sign in to comment.