Skip to content

Commit

Permalink
Updated version to 3.35.5.3 + Force snapshot on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Jun 6, 2021
1 parent 53f7c32 commit 2a4eafe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
script: make all
- name: deploy-snapshot
if: branch = develop
script: make all deploy
script:
- sed -i -re 's/artifactVersion=(.*)$/artifactVersion=\1-SNAPSHOT/gm' VERSION
- make all deploy

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,2 +1,2 @@
version=3.35.5
artifactVersion=3.35.5.2
artifactVersion=3.35.5.3
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.willena</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.35.5.2</version>
<version>3.35.5.3</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

0 comments on commit 2a4eafe

Please sign in to comment.