<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.399</version>
  </parent>
  <artifactId>favorite-view</artifactId>
  <version>1.0</version>
  <packaging>hpi</packaging>
  <name>Favorite View Plugin</name>
  <url>http://wiki.jenkins-ci.org/display/JENKINS/Favorite+View+Plugin</url>
  <build>
    <finalName>${project.artifactId}</finalName>
  </build>
  <repositories>
    <repository>
      <id>m.g.o-public</id>
      <url>http://maven.glassfish.org/content/groups/public/</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>
  <scm>
    <connection>scm:git:git://github.com/huybrechts/favorite-view-plugin.git</connection>
    <developerConnection>scm:git:git@github.com:huybrechts/favorite-view-plugin.git</developerConnection>
    <url>https://github.com/huybrechts/favorite-view-plugin</url>
  </scm>
</project>