-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72aaa6f
commit f0aaaec
Showing
3 changed files
with
50 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>com.dbeaver.jdbc.libsql</groupId> | ||
<groupId>com.dbeaver.jdbc</groupId> | ||
<artifactId>jdbc-libsql</artifactId> | ||
<version>1.0.1-SNAPSHOT</version> | ||
<version>1.1.0-SNAPSHOT</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
<artifactId>com.dbeaver.jdbc.driver.libsql</artifactId> | ||
|
@@ -17,6 +17,30 @@ | |
|
||
<packaging>eclipse-plugin</packaging> | ||
|
||
<licenses> | ||
<license> | ||
<name>The Apache Software License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Serge Rider</name> | ||
<email>[email protected]</email> | ||
<url>https://github.com/serge-rider</url> | ||
<organization>DBeaver Corp</organization> | ||
<organizationUrl>https://github.com/dbeaver</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:dbeaver/dbeaver-jdbc-libsql.git</connection> | ||
<developerConnection>scm:git:[email protected]:dbeaver/dbeaver-jdbc-libsql.git</developerConnection> | ||
<url>[email protected]:dbeaver/dbeaver-jdbc-libsql.git</url> | ||
</scm> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>com.google.code.gson</groupId> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters