model-1.0.0-20190307.195740-1.pom
Checksums
MD5
|
777769f9a8df6b9b91218e4677eecdf9
|
SHA1
|
4c875368ca33bd7ad9e02854d42cc07348b96a08
|
SHA256
|
1ea8d965d9836779b7862a15aa31260a2b66e0af4371334f3fefe4b154a70294
|
SHA512
|
374710ccc9fd0cf4f4c1f67789757b00120865862b7cc583679354d15fb10b51d23454c9db1ad1820712caa8c7a0d71a1e5432336b4ac993130da4d98028b635
|
POM
<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">
<parent>
<groupId>org.opennms.oce.integrations</groupId>
<artifactId>opennms</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.oce.integrations.opennms</groupId>
<artifactId>model</artifactId>
<name>OCE :: Integrations :: OpenNMS :: Model</name>
<packaging>bundle</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>