jbundle-app-contact-project
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jbundle.app.contact</groupId>
<artifactId>jbundle-app-contact-project</artifactId>
<version>0.7.7</version>
</dependency><?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbundle.config</groupId>
<artifactId>jbundle-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../../jbundle-parent</relativePath>
</parent>
<groupId>org.jbundle.app.contact</groupId>
<artifactId>jbundle-app-contact-project</artifactId>
<version>0.7.7</version>
<name>jbundle-app-contact-project-root - Contact project</name>
<packaging>pom</packaging>
<modules>
<module>contact</module>
<module>web</module>
</modules>
<scm>
<url>https://github.com/jbundle/app-contact</url>
<connection>scm:git:git://github.com/jbundle/app-contact.git</connection>
<developerConnection>scm:git:git@github.com:jbundle/app-contact.git</developerConnection>
</scm>
</project>