forked from pool/osgi-service-jdbc
yet another dependency for h2database OBS-URL: https://build.opensuse.org/request/show/833053 OBS-URL: https://build.opensuse.org/package/show/Java:packages/osgi-service-jdbc?expand=0&rev=1
35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.osgi</groupId>
|
|
<artifactId>org.osgi.service.jdbc</artifactId>
|
|
<version>1.0.0</version>
|
|
<description>OSGi Companion Code for org.osgi.service.jdbc Version 1.0.0.</description>
|
|
<name>org.osgi:org.osgi.service.jdbc</name>
|
|
<url>http://www.osgi.org/</url>
|
|
<organization>
|
|
<name>OSGi Alliance</name>
|
|
<url>http://www.osgi.org/</url>
|
|
</organization>
|
|
<licenses>
|
|
<license>
|
|
<name>Apache License, Version 2.0</name>
|
|
<url>http://opensource.org/licenses/apache2.0.php</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<scm>
|
|
<url>https://osgi.org/git/build.git</url>
|
|
<connection>scm:git:https://osgi.org/git/build.git</connection>
|
|
<developerConnection>scm:git:https://osgi.org/git/build.git</developerConnection>
|
|
</scm>
|
|
<developers>
|
|
<developer>
|
|
<id>osgi</id>
|
|
<email>info@osgi.org</email>
|
|
<name>OSGi Alliance</name>
|
|
<organization>OSGi Alliance</organization>
|
|
</developer>
|
|
</developers>
|
|
</project>
|