~ubuntu-branches/ubuntu/vivid/doxia/vivid-proposed

« back to all changes in this revision

Viewing changes to doxia-modules/doxia-module-rtf/pom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-08 14:20:22 UTC
  • mfrom: (2.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091008142022-f6ccxganfr2tbaig
Tags: 1.1-3build1
Upload to karmic, avoiding new version from unstable. LP: #443292.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
-->
21
21
 
22
22
<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">
 
23
  <modelVersion>4.0.0</modelVersion>
 
24
 
23
25
  <parent>
24
26
    <artifactId>doxia-modules</artifactId>
25
27
    <groupId>org.apache.maven.doxia</groupId>
26
 
    <version>1.0-alpha-11</version>
 
28
    <version>1.1</version>
 
29
    <relativePath>../pom.xml</relativePath>
27
30
  </parent>
28
 
  <modelVersion>4.0.0</modelVersion>
 
31
 
29
32
  <artifactId>doxia-module-rtf</artifactId>
 
33
 
30
34
  <name>Doxia :: RTF Module</name>
31
35
  <description>A Doxia module for Rich Text Format source documents.</description>
32
36