<!-- Copyright (C) 2011 Oracle Corporation This file is part of the VirtualBox 
	SDK, as available from http://www.virtualbox.org. This library is free software; 
	you can redistribute it and/or modify it under the terms of the GNU Lesser 
	General Public License as published by the Free Software Foundation, in version 
	2.1 as it comes in the "COPYING.LIB" file of the VirtualBox SDK distribution. 
	This library is distributed in the hope that it will be useful, but WITHOUT 
	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 
	FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more 
	details. pom.xml file to deploy to https://oss.sonatype.org -->
<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>
	<name>VirtualBox Client API 4.2.8</name>
	<description>VirtualBox Client API 4.2.8</description>
	<url>https://www.virtualbox.org</url>
	<groupId>org.virtualbox</groupId>
	<artifactId>vboxjws</artifactId>
	<version>4.2.8</version>
	<packaging>jar</packaging>
	<licenses>
		<license>
			<name>LGPLv2.1</name>
			<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
			<distribution>repo</distribution>
			<comments>A business-friendly OSS license</comments>
		</license>
	</licenses>
	<issueManagement>
		<system>bugtracker</system>
		<url>https://www.virtualbox.org/wiki/Bugtracker</url>
	</issueManagement>
	<developers>
		<developer>
			<id>Klaus Espenlaub</id>
			<name>VirtualBox Engineering</name>
			<url>https://www.virtualbox.org</url>
			<organization>Oracle Corporation</organization>
			<roles>
				<role>Development Team</role>
			</roles>
		</developer>
	</developers>
	<mailingLists>
		<mailingList>
			<name>VirtualBox</name>
			<post>vbox-dev@virtualbox.org</post>
			<subscribe>
https://www.virtualbox.org/mailman/listinfo/vbox-dev
</subscribe>
			<archive>https://www.virtualbox.org/wiki/Mailing_lists</archive>
		</mailingList>
	</mailingLists>
	<scm>
		<connection>scm:svn:http://www.virtualbox.org/svn/vbox/trunk</connection>
		<developerConnection>scm:svn:http://www.virtualbox.org/svn/vbox/trunk</developerConnection>
		<url>http://www.virtualbox.org/browser/trunk</url>
	</scm>
</project>
