OW2 Consortium jonas

Rev

Rev 22152 | Rev 22638 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22152 Rev 22426
Line 20... Line 20...
20
  - License along with this library; if not, write to the Free Software
20
  - License along with this library; if not, write to the Free Software
21
  - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
21
  - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
22
  - USA
22
  - USA
23
  -
23
  -
24
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
24
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
25
  - $Id: pom.xml 22152 2012-02-22 14:48:20Z cazauxj $
-
 
-
 
25
  - $Id: pom.xml 22426 2012-05-04 17:05:04Z cazauxj $
26
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
26
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
27
-->
27
-->
28
<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">
28
<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">
29

29

30
  <parent>
30
  <parent>
Line 53... Line 53...
53
  </licenses>
53
  </licenses>
54

54

55
  <properties>
55
  <properties>
56
    <ant.version>1.7.1</ant.version>
56
    <ant.version>1.7.1</ant.version>
57
    <xerces.version>2.8.1</xerces.version>
57
    <xerces.version>2.8.1</xerces.version>
-
 
58
    <ow2-util-plugin.version>1.0.36-SNAPSHOT</ow2-util-plugin.version>
58
  </properties>
59
  </properties>
59

60

60
  <modules>
61
  <modules>
61
    <module>api</module>
62
    <module>api</module>
62
    <module>impl</module>
63
    <module>impl</module>
Line 80... Line 81...
80
            <requireMavenVersion>
81
            <requireMavenVersion>
81
              <version>2.1</version>
82
              <version>2.1</version>
82
            </requireMavenVersion>
83
            </requireMavenVersion>
83
          </rules>
84
          </rules>
84
        </configuration>
85
        </configuration>
-
 
86
      </plugin>
-
 
87
      <plugin>
-
 
88
        <groupId>org.ow2.util.maven</groupId>
-
 
89
        <artifactId>maven-deploymentplan-plugin</artifactId>
-
 
90
        <version>${ow2-util-plugin.version}</version>
-
 
91
        <extensions>true</extensions>
85
      </plugin>
92
      </plugin>
86
    </plugins>
93
    </plugins>
87
  </build>
94
  </build>
88

95

89
  <scm>
96
  <scm>