bali-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.google.code.bali-java</groupId>
<artifactId>bali-parent</artifactId>
<version>1.1.2</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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.code.bali-java</groupId>
<artifactId>bali-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.2</version>
<name>bali-parent</name>
<url>http://maven.apache.org</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<scm>
<connection>scm:git:https://code.google.com/p/bali-java/</connection>
<developerConnection>scm:git:https://code.google.com/p/bali-java/</developerConnection>
<url>http://code.google.com/p/bali-java/source/browse</url>
</scm>
<modules>
<module>bali</module>
<module>bali-test</module>
</modules>
</project>