All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.de.mklinger.micro.maps.pom.xml Maven / Gradle / Ivy

There is a newer version: 2.0.42.rc
Show newest version
<?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>

	<parent>
		<groupId>de.mklinger.maven</groupId>
		<artifactId>maven-parent</artifactId>
		<version>1.12</version>
	</parent>

	<groupId>de.mklinger.micro</groupId>
	<artifactId>maps</artifactId>
	<version>1.0</version>
	<packaging>bundle</packaging>

	<name>${project.artifactId}</name>
	<description>Micro library for Maps</description>
	<url>https://github.com/de-mklinger/maps</url>
	<inceptionYear>2019</inceptionYear>

	<organization>
		<name>mklinger GmbH</name>
		<url>http://www.mklinger.de</url>
	</organization>

	<licenses>
		<license>
			<name>Apache License 2.0</name>
			<url>https://www.apache.org/licenses/LICENSE-2.0</url>
		</license>
	</licenses>

	<developers>
		<developer>
			<name>Marc Klinger</name>
			<email>mklinger[at]mklinger[dot]de</email>
			<organization>mklinger GmbH</organization>
			<organizationUrl>https://www.mklinger.de</organizationUrl>
		</developer>
		<developer>
			<name>Marius Heinzmann</name>
			<email>mheinzmann[at]mklinger[dot]de</email>
			<organization>mklinger GmbH</organization>
			<organizationUrl>https://www.mklinger.de</organizationUrl>
		</developer>
	</developers>

	<scm>
		<connection>scm:git:[email protected]:de-mklinger/maps.git</connection>
		<developerConnection>scm:git:[email protected]:de-mklinger/maps.git</developerConnection>
		<url>https://github.com/de-mklinger/maps</url>
		<tag>maps-1.0</tag>
	</scm>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-library</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
			</plugin>
		</plugins>
	</build>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy