OW2 Consortium jonas

Rev

Rev 22424 | Rev 22617 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
18737 alitokmen 1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
4
  - JOnAS: Java(TM) Open Application Server
20898 benoitf 5
  - Copyright (C) 2008-2011 Bull S.A.S.
18737 alitokmen 6
  - Contact: jonas-team@ow2.org
7
  -
8
  - This library is free software; you can redistribute it and/or
9
  - modify it under the terms of the GNU Lesser General Public
10
  - License as published by the Free Software Foundation; either
11
  - version 2.1 of the License, or any later version.
12
  -
13
  - This library is distributed in the hope that it will be useful,
14
  - but WITHOUT ANY WARRANTY; without even the implied warranty of
15
  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
  - Lesser General Public License for more details.
17
  -
18
  - You should have received a copy of the GNU Lesser General Public
19
  - License along with this library; if not, write to the Free Software
20
  - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
21
  - USA
22
  -
23
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
24
  - $Id: pom.xml 22427 2012-05-04 20:00:10Z cazauxj $
25
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
26
-->
16429 benoitf 27
<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">
18737 alitokmen 28
 
16429 benoitf 29
  <parent>
30
      <groupId>org.ow2</groupId>
31
      <artifactId>ow2</artifactId>
21847 benoitf 32
      <version>1.3</version>
16429 benoitf 33
  </parent>
34
  <modelVersion>4.0.0</modelVersion>
35
  <groupId>org.ow2.jonas.documentation</groupId>
36
  <artifactId>jonas-doc-src</artifactId>
22283 benoitf 37
  <version>5.3.0-M7-SNAPSHOT</version>
22424 cazauxj 38
  <packaging>pom</packaging>
16429 benoitf 39
  <description>JOnAS : Java Open Application Server</description>
40
  <name>JOnAS Documentation Source</name>
41
  <url>http://jonas.ow2.org</url>
42
 
22424 cazauxj 43
  <modules>
44
    <module>core</module>
45
    <module>plans</module>
46
  </modules>
47
 
16429 benoitf 48
  <licenses>
49
    <license>
50
      <name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1</name>
51
      <url>http://www.gnu.org/copyleft/lesser.html</url>
52
    </license>
53
  </licenses>
54
 
22424 cazauxj 55
  <properties>
56
    <ow2-util-plugin.version>1.0.36-SNAPSHOT</ow2-util-plugin.version>
57
  </properties>
58
 
16429 benoitf 59
  <build>
60
    <defaultGoal>install</defaultGoal>
61
    <plugins>
62
      <plugin>
63
        <groupId>org.apache.maven.plugins</groupId>
64
        <artifactId>maven-release-plugin</artifactId>
65
        <configuration>
66
          <tagBase>
67
            svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/jonas/jonas/tags
68
          </tagBase>
21259 sauthieg 69
          <autoVersionSubmodules>true</autoVersionSubmodules>
70
          <addSchema>false</addSchema>
16429 benoitf 71
        </configuration>
72
      </plugin>
73
    </plugins>
20875 sauthieg 74
 
16429 benoitf 75
  </build>
76
 
77
  <dependencies>
78
    <!-- Add here any other documentation source this one needs -->
79
  </dependencies>
80
 
81
  <scm>
22283 benoitf 82
    <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/jonas/jonas/trunk/jonas_doc</connection>
83
    <developerConnection>scm:svn:svn+ssh://benoitf@svn.forge.objectweb.org/svnroot/jonas/jonas/trunk/jonas_doc</developerConnection>
84
    <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/jonas/trunk/jonas_doc</url>
16429 benoitf 85
  </scm>
86
 
16997 benoitf 87
</project>