<?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">
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <modelVersion>4.0.0</modelVersion>
  <groupId>tigase</groupId>
  <artifactId>tigase-extras</artifactId>
  <name>Tigase Server Extras</name>
  <version>1.0.0</version>
  <description>Extra modules to Tigase Server.</description>
  <url>http://www.tigase.org/</url>
  <issueManagement>
    <system>Trac</system>
    <url>http://projects.tigase.org/server</url>
  </issueManagement>
  <developers>
    <developer>
      <id>kobit</id>
      <name>Artur Hefczyc</name>
      <email>kobit@tigase.org</email>
      <url>http://artur.hefczyc.net/</url>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
    </developer>
    <developer>
         <id>bmalkow</id>
         <name>Bartosz Malkowski</name>
         <email>bmalkow@tigase.org</email>
         <url>http://claimid.com/bmalkow</url>
         <roles>
             <role>architect</role>
             <role>developer</role>
         </roles>
         <timezone>+1</timezone>
     </developer>
  </developers>
  <licenses>
    <license>
      <name>GNU Affero General Public License</name>
      <url>http://www.gnu.org/licenses/gpl.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:https://svn.tigase.org/reps/tigase-extras/tags/tigase-extras-1.0.0</connection>
    <developerConnection>scm:svn:https://svn.tigase.org/reps/tigase-extras/tags/tigase-extras-1.0.0</developerConnection>
    <url>scm:svn:https://svn.tigase.org/reps/tigase-extras/tags/tigase-extras-1.0.0</url>
  </scm>
  <organization>
    <name>Tigase</name>
    <url>http://www.tigase.org</url>
  </organization>
  <build>
    <plugins>
      <plugin>
      	<artifactId>maven-compiler-plugin</artifactId>
      	<configuration>
      		<source>1.6</source>
      		<target>1.6</target>
      		<encoding>UTF-8</encoding>
      	</configuration>
      </plugin>
      <plugin>
      	<artifactId>maven-jar-plugin</artifactId>
      	<version>2.1</version>
      	<configuration>
      	</configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <configuration>
          <tagBase>https://svn.tigase.org/reps/tigase-extras/tags</tagBase>
        </configuration>
      </plugin>
    </plugins>
      <extensions>
	<extension>
	  <groupId>org.apache.maven.wagon</groupId>
	  <artifactId>wagon-ssh-external</artifactId>
	  <version>2.2</version>
	</extension>
      </extensions>    
  </build>
  <repositories>
    <repository>
      <snapshots />
      <id>tigase</id>
      <name>Tigase rpos</name>
      <url>http://maven.tigase.org</url>
    </repository>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <name>Maven Repository Switchboard</name>
      <url>http://repo1.maven.org/maven2</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>tigase</groupId>
      <artifactId>tigase-utils</artifactId>
      <version>3.3.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>tigase</groupId>
      <artifactId>tigase-xmltools</artifactId>
      <version>3.3.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>tigase</groupId>
      <artifactId>tigase-server</artifactId>
      <version>5.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>bouncycastle</groupId>
      <artifactId>bcprov-jdk16</artifactId>
      <version>136</version>
    </dependency>
    <dependency>
      <groupId>jml</groupId>
      <artifactId>jml-lib</artifactId>
      <version>1.0b2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>openDMK</groupId>
      <artifactId>jdmkrt</artifactId>
      <version>1.0-b02</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>tigase</id>
      <name>Tigase Repo</name>
      <url>scpexe://maven.tigase.org:/home/webapp/maven-repository</url>
    </repository>
    <snapshotRepository>
      <id>tigase</id>
      <name>Tigase Repo</name>
      <url>scpexe://maven.tigase.org:/home/webapp/maven-repository</url>
    </snapshotRepository>
  </distributionManagement>
</project>
