File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
2022install :
2123 - mkdir -p /tmp/willena/
Original file line number Diff line number Diff line change 11version=3.35.5
2- artifactVersion=3.35.5.2
2+ artifactVersion=3.35.5.3
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments