META-INF.maven.de.mklinger.micro.sets.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qetcher-client-bundle Show documentation
Show all versions of qetcher-client-bundle Show documentation
Qetcher Java client, OSGi bundle, minimal dependencies
<?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>sets</artifactId> <version>1.0</version> <packaging>bundle</packaging> <name>${project.artifactId}</name> <description>Micro library for Sets</description> <url>https://github.com/de-mklinger/sets</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> </developers> <scm> <connection>scm:git:[email protected]:de-mklinger/sets.git</connection> <developerConnection>scm:git:[email protected]:de-mklinger/sets.git</developerConnection> <url>https://github.com/de-mklinger/sets</url> <tag>sets-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