Skip to content

Commit 2a4eafe

Browse files
committed
Updated version to 3.35.5.3 + Force snapshot on develop branch
1 parent 53f7c32 commit 2a4eafe

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
script: make all
1616
- name: deploy-snapshot
1717
if: branch = develop
18-
script: make all deploy
18+
script:
19+
- sed -i -re 's/artifactVersion=(.*)$/artifactVersion=\1-SNAPSHOT/gm' VERSION
20+
- make all deploy
1921

2022
install:
2123
- mkdir -p /tmp/willena/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=3.35.5
2-
artifactVersion=3.35.5.2
2+
artifactVersion=3.35.5.3

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.willena</groupId>
66
<artifactId>sqlite-jdbc</artifactId>
7-
<version>3.35.5.2</version>
7+
<version>3.35.5.3</version>
88
<name>SQLite JDBC</name>
99
<description>SQLite JDBC library with encryption and authentication support</description>
1010
<url>https://github.com/Willena/sqlite-jdbc-crypt</url>

0 commit comments

Comments
 (0)