Skip to content

Commit

Permalink
Prepare for 3.31.1
Browse files Browse the repository at this point in the history
Updated SQLite version
Remove JDK7 CI Build
  • Loading branch information
Willena committed Jan 28, 2020
1 parent 11eecda commit d2f2e1b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ services:
language: java
matrix:
include:
- stage: Build
jdk: openjdk7
if: tag IS present
script:
- bash ./scripts/travis-deploy.sh
# - stage: Build
# jdk: openjdk7
# if: tag IS present
# script:
# - bash ./scripts/travis-deploy.sh
- jdk: oraclejdk8
if: tag IS present
script:
- bash ./scripts/travis-deploy.sh
- stage: Update
if: tag IS NOT present
script:
- bash ./scripts/keepSync.sh
# - stage: Update
# if: tag IS NOT present
# script:
# - bash ./scripts/keepSync.sh

install:
- mkdir -p /tmp/willena/
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.31.0
version=3.31.1
7 changes: 4 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>io.github.willena</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.31.0</version>
<version>3.31.1</version>
<name>SQLite JDBC</name>
<description>SQLite JDBC library with encryption and authentication support</description>
<url>https://github.com/Willena/sqlite-jdbc-crypt</url>
Expand Down Expand Up @@ -152,8 +152,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration> <!-- Quick and dirty fix to disable error checking with Java8 -->
<additionalparam>-Xdoclint:none</additionalparam>
<configuration>
<!-- Quick and dirty fix to disable error checking with Java8 -->
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit d2f2e1b

Please sign in to comment.