<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">
  <parent>
    <groupId>org.codehaus.mojo.archetypes</groupId>
    <artifactId>mojo-archetypes</artifactId>
    <version>6</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>nbm-archetype</artifactId>
  <version>1.14</version>
  <packaging>maven-archetype</packaging>
  <name>NetBeans Module Archetype</name>
  <description>Archetype for development of NetBeans modules in Maven.</description>
  <scm>
    <connection>scm:svn:http://svn.codehaus.org/mojo/tags/nbm-archetype-1.14</connection>
    <developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/nbm-archetype-1.14</developerConnection>
    <url>http://fisheye.codehaus.org/browse/mojo/tags/nbm-archetype-1.14</url>
  </scm>
</project>
