<?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>
    <artifactId>OpenSourceParent</artifactId>
    <groupId>org.e-hoffman.build</groupId>
    <version>1.0.4</version>
  </parent>
  <groupId>org.e-hoffman.crypto</groupId>
  <artifactId>PropertyFileEncryptionParent</artifactId>
  <version>1.0.0</version>
  <packaging>pom</packaging>
  <name>${project.artifactId}</name>
  <modules>
    <module>Crypto</module>
    <module>CryptoBouncyCastle</module>
    <module>CryptoProperties</module>
  </modules>
  <scm>
    <connection>scm:git:git:github.com:${github.owner}/${github.project}.git</connection>
    <developerConnection>scm:git:git:github.com:${github.owner}/${github.project}.git</developerConnection>
    <url>https://github.com/${github.owner}/${github.project}/blob/master/</url>
  </scm>
  <properties>
    <github.owner>rexhoffman</github.owner>
    <github.project>PropertyFileEncryption</github.project>
    <github.site.location></github.site.location>
    <testing.version>1.4.0</testing.version>
    <bouncycastle.version>1.50</bouncycastle.version>
    <slf4j.version>1.7.7</slf4j.version>
  </properties>
</project>
