Artificially remove sql-generator from the release
Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/bf9057f5 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/bf9057f5 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/bf9057f5 Branch: refs/heads/master Commit: bf9057f595a7472d83773dbb71a3b00b51ca373d Parents: c33ef71 Author: Paul Merlin <[email protected]> Authored: Mon Jul 17 15:22:56 2017 +0200 Committer: Paul Merlin <[email protected]> Committed: Mon Jul 17 15:22:56 2017 +0200 ---------------------------------------------------------------------- libraries/sql-generator/dev-status.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/bf9057f5/libraries/sql-generator/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/sql-generator/dev-status.xml b/libraries/sql-generator/dev-status.xml index f279e24..d02e6f0 100644 --- a/libraries/sql-generator/dev-status.xml +++ b/libraries/sql-generator/dev-status.xml @@ -24,13 +24,13 @@ http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd"> <status> <!--none,early,beta,stable,mature--> - <codebase>stable</codebase> + <codebase>none</codebase> <!-- none, brief, good, complete --> - <documentation>brief</documentation> + <documentation>none</documentation> <!-- none, some, good, complete --> - <unittests>good</unittests> + <unittests>none</unittests> </status> <licenses> <license>ALv2</license>
