Skip to content

Commit

Permalink
Version 3.44.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Dec 9, 2023
1 parent 73597ab commit 739287f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
= SQLite JDBC Driver
:project-version: 3.44.0.0
:project-version: 3.44.2.0

image:https://img.shields.io/github/actions/workflow/status/xerial/sqlite-jdbc/ci.yml?branch=master[GitHub Workflow Status (branch),link=https://github.com/xerial/sqlite-jdbc/actions/workflows/ci.yml?query=branch%3Amaster]
image:https://badges.gitter.im/xerial/sqlite-jdbc.svg[Join the chat,link=https://gitter.im/xerial/sqlite-jdbc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge]
image:https://maven-badges.herokuapp.com/maven-central/org.xerial/sqlite-jdbc/badge.svg[Maven Central,link=https://maven-badges.herokuapp.com/maven-central/org.xerial/sqlite-jdbc/]
image:https://javadoc.io/badge2/org.xerial/sqlite-jdbc/javadoc.svg[javadoc,link=https://javadoc.io/doc/org.xerial/sqlite-jdbc]
image:https://img.shields.io/nexus/s/org.xerial/sqlite-jdbc?color=blue&label=maven%20snapshot&server=https%3A%2F%2Foss.sonatype.org%2F[Sonatype Nexus (Snapshots),link=https://oss.sonatype.org/content/repositories/snapshots/org/xerial/sqlite-jdbc/]
image:https://img.shields.io/github/actions/workflow/status/willena/sqlite-jdbc-crypt/ci.yml?branch=master[GitHub Workflow Status (branch),link=https://github.com/willena/sqlite-jdbc/actions/workflows/ci.yml?query=branch%3Amaster]
image:https://maven-badges.herokuapp.com/maven-central/io.github.willena/sqlite-jdbc/badge.svg[Maven Central,link=https://maven-badges.herokuapp.com/maven-central/io.github.willena/sqlite-jdbc/]
image:https://javadoc.io/badge2/io.github.willena/sqlite-jdbc/javadoc.svg[javadoc,link=https://javadoc.io/doc/io.github.willena/sqlite-jdbc]
image:https://img.shields.io/nexus/s/io.github.willena/sqlite-jdbc?color=blue&label=maven%20snapshot&server=https%3A%2F%2Foss.sonatype.org%2F[Sonatype Nexus (Snapshots),link=https://oss.sonatype.org/content/repositories/snapshots/io/github/willena/sqlite-jdbc/]

SQLite JDBC is a library for accessing and creating https://www.sqlite.org[SQLite] database files in Java.

This particular fork uses another native library that provides an implementation of SEE.
the native library is provided by [Utelle](http://github.com/utelle) as part of the [SQLite3MultipleCiphers](https://github.com/utelle/SQLite3MultipleCiphers) project

Our SQLiteJDBC library requires no configuration since native libraries for major OSs, including Windows, macOS, Linux etc., are assembled into a single JAR (Java Archive) file.

== Project Status
Expand All @@ -19,8 +21,6 @@ The project is maintained, but is not being actively developed:
- Bugs will be investigated, and fixed if possible.
- New features are driven by pull requests.

The current maintainer of the project is https://github.com/gotson[gotson].

== Usage

➡️ More usage examples and configuration are available in link:USAGE.md[USAGE.md]
Expand Down Expand Up @@ -178,20 +178,20 @@ When packaging the resulting app, simply include the library in the distribution

== Download

Download from https://search.maven.org/artifact/org.xerial/sqlite-jdbc[Maven Central] or from the https://github.com/xerial/sqlite-jdbc/releases[releases] page.
Download from https://search.maven.org/artifact/io.github.willena/sqlite-jdbc[Maven Central] or from the https://github.com/willena/sqlite-jdbc-crypt/releases[releases] page.

[source,xml,subs="attributes+"]
----
<dependencies>
<dependency>
<groupId>org.xerial</groupId>
<groupId>io.github.willena</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>{project-version}</version>
</dependency>
</dependencies>
----

Snapshots of the development version are available in https://oss.sonatype.org/content/repositories/snapshots/org/xerial/sqlite-jdbc/[Sonatype's snapshots repository].
Snapshots of the development version are available in https://oss.sonatype.org/content/repositories/snapshots/io/github/willena/sqlite-jdbc/[Sonatype's snapshots repository].

=== Project versioning explained

Expand All @@ -216,7 +216,7 @@ You may need to add shade plugin transformer to solve `No suitable driver found
[source,xml,subs="attributes+"]
----
<dependency>
<groupId>org.xerial</groupId>
<groupId>io.github.willena</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>{project-version}</version>
</dependency>
Expand All @@ -226,7 +226,7 @@ You may need to add shade plugin transformer to solve `No suitable driver found

We are always looking for:

- *Reviewers* for issues or PRs, you can check image:https://img.shields.io/github/labels/xerial/sqlite-jdbc/review%20wanted[GitHub labels,link=https://github.com/xerial/sqlite-jdbc/labels/review%20wanted]
- *Contributors* to submit PRs, you can check image:https://img.shields.io/github/labels/xerial/sqlite-jdbc/help%20wanted[GitHub labels,link=https://github.com/xerial/sqlite-jdbc/labels/help%20wanted] and image:https://img.shields.io/github/labels/xerial/sqlite-jdbc/good%20first%20issue[GitHub labels,link=https://github.com/xerial/sqlite-jdbc/labels/good%20first%20issue]
- *Reviewers* for issues or PRs, you can check image:https://img.shields.io/github/labels/willena/sqlite-jdbc-crypt/review%20wanted[GitHub labels,link=https://github.com/willena/sqlite-jdbc-crypt/labels/review%20wanted]
- *Contributors* to submit PRs, you can check image:https://img.shields.io/github/labels/willena/sqlite-jdbc-crypt/help%20wanted[GitHub labels,link=https://github.com/willena/sqlite-jdbc-crypt/labels/help%20wanted] and image:https://img.shields.io/github/labels/willena/sqlite-jdbc-crypt/good%20first%20issue[GitHub labels,link=https://github.com/willena/sqlite-jdbc-crypt/labels/good%20first%20issue]

Please read our link:./CONTRIBUTING.md[contribution] guide.
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3.44.1
artifactVersion=3.44.1.0
sqliteMCVersion=1.8.0
version=3.44.2
artifactVersion=3.44.2.0
sqliteMCVersion=1.8.1
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.44.1.0</version>
<version>3.44.2.0</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 739287f

Please sign in to comment.