diff options
author | Nick Burch <nick@apache.org> | 2007-05-31 18:09:57 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2007-05-31 18:09:57 +0000 |
commit | 1d13cf781163b51c3e1ef25bd53c504d5740aaba (patch) | |
tree | 2bbfbd449b7e2d1c18344dfd212bbc738e88aa0e /poi-redirect.pom | |
parent | bc3a50430d99f970bf07332f9872173a6eab5ee0 (diff) | |
download | poi-1d13cf781163b51c3e1ef25bd53c504d5740aaba.tar.gz poi-1d13cf781163b51c3e1ef25bd53c504d5740aaba.zip |
Update the main .pom file based on advice from the repos team. Include the redirect pom, which needs to be placed under /poi/, to tell maven to switch to /org.apache.poi/, and detail this new pom in the release guide
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543203 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-redirect.pom')
-rw-r--r-- | poi-redirect.pom | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/poi-redirect.pom b/poi-redirect.pom new file mode 100644 index 0000000000..eb2e71a08b --- /dev/null +++ b/poi-redirect.pom @@ -0,0 +1,36 @@ +<?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. +--> + +<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> + <groupId>poi</groupId> + <artifactId>poi</artifactId> + <version>@VERSION@</version> + + <distributionManagement> + <relocation> + <groupId>org.apache.poi</groupId> + </relocation> + </distributionManagement> +</project> |