Hello all
I have done the following steps:
* Deprecated LatLon, LatLonRadius and LatLonRect as suggested in
yesterday email.
* Created JIRA task SIS-108 [1] for the remaining link to incubator.
* Added Apache license header to all APT files using the model found
at [2].
* Created a 0.3 branch. Everything below this point is specific to the
0.3 branch.
* Removed the "developer guide" on the branch, since it is not yet
translated and may have a licensing issue with the book.xsl file.
* Removed the French profile ("FRA" namespace), since they are not yet
fully isolated in an optional module.
* Disabled the supervisor MBean, since I don't think that I know
enough the security implications of automatic registration of a
MBean on a server.
I'm not familiar with the release steps past this point. If any release
manager can volunteer for continuing the work, or could give me
indication, that would be much appreciated. The release would need to be
done on a checkout of the following branch:
https://svn.apache.org/repos/asf/sis/branches/0.3/
I tried a dry run of "mvn release" and got a build failure, complaining
about the version number of the "sis-build-helper" plugin (which is
${project.version}). This can be fixed by opening the root pom.xml, go
to line 386, and replace the following line:
<sis.plugin.version>${project.version}</sis.plugin.version>
by:
<sis.plugin.version>0.3-SNAPSHOT</sis.plugin.version>
However I don't know if the Maven release plugin will understand that
this version number shall be replaced by 0.3. I have not been able to
test past this point because of missing GPG keys. But I think that after
a dry run of "mvn release", we should perform a search on the local
directory for any remaining occurrence of "0.3-SNAPSHOT" that the plugin
may have missed.
Thanks,
Martin
[1] http://issues.apache.org/jira/browse/SIS-108
[2] http://svn.apache.org/repos/asf/onami/committers/LICENSE-header