|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xmlns="http://maven.apache.org/POM/4.0.0" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 |
|
7 | 7 | <groupId>com.xdev-software</groupId>
|
8 | 8 | <artifactId>xapi-db-sqlite</artifactId>
|
9 |
| - <version>1.0.0</version> |
| 9 | + <version>1.0.0-SNAPSHOT</version> |
10 | 10 | <packaging>jar</packaging>
|
11 | 11 |
|
12 | 12 | <name>SqlEngine Database Adapter SQLite</name>
|
13 |
| - <description>XAPI SqlEngine Database Adapter for SQLite</description> |
14 |
| - <url>https://github.com/xdev-software/xapi-db-sqlite</url> |
| 13 | + <description>XAPI SqlEngine Database Adapter for SQLite</description> |
| 14 | + <url>https://github.com/xdev-software/xapi-db-sqlite</url> |
15 | 15 |
|
16 | 16 | <scm>
|
17 |
| - <url>https://github.com/xdev-software/xapi-db-sqlite</url> |
18 |
| - <connection>https://github.com/xdev-software/xapi-db-sqlite.git</connection> |
19 |
| - </scm> |
| 17 | + <url>https://github.com/xdev-software/xapi-db-sqlite</url> |
| 18 | + <connection>https://github.com/xdev-software/xapi-db-sqlite.git</connection> |
| 19 | + </scm> |
20 | 20 |
|
21 | 21 | <inceptionYear>2003</inceptionYear>
|
22 | 22 |
|
|
48 | 48 |
|
49 | 49 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
50 | 50 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
51 |
| - |
| 51 | + |
52 | 52 | <xdev.xapi.version>6.0.1</xdev.xapi.version>
|
53 | 53 | </properties>
|
54 | 54 |
|
|
94 | 94 | <artifactId>xapi</artifactId>
|
95 | 95 | <version>${xdev.xapi.version}</version>
|
96 | 96 | </dependency>
|
97 |
| - |
| 97 | + |
98 | 98 | <!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
|
99 | 99 | <dependency>
|
100 | 100 | <groupId>org.xerial</groupId>
|
|
0 commit comments