root/tags/release-0.13.4/pfixcore/pom.xml

Revision 3976, 1.6 KB (checked in by mtld, 3 years ago)

set version to 0.13.4

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project>
3  <modelVersion>4.0.0</modelVersion>
4  <groupId>org.pustefixframework</groupId>
5  <artifactId>pfixcore</artifactId>
6  <name>pfixcore</name>
7  <version>0.13.4</version>
8  <dependencies>
9    <dependency>
10      <groupId>ant-contrib</groupId>
11      <artifactId>ant-contrib</artifactId>
12      <version>1.0b2</version>
13    </dependency>
14    <dependency>
15      <groupId>commons-collections</groupId>
16      <artifactId>commons-collections</artifactId>
17      <version>[3.1,3.3)</version>
18    </dependency>
19    <dependency>
20      <groupId>commons-logging</groupId>
21      <artifactId>commons-logging</artifactId>
22      <version>[1.0.4,1.2)</version>
23    </dependency>
24    <dependency>
25      <groupId>oro</groupId>
26      <artifactId>oro</artifactId>
27      <version>2.0.7</version>
28    </dependency>
29    <dependency>
30      <groupId>log4j</groupId>
31      <artifactId>log4j</artifactId>
32      <version>[1.2.9,1.3)</version>
33    </dependency>
34    <dependency>
35      <groupId>lucene</groupId>
36      <artifactId>lucene</artifactId>
37      <version>1.4.3</version>
38    </dependency>
39    <dependency>
40      <groupId>xml-resolver</groupId>
41      <artifactId>xml-resolver</artifactId>
42      <version>[1.1,1.3)</version>
43    </dependency>
44    <dependency>
45      <groupId>com.icl.saxon</groupId>
46      <artifactId>saxon</artifactId>
47      <version>6.5.5</version>
48    </dependency>
49    <dependency>
50      <groupId>org.springframework</groupId>
51      <artifactId>spring</artifactId>
52      <version>[2.5.3,2.6)</version>
53    </dependency>
54  </dependencies>
55</project>
Note: See TracBrowser for help on using the browser.