Martin Desruisseaux created SIS-191:
---------------------------------------
Summary: Declare relocation of 0.2-incubation artifacts
Key: SIS-191
URL: https://issues.apache.org/jira/browse/SIS-191
Project: Spatial Information Systems
Issue Type: Task
Components: Web site
Affects Versions: 0.2-incubating
Reporter: Martin Desruisseaux
Priority: Minor
The {{org.apache.sis}} group on the Maven central repository contains 3
artifacts from the {{0.2-incubating}} release which have been renamed in next
releases:
* {{sis-parent}}, renamed {{parent}} in the same group.
* {{sis-core}}, replaced by {{sis-referencing}} in the {{org.apache.sis.core}}
group.
* {{sis-webapp}}, moved to the {{org.apache.sis.application}} group.
We should release a 0.3 version of above artifacts with only a {{<relocation>}}
section, as described in the [Maven guide to
relocation|http://maven.apache.org/guides/mini/guide-relocation.html]. Example:
{code:xml}
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.sis</groupId>
<artifactId>sis-parent</artifactId>
<version>0.3</version>
<distributionManagement>
<relocation>
<artifactId>parent</artifactId>
<message>Artifact "sis-parent" has been renamed "parent".</message>
</relocation>
</distributionManagement>
</project>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)