OSDN Git Service

changed to load the version number from the VERSION file
[xerial/sqlite-jdbc.git] / README
1
2 = How to compile new version of SQLiteJDBC 
3 * Edit the VERSION file, and the version number in pom.xml file.
4 * Then, run make 
5
6
7 = How to build pure-java and native libraries
8 * Type, make -fMakefile.package 
9
10 = How to deploy to the maven repository
11 * mvn deploy
12 * mvn deploy -Psourceforge  (for uploading Sourceforge.jp repository, which are synchronized with the Maven central repository)
13