root/trunk/pfixcore/pom.xml

Revision 3949, 1.7 kB (checked in by mtld, 1 month ago)

changed version to 0.13.4-pre , 0.13.4-SNAPSHOT

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-SNAPSHOT</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-digester</groupId>
21       <artifactId>commons-digester</artifactId>
22       <version>[1.7,1.8)</version>
23     </dependency>
24     <dependency>
25       <groupId>commons-logging</groupId>
26       <artifactId>commons-logging</artifactId>
27       <version>[1.0.4,1.2)</version>
28     </dependency>
29     <dependency>
30       <groupId>oro</groupId>
31       <artifactId>oro</artifactId>
32       <version>2.0.7</version>
33     </dependency>
34     <dependency>
35       <groupId>log4j</groupId>
36       <artifactId>log4j</artifactId>
37       <version>[1.2.9,1.3)</version>
38     </dependency>
39     <dependency>
40       <groupId>lucene</groupId>
41       <artifactId>lucene</artifactId>
42       <version>1.4.3</version>
43     </dependency>
44     <dependency>
45       <groupId>xml-resolver</groupId>
46       <artifactId>xml-resolver</artifactId>
47       <version>[1.1,1.3)</version>
48     </dependency>
49     <dependency>
50       <groupId>com.icl.saxon</groupId>
51       <artifactId>saxon</artifactId>
52       <version>6.5.5</version>
53     </dependency>
54     <dependency>
55       <groupId>org.springframework</groupId>
56       <artifactId>spring</artifactId>
57       <version>[2.5.3,2.6)</version>
58     </dependency>
59   </dependencies>
60 </project>
Note: See TracBrowser for help on using the browser.