blob: 3611b7ef6315055e51cefb095089cb1fb46d14e3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2021 Eclipse Foundation and others. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/org/documents/edl-v10.php Contributors:
Martin Taal (Eclipse Foundation) - initial implementation -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>org.eclipse.emf.teneo-parent</artifactId>
<groupId>org.eclipse.emf.teneo</groupId>
<version>2.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.emf.teneo</groupId>
<artifactId>org.eclipse.emf.teneo.hibernate.mapper</artifactId>
<packaging>eclipse-plugin</packaging>
<name>org.eclipse.emf.teneo.hibernate.mapper</name>
<version>2.2.1</version>
<description>http://wiki.eclipse.org/Teneo/Hibernate</description>
<url>http://wiki.eclipse.org/Teneo/Hibernate</url>
<licenses>
<license>
<name>The Eclipse Public License Version 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.eclipse.emf.teneo</groupId>
<artifactId>org.eclipse.emf.teneo</artifactId>
<version>2.2.1</version>
</dependency>
</dependencies>
</project>