~vcs-imports/jeuclid/trunk

« back to all changes in this revision

Viewing changes to jeuclid-mathviewer/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:
3
3
  <parent>
4
4
    <artifactId>jeuclid-parent</artifactId>
5
5
    <groupId>net.sourceforge.jeuclid</groupId>
6
 
    <version>3.1.6-SNAPSHOT</version>
 
6
    <version>3.1.6</version>
7
7
  </parent>
8
8
  <modelVersion>4.0.0</modelVersion>
9
9
  <groupId>net.sourceforge.jeuclid</groupId>
20
20
            <manifest>
21
21
              <mainClass>net.sourceforge.jeuclid.app.mathviewer.MathViewer</mainClass>
22
22
              <addClasspath>true</addClasspath>
23
 
              <addExtensions/>
24
 
              <classpathPrefix/>
 
23
              <addExtensions />
 
24
              <classpathPrefix />
25
25
              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
26
26
              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
27
27
            </manifest>
232
232
    <dependency>
233
233
      <groupId>net.sourceforge.jeuclid</groupId>
234
234
      <artifactId>jeuclid-core</artifactId>
235
 
      <version>3.1.6-SNAPSHOT</version>
 
235
      <version>3.1.6</version>
236
236
    </dependency>
237
237
    <dependency>
238
238
      <groupId>com.apple</groupId>