~vcs-imports/jeuclid/trunk

« back to all changes in this revision

Viewing changes to jeuclid-fop/pom.xml

  • Committer: maxberger
  • Date: 2009-07-16 13:36:06 UTC
  • Revision ID: svn-v4:4240c5f0-4329-0410-b7b0-bbaa203ca8f8:trunk:1056
[maven-release-plugin] prepare release jeuclid-parent-3.1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  <parent>
8
8
    <groupId>net.sourceforge.jeuclid</groupId>
9
9
    <artifactId>jeuclid-parent</artifactId>
10
 
    <version>3.1.6-SNAPSHOT</version>
 
10
    <version>3.1.6</version>
11
11
  </parent>
12
12
  <description>This module contains the FOP plugin to support MathML in FOP through JEuclid.</description>
13
13
  <build>
78
78
    <dependency>
79
79
      <groupId>net.sourceforge.jeuclid</groupId>
80
80
      <artifactId>jeuclid-core</artifactId>
81
 
      <version>3.1.6-SNAPSHOT</version>
 
81
      <version>3.1.6</version>
82
82
    </dependency>
83
83
    <dependency>
84
84
      <groupId>org.apache.xmlgraphics</groupId>