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

Commit 64f4c3c

Browse files
committed
Fix conflicts
1 parent 31a4b4d commit 64f4c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Latest version](https://img.shields.io/maven-central/v/com.xdev-software/xapi-db-sybase)](https://mvnrepository.com/artifact/com.xdev-software/xapi-db-sybase)
22
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/xapi-db-sybase/checkBuild.yml?branch=develop)](https://github.com/xdev-software/xapi-db-sybase/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
33
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-sybase/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-sybase)
4-
# xapi-db-sybase
4+
# SqlEngine Database Adapter Sybase
55

66
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is the Database Adapter for Sybase which includes the Sybase-specific implementation for database access.
77

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>jar</packaging>
1111

1212
<name>xapi-db-sybase</name>
13-
<description>xapi-db-sybase</description>
13+
<description>XAPI SqlEngine Database Adapter for Sybase</description>
1414
<url>https://github.com/xdev-software/xapi-db-sybase</url>
1515

1616
<scm>

0 commit comments

Comments
 (0)