Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit a94decb

Browse files
Update pom.xml
1 parent 7807eb8 commit a94decb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<?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"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>xapi-db-sqlite</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<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>
1515

1616
<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>
2020

2121
<inceptionYear>2003</inceptionYear>
2222

@@ -48,7 +48,7 @@
4848

4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5050
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
51-
51+
5252
<xdev.xapi.version>6.0.1</xdev.xapi.version>
5353
</properties>
5454

@@ -94,7 +94,7 @@
9494
<artifactId>xapi</artifactId>
9595
<version>${xdev.xapi.version}</version>
9696
</dependency>
97-
97+
9898
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
9999
<dependency>
100100
<groupId>org.xerial</groupId>

0 commit comments

Comments
 (0)