<?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.jenkins-ci.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>1.466</version>
  </parent>

    <name>Groovy Postbuild</name>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>groovy-postbuild</artifactId>
    <version>1.10</version>
    <packaging>hpi</packaging>
    <url>http://wiki.jenkins-ci.org/display/JENKINS/Groovy+Postbuild+Plugin</url>

    <developers>
      <developer>
        <id>wolfs</id>
        <name>Stefan Wolf</name>
      </developer>
      <developer>
        <id>beryx</id>
        <name>Serban Iordache</name>
      </developer>
    </developers>
    
  <scm>
    <connection>scm:git:git://github.com/jenkinsci/groovy-postbuild-plugin.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/jenkinsci/groovy-postbuild-plugin.git</developerConnection>
    <url>https://github.com/jenkinsci/groovy-postbuild-plugin</url>
  </scm>

    

    
</project>
