huhula-pom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.osp-huhula</groupId>
<artifactId>huhula-pom</artifactId>
<version>J7.1.3.0</version>
</dependency><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>
<artifactId>huhula-pom</artifactId>
<packaging>pom</packaging>
<name>Huhula Parent POM [${project.version}]</name>
<url>https://github.com/osp-huhula/huhula</url>
<parent>
<groupId>com.github.osp-huhula</groupId>
<artifactId>huhula-super-pom</artifactId>
<version>J7.1.3.0</version>
<relativePath>huhula-super-pom/pom.xml</relativePath>
</parent>
<modules>
<module>huhula-pom-properties</module>
<module>huhula-super-pom</module>
<module>huhula-bom</module>
</modules>
<organization>
<name>huhula</name>
<url>https://github.com/osp-huhula</url>
</organization>
<description>
Open-source huhula POM project
</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>https://github.com/osp-huhula/huhula-pom</url>
<connection>scm:git:https://github.com/osp-huhula/huhula-pom.git</connection>
<developerConnection>scm:git:https://github.com/osp-huhula/huhula-pom.git</developerConnection>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<snapshotRepository>
<id>sonatype-snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-release</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</project>