<?xml version="1.0" encoding="UTF-8"?>
<!--
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 - JORAM: Java(TM) Open Reliable Asynchronous Messaging
 - Copyright (C) 2007 - ScalAgent Distributed Technologies
 - Copyright (C) 2007 - Bull S.A.S.
 -
 - This library is free software; you can redistribute it and/or
 - modify it under the terms of the GNU Lesser General Public
 - License as published by the Free Software Foundation; either
 - version 2.1 of the License, or any later version.
 -
 - This library is distributed in the hope that it will be useful,
 - but WITHOUT ANY WARRANTY; without even the implied warranty of
 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 - Lesser General Public License for more details.
 -
 - You should have received a copy of the GNU Lesser General Public
 - License along with this library; if not, write to the Free Software
 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
 - USA
 -
 - Initial developer(s): Guillaume Sauthier (Bull S.A.S)
 - Contributor(s):
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 -->
<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>
  <groupId>org.objectweb.joram</groupId>
  <artifactId>joram-parent</artifactId>
  <version>5.3.1</version>
  <name>JORAM :: Parent</name>
  <description>
    JORAM incorporates a 100% pure Java implementation of JMS (Java Message Service API
    released by Sun Microsystem, Inc.). It provides access to a really distributed MOM
    (Message Oriented Middleware), built on top of the ScalAgent agents based platform.
  </description>
  <packaging>pom</packaging>

  <!--  dependencies versions -->
  <properties>
    <!-- monolog.version>2.1.12</monolog.version -->
    <geronimo-jms_1.1_spec.version>1.1.1</geronimo-jms_1.1_spec.version>
  </properties>
  
  <url>http://joram.objectweb.org</url>
  <organization>
    <name>OW2</name>
    <url>http://www.ow2.org/</url>
  </organization>

  <inceptionYear>2002</inceptionYear>
  <distributionManagement>
    <repository>
      <uniqueVersion>false</uniqueVersion>
      <id>ow2.release</id>
      <name>OW2 Maven 2 Releases Repository</name>
      <url>scp://jupiter.objectweb.org/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2</url>
      <layout>default</layout>
    </repository>
    <snapshotRepository>
      <uniqueVersion>false</uniqueVersion>
      <id>ow2.snapshot</id>
      <name>OW2 Maven 2 Snapshots Repository</name>
      <url>scp://jupiter.objectweb.org/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2-snapshot</url>
      <layout>default</layout>
    </snapshotRepository>
  </distributionManagement>

</project>

