<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>berkano-parent</artifactId>
    <groupId>berkano</groupId>
    <version>SNAPSHOT</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>berkano-bookmarks</artifactId>
  <name>Berkano Bookmarks</name>
  <version>20060107.143456-7</version>
  <description>Berkano Bookmarks is a simple API to manage "bookmarks" inside berkano applications. Hopefully it will
        be reusable outside berkano.</description>
  <dependencies>
    <dependency>
      <groupId>freemarker</groupId>
      <artifactId>freemarker</artifactId>
      <version>2.3.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate</artifactId>
      <version>3.1</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>