<?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/xsd/maven-4.0.0.xsd">

	<modelVersion>4.0.0</modelVersion>

	<groupId>org.semanticweb.rulewerk</groupId>
	<artifactId>vlog-java</artifactId>
	<version>1.3.3</version>
	<packaging>jar</packaging>

	<name>VLog Java</name>
	<description>Basic implementation of the VLog Java connection, to be used by org.semanticweb.rulewerk.reasoner.vlog</description>
	<url>https://github.com/karmaresearch/vlog</url>

	<licenses>
		<license>
			<name>Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>

	<inceptionYear>2020</inceptionYear>

	<organization>
		<name>KarmaResearch</name>
	</organization>

	<developers>
		<developer>
			<id>urbani</id>
			<name>Jacopo Urbani</name>
			<email>j.urbani@vu.nl</email>
		</developer>
		<developer>
			<id>jacobs</id>
			<name>Ceriel Jacobs</name>
			<email>c.j.h.jacobs@vu.nl</email>
		</developer>
	</developers>

	<scm>
	    <url>https://github.com/karmaresearch/vlog.git</url>
	    <connection>scm:git:https://github.com/karmaresearch/vlog.git</connection>
	    <developerConnection>scm:git:https://github.com/karmaresearch/vlog.git</developerConnection>
	</scm>

</project>
