1 <?xml version="1.0"?><project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>org.codehaus.castor</groupId>
4 <artifactId>castor-anttasks</artifactId>
6 <version>1.1.2-20070427.065136-1</version>
10 <groupId>org.apache.maven.wagon</groupId>
11 <artifactId>wagon-webdav</artifactId>
12 <version>1.0-beta-1</version>
17 <artifactId>maven-jar-plugin</artifactId>
20 <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
25 <artifactId>maven-source-plugin</artifactId>
31 <artifactId>maven-source-plugin</artifactId>
44 <groupId>org.codehaus.castor</groupId>
45 <artifactId>castor-codegen</artifactId>
46 <version>1.1.2-SNAPSHOT</version>
49 <groupId>org.codehaus.castor</groupId>
50 <artifactId>castor-ddlgen</artifactId>
51 <version>1.1.2-SNAPSHOT</version>
54 <groupId>ant</groupId>
55 <artifactId>ant</artifactId>
56 <version>1.6</version>
59 <groupId>commons-logging</groupId>
60 <artifactId>commons-logging</artifactId>
61 <version>1.1</version>
64 <groupId>junit</groupId>
65 <artifactId>junit</artifactId>
66 <version>3.8.2</version>
70 <groupId>log4j</groupId>
71 <artifactId>log4j</artifactId>
72 <version>1.2.13</version>
76 <distributionManagement>
79 <name>Castor Central Distribution Repository</name>
80 <url>dav:https://dav.codehaus.org/repository/castor/</url>
84 <name>Castor Central Development Repository</name>
85 <url>dav:https://dav.codehaus.org/snapshots.repository/castor/</url>
89 <url>dav:https://dav.codehaus.org/castor/</url>
91 <status>deployed</status>
92 </distributionManagement>