<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>ch.sourcepond</groupId>
    <artifactId>bundle</artifactId>
    <version>0.6.12</version>
    <relativePath></relativePath>
  </parent>
  <groupId>ch.sourcepond.utils</groupId>
  <artifactId>podescoin</artifactId>
  <version>3.0.8</version>
  <packaging>pom</packaging>
  <description>OSGi weaving hook to enhance serializable classes so that Blueprint components 
		can be injected before readObject is executed.</description>
  <url>https://sourcepond.github.io/${repo.project}</url>
  <inceptionYear>2015</inceptionYear>
  <modules>
    <module>podescoin-api</module>
    <module>podescoin-core</module>
    <module>podescoin-feature</module>
    <module>podescoin-testing</module>
    <module>podescoin-tests</module>
    <module>podescoin-testbundle</module>
    <module>podescoin-testservice</module>
  </modules>
  <scm>
    <connection>scm:git:${project.scm.url}.git</connection>
    <developerConnection>scm:git:ssh://git@${repo.domain}/${repo.path}.git</developerConnection>
    <url>https://${repo.domain}/${repo.path}</url>
  </scm>
  <ciManagement>
    <system>Jenkins</system>
    <url>${jenkins.baseurl}/job/${project.artifactId}</url>
  </ciManagement>
  <distributionManagement>
    <site>
      <id>www.sourcepond.ch</id>
      <url>${site.distribution.url}/${project.groupId}/${project.artifactId}/${project.version}/</url>
    </site>
  </distributionManagement>
  <properties>
    <repo.project>${project.artifactId}</repo.project>
  </properties>
</project>
