• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/tags/omero-3.0-M3/components/dsl/pom.xml

Revision 1085, 1.1 kB (checked in by jmoore, 2 years ago)

Renaming "3.0-TRUNK" to "3.0-M3" (with update-version)

Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3  <parent>
4    <groupId>omero</groupId>
5    <artifactId>main</artifactId>
6    <version>3.0-M3</version>
7    <relativePath>../../pom.xml</relativePath>
8  </parent>
9  <modelVersion>4.0.0</modelVersion>
10  <artifactId>dsl</artifactId>
11  <packaging>pom</packaging>
12  <name>Omero Domain Specific Language</name>
13  <dependencies>
14    <dependency>
15      <groupId>ant</groupId>
16      <artifactId>ant</artifactId>
17      <version>1.6.5</version>
18    </dependency>
19    <dependency>
20      <groupId>qdox</groupId>
21      <artifactId>qdox</artifactId>
22      <version>1.5</version>
23    </dependency>
24    <dependency>
25      <groupId>velocity</groupId>
26      <artifactId>velocity</artifactId>
27      <version>1.4</version>
28    </dependency>
29    <dependency>
30      <groupId>velocity-tools</groupId>
31      <artifactId>velocity-tools-generic</artifactId>
32      <version>1.1</version>
33    </dependency>
34  </dependencies>
35</project>
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/