<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.jvnet.hudson.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>1.388</version><!-- which version of Hudson is this plugin built against? -->
    <relativePath>../pom.xml</relativePath>
  </parent>

  <inceptionYear>2010-2010 the CCM plug-in team</inceptionYear>

  <url>http://wiki.hudson-ci.org/display/HUDSON/CCM+Plugin</url>

  <artifactId>ccm</artifactId>
  <name>Hudson CCM Plugin</name>
  <version>2.5</version>
  <packaging>hpi</packaging>
  
  <scm>
	<connection>scm:svn:https://guest@svn.java.net/svn/hudson~svn/tags/ccm-2.5</connection>
    <developerConnection>scm:svn:https://svn.java.net/svn/hudson~svn/tags/ccm-2.5</developerConnection>
    <url>https://svn.java.net/svn/hudson~svn/tags/ccm-2.5</url>
  </scm>
  
  <distributionManagement>
      <repository>
        <id>java.net-m2-repository</id>
        <url>http://maven.hudson-labs.org/content/repositories/releases/</url>
      </repository>
    </distributionManagement> 
  
  <build>
  	<plugins>
  		<plugin>
  			<artifactId>maven-release-plugin</artifactId>
  			<configuration>
  				<goals>deploy</goals>
  			</configuration>
  		</plugin>
  	</plugins>
  </build>

  <!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
  <repositories>
    <repository>
      <id>m.g.o-public</id>
      <url>http://maven.glassfish.org/content/groups/public/</url>
    </repository>
  </repositories>

  <pluginRepositories>
    <pluginRepository>
      <id>m.g.o-public</id>
      <url>http://maven.glassfish.org/content/groups/public/</url>
    </pluginRepository>
  </pluginRepositories>
  
  <developers>
  	<developer>
  		<email>brunodepaulak@yahoo.com.br</email>
  		<id>kinow</id>
  		<name>Bruno P. Kinoshita</name>
  		<timezone>-3 GMT</timezone>
  		<roles>
        	<role>Developer</role>
      	</roles>
  	</developer>
  	<developer>
  		<email>cesar.fa@gmail.com</email>
  		<id>cesar1983</id>
  		<name>César Fernandes de Almeida</name>
  		<timezone>-3 GMT</timezone>
  		<roles>
        	<role>Developer</role>
      	</roles>
  	</developer>
  </developers>
    
</project>
