mirror of https://github.com/apache/openjpa.git
140 lines
5.0 KiB
XML
140 lines
5.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
or more contributor license agreements. See the NOTICE file
|
|
distributed with this work for additional information
|
|
regarding copyright ownership. The ASF licenses this file
|
|
to you 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.
|
|
-->
|
|
<!--
|
|
Maven release plugin requires the project tag to be on a single line.
|
|
-->
|
|
<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/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.apache</groupId>
|
|
<artifactId>apache</artifactId>
|
|
<version>6</version>
|
|
</parent>
|
|
<groupId>org.apache.openjpa.eclipse</groupId>
|
|
<artifactId>org.apache.openjpa.eclipse.all</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<name>OpenJPA Eclipse Plug-in - Parent POM</name>
|
|
<description>Apache OpenJPA Eclipse Plug-in</description>
|
|
|
|
<properties>
|
|
<!-- <tycho-version>0.6.0-SNAPSHOT</tycho-version> -->
|
|
<tycho-version>0.5.0</tycho-version>
|
|
</properties>
|
|
|
|
<url>http://openjpa.apache.org</url>
|
|
<issueManagement>
|
|
<system>jira</system>
|
|
<url>http://issues.apache.org/jira/browse/OPENJPA</url>
|
|
</issueManagement>
|
|
<inceptionYear>2006</inceptionYear>
|
|
<mailingLists>
|
|
<mailingList>
|
|
<name>OpenJPA Developer List</name>
|
|
<subscribe>dev-subscribe@openjpa.apache.org</subscribe>
|
|
<unsubscribe>dev-unsubscribe@openjpa.apache.org</unsubscribe>
|
|
<post>dev@openjpa.apache.org</post>
|
|
<archive>http://mail-archives.apache.org/mod_mbox/openjpa-dev/</archive>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>OpenJPA Users List</name>
|
|
<subscribe>users-subscribe@openjpa.apache.org</subscribe>
|
|
<unsubscribe>users-unsubscribe@openjpa.apache.org</unsubscribe>
|
|
<post>users@openjpa.apache.org</post>
|
|
<archive>http://mail-archives.apache.org/mod_mbox/openjpa-users/</archive>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>OpenJPA Commits List</name>
|
|
<subscribe>commits-subscribe@openjpa.apache.org</subscribe>
|
|
<unsubscribe>commits-unsubscribe@openjpa.apache.org</unsubscribe>
|
|
<post>commits@openjpa.apache.org</post>
|
|
<archive>http://mail-archives.apache.org/mod_mbox/openjpa-commits/</archive>
|
|
</mailingList>
|
|
</mailingLists>
|
|
<licenses>
|
|
<license>
|
|
<name>Apache Software License 2.0</name>
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<organization>
|
|
<name>Apache Software Foundation</name>
|
|
<url>http://www.apache.org</url>
|
|
</organization>
|
|
|
|
<scm>
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/trunk/contrib/devtools</connection>
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/trunk/contrib/devtools</developerConnection>
|
|
<url>http://svn.apache.org/repos/asf/openjpa/trunk/contrib/devtools</url>
|
|
</scm>
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>galileo</id>
|
|
<layout>p2</layout>
|
|
<url>http://download.eclipse.org/releases/galileo</url>
|
|
</repository>
|
|
<repository>
|
|
<id>eclipse-3.5</id>
|
|
<layout>p2</layout>
|
|
<url>http://download.eclipse.org/eclipse/updates/3.5</url>
|
|
</repository>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>sonatype-forge</id>
|
|
<url>http://repository.sonatype.org/content/groups/forge</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
|
|
<modules>
|
|
<module>org.apache.openjpa</module>
|
|
<module>org.apache.openjpa.eclipse</module>
|
|
<module>org.apache.openjpa.eclipse.tests</module>
|
|
<module>org.apache.openjpa.eclipse.feature</module>
|
|
<module>org.apache.openjpa.eclipse.site</module>
|
|
</modules>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.codehaus.tycho</groupId>
|
|
<artifactId>tycho-maven-plugin</artifactId>
|
|
<version>${tycho-version}</version>
|
|
<extensions>true</extensions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.tycho</groupId>
|
|
<artifactId>target-platform-configuration</artifactId>
|
|
<version>${tycho-version}</version>
|
|
<configuration>
|
|
<resolver>p2</resolver>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|