git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115428 13f79535-47bb-0310-9956-ffa450edef68
157 lines
4.7 KiB
XML
157 lines
4.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<project>
|
|
<extend>../plugin-parent/project.xml</extend>
|
|
<pomVersion>3</pomVersion>
|
|
<id>maven-hibernate-plugin</id>
|
|
<name>Maven Hibernate Plug-in</name>
|
|
<currentVersion>1.2-dev</currentVersion>
|
|
<description/>
|
|
<shortDescription>Work with Hibernate classes</shortDescription>
|
|
<url>http://maven.apache.org/reference/plugins/hibernate/</url>
|
|
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10337</issueTrackingUrl>
|
|
<siteDirectory>/www/maven.apache.org/reference/plugins/hibernate/</siteDirectory>
|
|
<repository>
|
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/hibernate/</connection>
|
|
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/hibernate/</developerConnection>
|
|
<url>http://cvs.apache.org/viewcvs/maven-plugins/hibernate/</url>
|
|
</repository>
|
|
<versions>
|
|
<version>
|
|
<id>1.0</id>
|
|
<name>1.0</name>
|
|
<tag>MAVEN_HIBERNATE_1_0</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.1</id>
|
|
<name>1.1</name>
|
|
<tag>MAVEN_HIBERNATE_1_1</tag>
|
|
</version>
|
|
</versions>
|
|
<developers>
|
|
<developer>
|
|
<name>Michal Maczka</name>
|
|
<id>michal</id>
|
|
<email>michal.maczka@dimatics.com</email>
|
|
<organization>Dimatics</organization>
|
|
<roles>
|
|
<role>Java Developer</role>
|
|
</roles>
|
|
<timezone>+1</timezone>
|
|
</developer>
|
|
<developer>
|
|
<name>Eric Pugh</name>
|
|
<id>epugh</id>
|
|
<email>epugh@opensourceconnections.com</email>
|
|
<organization>OpenSource Connections</organization>
|
|
<roles>
|
|
<role>Java Developer</role>
|
|
</roles>
|
|
</developer>
|
|
</developers>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>hibernate</groupId>
|
|
<artifactId>hibernate</artifactId>
|
|
<version>2.1.3</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ant</groupId>
|
|
<artifactId>ant</artifactId>
|
|
<version>1.5.3-1</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-jelly</groupId>
|
|
<artifactId>commons-jelly</artifactId>
|
|
<version>20030902.160215</version>
|
|
<url>http://jakarta.apache.org/commons/jelly/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
<version>2.0</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-beanutils</groupId>
|
|
<artifactId>commons-beanutils</artifactId>
|
|
<version>1.6.1</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-dbcp</groupId>
|
|
<artifactId>commons-dbcp</artifactId>
|
|
<version>1.1</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-collections</groupId>
|
|
<artifactId>commons-collections</artifactId>
|
|
<version>2.1</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>1.0.3</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-pool</groupId>
|
|
<artifactId>commons-pool</artifactId>
|
|
<version>1.1</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<version>1.2.8</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xml-apis</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>1.0.b2</version>
|
|
<url>http://xml.apache.org/xerces2-j/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xerces</groupId>
|
|
<artifactId>xerces</artifactId>
|
|
<version>2.4.0</version>
|
|
<url>http://xml.apache.org/xerces2-j/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>odmg</groupId>
|
|
<artifactId>odmg</artifactId>
|
|
<version>3.0</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>dom4j</groupId>
|
|
<artifactId>dom4j</artifactId>
|
|
<version>1.4</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|