<?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">
  <parent>
    <groupId>com.phloc</groupId>
    <artifactId>parent-pom</artifactId>
    <version>23.1</version>
    <relativePath>../phloc-parent-pom/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>isorelax</artifactId>
  <version>1.1</version>
  <packaging>bundle</packaging>
  <name>isorelax</name>
  <description>Java 1.6 port of isorelax</description>
  <url>http://repo.phloc.com/apidocs/isorelax/${project.version}</url>
 
  <scm>
    <url>scm:svn:https://phloc-schematron.googlecode.com/svn/tags/isorelax-1.1</url>
    <connection>scm:svn:http://phloc-schematron.googlecode.com/svn/tags/isorelax-1.1</connection>
    <developerConnection>scm:svn:https://phloc-schematron.googlecode.com/svn/tags/isorelax-1.1</developerConnection>
  </scm>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <extensions>true</extensions>
        <configuration>
          <instructions>
            <Export-Package>
              org.iso_relax.*,
              jp.gr.xml.relax.*
            </Export-Package>
          </instructions>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <configuration>
          <tagBase>https://phloc-schematron.googlecode.com/svn/tags</tagBase>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
