root/tags/pustefixframework-0.14.7/pustefix-editor/pom.xml

Revision 5086, 1.3 KB (checked in by mlhartme, 2 years ago)

[maven-release-plugin] prepare release pustefixframework-0.14.7

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<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">
3 
4  <modelVersion>4.0.0</modelVersion>
5 
6  <parent>
7    <groupId>org.pustefixframework</groupId>
8    <artifactId>pustefixframework</artifactId>
9    <version>0.14.7</version>
10  </parent>
11 
12  <groupId>org.pustefixframework.editor</groupId>
13  <artifactId>pustefix-editor</artifactId>
14  <packaging>pom</packaging>
15  <version>0.14.7</version>
16  <name>Pustefix Editor</name>
17  <url>http://pustefixframework.org</url>
18 
19  <dependencies>
20    <dependency>
21      <groupId>org.pustefixframework</groupId>
22      <artifactId>pustefix-core</artifactId>
23      <version>0.14.7</version>
24    </dependency>
25    <dependency>
26      <groupId>log4j</groupId>
27      <artifactId>log4j</artifactId>
28      <version>1.2.13</version>
29    </dependency>
30    <dependency>
31      <groupId>javax.servlet</groupId>
32      <artifactId>servlet-api</artifactId>
33      <version>2.4</version>
34      <scope>provided</scope>
35    </dependency>
36  </dependencies>
37
38  <modules>
39    <module>pustefix-editor-common</module>
40    <module>pustefix-editor-webui</module>
41    <module>pustefix-editor-backend</module>
42  </modules>
43
44</project>
45
Note: See TracBrowser for help on using the browser.