You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/03/31 07:11:21 UTC

[45/51] [partial] isis git commit: ISIS-1521: reorganizes asciidoc documentation, moves into subdirs (both guides and other pages)

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_cgcom_pmc-notes.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_pmc-notes.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_pmc-notes.adoc
deleted file mode 100644
index 545b196..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_pmc-notes.adoc
+++ /dev/null
@@ -1,275 +0,0 @@
-[[_cgcom_pmc-notes]]
-= Appendix: PMC
-:notice: 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.
-:_basedir: ../
-:_imagesdir: images/
-:toc: right
-
-
-Every ASF project has a Project Management Committee, or PMC.
-This committee is ultimately responsible for the long-term management of the framework.
-More information about PMCs can be found link:http://www.apache.org/dev/pmc.html[here]
-
-In Apache Isis, every committer is a member of the PMC.
-
-This page contains some general notes on maintenance activities required by PMC members.
-
-
-
-== Prereqs
-
-To complete the procedures documented here, you'll need `ssh` access to `minotaur.apache.org`.
-For example:
-
-[source,bash]
-----
-ssh danhaywood@minotaur.apache.org
-----
-
-When prompted, provide passphrase for private key.
-
-[NOTE]
-====
-To set up ssh in the first place, take a look at https://www.apache.org/dev/new-committers-guide.html#ssh-setup[this section in the ASF new committers' guide] looks relevant.
-====
-
-
-
-== New Committer/PMC member
-
-Currently we don't distinguish between committers and PMC members: every committer is automatically invited to also be a member of the PMC.
-
-Further notes on the steps for new PMC members can be found http://www.apache.org/dev/pmc.html#newpmc[here].
-
-=== Start a vote thread on private@
-
-First, send a [VOTE] email to `private@isis.apache.org`, making the case for the new committer to join.
-
-For example:
-
-[source]
-----
-[VOTE] Joe Bloggs as a committer and PMC Member                                         <1>
-----
-<1> update as required
-
-with body:
-
-[source]
-----
-I'd like to nominate Joe Bloggs as a committer and also a PMC member for Apache Isis.   <1>
-
-Joe this ...                                                                            <1>
-
-Joe that ...                                                                            <1>
-
-Overall, I think Joe would be a great addition to Isis' committers and PMC; ...
-
-Voting ends in one week's time, i.e. midnight UTC on YYYY-MM-DD                         <1>
-http://www.timeanddate.com/countdown/to?year=YYYY&month=MM&day=DD
-----
-<1> update as required
-
-By convention, we run these votes for 7 days (a minimum of 3 days is required by ASF).
-
-
-
-=== Close the vote, announce results
-
-After the 7 days has expired, close the vote thread.
-
-[source]
-----
-I'm now closing this vote.  Result will be posted on a new thread.
-----
-
-In a separate thread, announce the results.
-For example:
-
-[source]
-----
-[RESULT] [VOTE] Joe Bloggs as a committer and PMC Member                                <1>
-----
-<1> update as required
-
-with body:
-
-[source]
-----
-The vote has now closed. The results are:
-
-+3 (PMC)                                                                                <1>
-
-consisting of:
-* Mary (PMC)                                                                            <1>
-* Mungo (PMC)
-* Midge (PMC)
-
-There were no other votes cast.
-
-The vote is ***successful***
-
-I'll announce to users@ and dev@ by separate thread.
-----
-<1> update as required
-
-
-
-=== ICLA, obtain new account
-
-If required (that is, if the committer is not already a committer for a different ASF project),
-then ask them to complete an ICLA.
-As a result of this, they should also get an @apache.org user name.
-
-More info can be found in the https://www.apache.org/dev/new-committers-guide.html#icla-required-before-account-creation[ASF new committers guide].
-
-
-=== Update the `isis` unix group
-
-All committers must be added to the `isis` UNIX group.
-This will give them commit access to the Apache Isis git repo.
-
-To do this, log onto `minotaur.apache.org`, then eg:
-
-[source,bash]
-----
-list_unix_group.pl isis
-----
-
-and
-
-[source,bash]
-----
-modify_unix_group.pl isis --add joebloggs                                               <1>
-----
-<1> update as required
-
-=== Update the LDAP committee (if a PMC member)
-
-(Assuming that the new committer is a PMC member), also add them as to the PMC committee.
-This takes two steps:
-
-* first, log onto `minotaur.apache.org` and update LDAP committee: +
-+
-[source,bash]
-----
-list_committee.pl isis
-----
-+
-and +
-+
-[source,bash]
-----
-modify_committee.pl isis --add joebloggs                                                <1>
-----
-<1> update as required
-
-* second, update `committee-info.txt` +
-+
-This is held in SVN, under https://svn.apache.org/repos/private[https://svn.apache.org/repos/private]; the file resides at `committers/board/committee-info.txt`
-
-The new committer does not officially become a member of the PMC until the ASF records have been updated.
-
-
-=== Notify the ASF board and private mailing list
-
-Send a `[NOTICE]` email to `board@apache.org` and also to `private@isis.apache.org`
-
-For example:
-
-[source]
-----
-[NOTICE] Joe Bloggs to join Apache Isis as committer and member of the PMC              <1>
-----
-<1> update as required
-
-with body:
-
-[source]
-----
-The Apache Isis PMC has voted Joe Bloggs as a committer and also member of the PMC.     <1>
-
-Voting thread:
-https://mail-search.apache.org/members/private-arch/isis-private/xxx                    <1>
-
-Results announcement:
-https://mail-search.apache.org/members/private-arch/isis-private/xxx                    <1>
-
-The committee-info.txt file has been updated, as have the LDAP groups (modify_unix_group.pl,  modify_committee.pl).
-----
-<1> update as required
-
-[NOTE]
-====
-update the private threads above
-====
-
-
-=== Update project metadata
-
-Update the `STATUS` file (in the root directory of the Apache Isis git repo) with the new committer details.
-
-
-
-=== Announce to the world
-
-Send an `[ANNOUNCE]` email TO `users@isis.apache.org` and to `dev@isis.apache.org`.
-
-For example:
-
-[source]
-----
-[ANNOUNCE] New committer - Joe Bloggs                                                   <1>
-----
-<1> update as required
-
-with body:
-
-[source]
-----
-I'm delighted to announce that Joe Bloggs has been voted in as a committer on Isis, and also as a member of the Isis PMC.  The first gives Joe the right to commit changes directly to Isis' codebase, the second gives him the right to be involved in future votes.
-
-Joe this ...                                                                            <1>
-
-Joe that ...
-
-I'm looking forward to working with Joe in the future; another great addition to Isis' committers.  So please join me in welcoming him to our happy band!
-
-Dan Haywood
-Apache Isis PMC Chair
-----
-<1> update as required
-
-
-Also, write a similar blog post at https://blogs.apache.org/isis[blogs.apache.org/isis]
-
-
-
-
-== Removing a committer
-
-[WARNING]
-====
-these notes are only draft, will need fleshing out.
-====
-
-* remove from `isis` UNIX group: +
-+
-[source]
-----
-modify_unix_group.pl isis --remove joebloggs
-----
-
-* remove from `isis` committee: +
-+
-[source]
-----
-modify_committee.pl isis --add joebloggs
-modify_committee.pl isis --remove joebloggs
-----
-
-* remove from `committee-info.txt`
-
-* send a [NOTICE] email to board@ and private@
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies.adoc
deleted file mode 100644
index b4acff1..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies.adoc
+++ /dev/null
@@ -1,14 +0,0 @@
-[[_cgcom_policies]]
-= Policies
-:notice: 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.
-:_basedir: ../
-:_imagesdir: images/
-:toc: right
-
-
-
-This chapter pulls together various policy documents relating to the development of Apache Isis'.
-
-include::_cgcom_policies_versioning-policy.adoc[leveloffset=+1]
-include::_cgcom_policies_git-policy.adoc[leveloffset=+1]
-

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies_git-policy.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies_git-policy.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies_git-policy.adoc
deleted file mode 100644
index da88873..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies_git-policy.adoc
+++ /dev/null
@@ -1,98 +0,0 @@
-[[_cgcom_policies_git-policy]]
-= Git Policy
-:notice: 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.
-:_basedir: ../
-:_imagesdir: images/
-:toc: right
-
-
-
-These notes recommend how contributors should work with git. To understand these notes, the only real concepts that you need to grok are:
-
-* git commits form an acyclic graph, with each commit pointing to its parent commit (or commit**s**, if a merge)
-
-* a branch is merely a pointer to one of these commits; git calls the main branch `master`
-
-* git commits happen in two steps: first they are added to the index (also called the staging area), then they are committed.
-
-For more background reading, see:
-
-* http://git-scm.com/book[Pro Git] book (free in electronic form)
-* https://github.s3.amazonaws.com/media/book.pdf[Git community book]
-* http://git-scm.com/2011/07/11/reset.html[git reset demystified] - differentiating the working directory vs index/staging area
-
-And, of course, there is loads of good advice on http://stackoverflow.com/questions/tagged/git[stackoverflow.com]
-
-
-
-== Workflow
-
-There are many ways of using Git, but the Apache Isis committers have adopted the following workflow:
-
-* create a topic branch for a feature +
-+
-[source,bash]
-----
-git checkout -b ISIS-999
-----
-
-* periodically, push the branch to origin (for safekeeping): +
-+
-[source,bash]
-----
-git push origin ISIS-999
-----
-
-
-* `rebase` the topic branch periodically on master. +
-+
-How often you do this will depend on whether you are collaborating with others on the feature.  You need to ensure that your co-worker has no outstanding work before you do this; otherwise it'll create merge conflict hell for them:
-+
-[source,bash]
-----
-git checkout master
-git pull
-git checkout ISIS-999
-git rebase master
-git push origin ISIS-999 --force
-----
-
-* when feature is complete, rebase once more (as above), then switch to master and perform a `merge --no-ff`: +
-+
-[source,bash]
-----
-git checkout master
-git merge --no-ff ISIS-999
-----
-
-* finally, remove the branch +
-+
-[source,bash]
-----
-git branch -d ISIS-999
-git push origin --delete ISIS-999
-----
-
-This way of working gives us the full history on the branch as to what the thought processes were for the feature, but only a single commit on to `master` to see the ultimate impact of the changes (acting a bit like a summary).
-
-
-
-
-
-== Commit message
-
-The minimum we expect in a commit messages is:
-
-[source,bash]
-----
-ISIS-nnn: brief summary here
-
-- optionally, longer details
-- should be written here
-- in bullet points
-----
-
-
-where `ISIS-nnn` is a ticket raised in our https://issues.apache.org/jira/browse/ISIS[JIRA issue tracker].
-
-For non-committers we typically expect more detail again; see the xref:dg.adoc#_dg_contributing[contributing] page for the longer format recommended for contributors to use.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies_versioning-policy.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies_versioning-policy.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies_versioning-policy.adoc
deleted file mode 100644
index 0c8be7a8..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_policies_versioning-policy.adoc
+++ /dev/null
@@ -1,35 +0,0 @@
-[[_cgcom_versioning-policy]]
-= Versioning Policy
-:notice: 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.
-:_basedir: ../
-:_imagesdir: images/
-:toc: right
-
-
-
-
-
-## Semantic Versioning
-
-Starting from v1.0.0, Apache Isis has adopted link:http://semver.org[semantic versioning] for its versioning policy.
-
-Version numbers are in the form `x.y.z`:
-
-- x is bumped up whenever there a breaking API change
-- y is bumped up whenever there is a new feature that does not break API
-- z is bumped up for minor bug fixes.
-
-This scheme would be adopted for both core and components.  
-
-
-
-
-
-
-## Version ranges
-
-Version ranges may not be used.  If necessary, end-users can use `<dependencyManagement` elements to have combine components built against different versions of core.
-
-That said, this can introduce instability and so generally we recommend that end-users configure the `maven-enforcer-plugin` and its link:http://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html[DependencyConvergence] rule.  This will help avoid "jar hell" (components having conflicting dependencies of core).
-
-If there is a conflict, we would ask that end-users engage with Apache Isis committers to have an updated version of the component(s) pushed out.

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
deleted file mode 100644
index 315d07e..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
+++ /dev/null
@@ -1,665 +0,0 @@
-[[_cgcom_post-release-successful]]
-= Post Release (Successful)
-:notice: 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.
-:_basedir: ../
-:_imagesdir: images/
-:toc: right
-
-
-The release process consists of:
-
-* the release manager xref:cgcom.adoc#_cgcom_cutting-a-release[cutting the release]
-* members of the Apache Isis PMC xref:cgcom.adoc#_cgcom_verifying-releases[verifying] and voting on the release
-* the release manager performing post-release tasks, for either a successful or an xref:cgcom.adoc#_cgcom_post-release-unsuccessful[unsuccessful] vote (former documented below)
-
-For a vote to succeed, there must be +3 votes from PMC members, and the vote must have been open at least 72 hours.  If there are not +3 votes after this time then it is perfectly permissible to keep the vote open longer.
-
-This section describes the steps to perform if the vote has been successful.
-
-
-
-
-== Inform dev ML
-
-Post the results to the `dev@isis.a.o` mailing list:
-
-[source,bash]
-----
-[RESULT] [VOTE] Apache Isis Core release 1.14.0
-----
-
-using the body (alter last line as appropriate):
-
-[source,bash]
-----
-The vote has completed with the following result :
-
-  +1 (binding): <i>list of names</i>
-  +1 (non binding): <i>list of names</i>
-
-  -1 (binding): <i>list of names</i>
-  -1 (non binding): <i>list of names</i>
-
-The vote is SUCCESSFUL.
-----
-
-
-
-== Update tags
-
-Replace the `-RCn` tag with another without the qualifier.
-
-You can do this using the `scripts/promoterctag.sh` script; for example:
-
-[source,bash]
-----
-sh scripts/promoterctag.sh isis-1.14.0 RC1
-sh scripts/promoterctag.sh simpleapp-archetype-1.14.0 RC1
-----
-
-This script pushes the tag under `refs/tags/rel`.  As per Apache policy (communicated on 10th Jan 2016 to Apache PMCs),
-this path is 'protected' and is unmodifiable (guaranteeing the provenance that the ASF needs for releases).
-
-Then, continue onto the next section for the steps to promote and announce the release.
-
-
-
-
-== Release to Maven Central
-
-From the http://repository.apache.org[ASF Nexus repository], select the staging repository and select 'release' from the top menu.
-
-
-image::{_imagesdir}release-process/nexus-release-1.png[width="600px",link="{_imagesdir}release-process/nexus-release-1.png"]
-
-This moves the release artifacts into an Apache releases repository; from there they will be automatically moved to the Maven repository.
-
-
-
-
-== Release Source Zip
-
-As described in the link:http://www.apache.org/dev/release-publishing.html#distribution_dist[Apache documentation], each Apache TLP has a `release/TLP-name` directory in the distribution Subversion repository at link:https://dist.apache.org/repos/dist[https://dist.apache.org/repos/dist]. Once a release vote passes, the release manager should `svn add` the artifacts (plus signature and hash files) into this location. The release is then automatically pushed to http://www.apache.org/dist/[http://www.apache.org/dist/] by `svnpubsub`. Only the most recent release of each supported release line should be contained here, old versions should be deleted.
-
-Each project is responsible for the structure of its directory. The directory structure of Apache Isis reflects the directory structure in our git source code repo:
-
-[source]
-----
-isis/
-  core/
-  example/
-    archetype/
-      simpleapp/
-----
-
-If necessary, checkout this directory structure:
-
-[source,bash]
-----
-svn co https://dist.apache.org/repos/dist/release/isis isis-dist
-----
-
-Next, add the new release into the appropriate directory, and delete any previous release.  The `upd.sh` script (also downloadable from link:https://gist.github.com/danhaywood/aa79c18d993df1b1e2c5a9933e48bcbc[this gist]) can be used to automate this:
-
-[source,bash]
-----
-old_ver=$1
-new_ver=$2
-
-
-# constants
-repo_root=https://repository.apache.org/content/repositories/releases/org/apache/isis
-
-zip="source-release.zip"
-asc="$zip.asc"
-md5="$zip.md5"
-
-
-#
-# isis-core
-#
-type="core"
-fullname="isis"
-pushd isis-core
-
-curl -O $repo_root/$type/$fullname/$new_ver/$fullname-$new_ver-$asc
-svn add $fullname-$new_ver-$asc
-curl -O $repo_root/$type/$fullname/$new_ver/$fullname-$new_ver-$md5
-svn add $fullname-$new_ver-$md5
-curl -O $repo_root/$type/$fullname/$new_ver/$fullname-$new_ver-$zip
-svn add $fullname-$new_ver-$zip
-
-svn delete $fullname-$old_ver-$asc
-svn delete $fullname-$old_ver-$md5
-svn delete $fullname-$old_ver-$zip
-
-popd
-
-
-#
-# simpleapp-archetype
-#
-type="archetype"
-fullname="simpleapp-archetype"
-pushd $type/$fullname
-
-curl -O $repo_root/$type/$fullname/$new_ver/$fullname-$new_ver-$md5
-svn add $fullname-$new_ver-$md5
-curl -O $repo_root/$type/$fullname/$new_ver/$fullname-$new_ver-$asc
-svn add $fullname-$new_ver-$asc
-curl -O $repo_root/$type/$fullname/$new_ver/$fullname-$new_ver-$zip
-svn add $fullname-$new_ver-$zip
-
-svn delete $fullname-$old_ver-$md5
-svn delete $fullname-$old_ver-$asc
-svn delete $fullname-$old_ver-$zip
-
-popd
-----
-
-[source,bash]
-----
-sh upd.sh 1.14.0 1.15.0
-----
-
-The script downloads the artifacts from the Nexus release repository, adds the artifacts to subversion and deletes the previous version.
-
-
-
-Double check that the files are correct; there is sometimes a small delay in the files becoming available in the release repository.  It should be sufficient to check just the `md5` or `.asc` files that these look valid (aren't HTML 404 error pages):
-
-[source,bash]
-----
-vi `find . -name *.md5`
-----
-
-Assuming all is good, commit the changes:
-
-[source]
-----
-svn commit -m "publishing isis source releases to dist.apache.org"
-----
-
-If the files are invalid, then revert using `svn revert . --recursive` and try again in a little while.
-
-
-
-== Update JIRA
-
-=== Generate Release Notes
-
-From the root directory, generate the release notes for the current release, in Asciidoc format; eg:
-
-[source,bash]
-----
-sh scripts/jira-release-notes.sh ISIS 1.14.0 > /tmp/1
-----
-
-
-=== Close tickets
-
-Close all JIRA tickets for the release, or moved to future releases if not yet addressed. Any tickets that were partially implemented should be closed, and new tickets created for the functionality on the ticket not yet implemented.
-
-
-
-=== Mark the version as released
-
-In JIRA, go to the link:https://issues.apache.org/jira/plugins/servlet/project-config/ISIS/versions[administration section] for the Apache Isis project and update the version as being released.
-
-In the link:https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=87[Kanban view] this will have the effect of marking all tickets as released (clearing the "done" column).
-
-
-=== Create new JIRA
-
-Create a new JIRA ticket as a catch-all for the _next_ release.
-
-
-=== Update the ASF Reporter website
-
-Log the new release in the link:https://reporter.apache.org/addrelease.html?isis[ASF Reporter website].
-
-
-
-== Update website
-
-Update the Apache Isis (asciidoc) website:
-
-* Paste in the JIRA-generated release notes generated above, adding to top of `adocs/documentation/src/main/asciidoc/release-notes.adoc`.  Also add a summary line for the release.
-
-* Search for any `-SNAPSHOT` suffices, and remove
-
-* Search these release procedures, and update any hard-coded reference to the release to the next release (so when they are followed next time the text will be correct).
-
-* Update the link:../downloads.html[downloads page] with a link to the source release zip file (under https://dist.apache.org/repos/dist/release/isis[https://dist.apache.org/repos/dist/release/isis])
-
-* Update any pages (`.adoc`, `.md`, `.html` etc) that describe how to run the archetype, and ensure they reference the correct version. +
-+
-A search for `archetypeGroupId=org.apache.isis.archetype` should find these pages.
-
-* update the link:../doap_isis.rdf[DOAP RDF] file (which provides a machine-parseable description of the project) should also be updated with details of the new release. Validate using the http://www.w3.org/RDF/Validator/[W3C RDF Validator] service. +
-+
-For more information on DOAP files, see these http://projects.apache.org/doap.html[Apache policy docs].
-
-* Update the https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=blob_plain;f=STATUS;hb=HEAD[STATUS] file (in root of Apache Isis' source) should be updated with details of the new release.
-
-
-Don't forget to commit the `.adoc` changes and publish to the isis-site repo.
-
-
-
-
-
-== Announce the release
-
-Announce the release to link:mailto:users@isis.apache.org[users mailing list].
-
-For example, for a release of Apache Isis Core, use the following subject:
-
-[source,bash]
-----
-[ANN] Apache Isis version 1.14.0 Released
-----
-
-And use the following body (summarizing the main points as required):
-
-[source]
-----
-The Apache Isis team is pleased to announce the release of Apache Isis v1.14.0.
-
-New features in this release include:
-* ...
-
-Full release notes are available on the Apache Isis website at [1].  Please also read the migration notes [2].
-
-You can access this release directly from the Maven central repo [3], or download the release and build it from
-source [4].
-
-Enjoy!
-
---The Apache Isis team
-
-[1] http://isis.apache.org/release-notes.html#r1.14.0
-[2] http://isis.apache.org/migration-notes.html#_migration-notes_1.13.0-to-1.14.0
-[3] http://search.maven.org
-[4] http://isis.apache.org/downloads.html
-----
-
-
-
-
-== Blog post
-
-link:https://blogs.apache.org/roller-ui/login.rol[Log onto] the http://blogs.apache.org/isis/[Apache blog] and create a new post. Copy-n-paste the above mailing list announcement should suffice.
-
-
-
-
-
-== Merge in release branch
-
-Because we release from a branch, the changes made in the branch (changes to `pom.xml` made by the `maven-release-plugin`, or any manual edits) should be merged back from the release branch back into the `master` branch:
-
-[source,bash]
-----
-git checkout master                           # update master with latest
-git pull
-git merge release-1.14.0-RC1                  # merge branch onto master
-git push origin --delete release-1.14.0-RC1   # remote branch no longer needed
-git branch -d release-1.14.0-RC1              # branch no longer needed
-----
-
-
-Finally, update the simpleapp's root `pom.xml` to reference the next SNAPSHOT release (`1.15.0-SNAPSHOT`)
-
-
-
-== Update dependencies
-
-With the release complete, now is a good time to bump versions of dependencies (so that there is a full release cycle to identify any possible issues).
-
-You will probably want to create a new JIRA ticket for these updates (or if minor then use the "catch-all" JIRA ticket raised earlier for the next release).
-
-
-=== Update parent of Core
-
-Check (via link:http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache%22%20a%3A%22apache%22[search.maven.org]) whether there is a newer version of the Apache parent `org.apache:apache`.
-
-If there is, update the `&lt;version&gt;` in the `&lt;parent&gt;` element in the parent POM to match the newer version:
-
-[source,xml]
-----
-<parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>NN</version>
-    <relativePath />
-</parent>
-----
-
-where `NN` is the updated version number.
-
-
-
-=== Update plugin versions
-
-The `maven-versions-plugin` should be used to determine if there are newer versions of any of the plugins used to build Apache Isis. Since this goes off to the internet, it may take a minute or two to run:
-
-[source,bash]
-----
-mvn versions:display-plugin-updates > /tmp/foo
-grep "\->" /tmp/foo | /bin/sort -u
-----
-
-Review the generated output and make updates as you see fit. (However, if updating, please check by searching for known issues with newer versions).
-
-
-
-=== Update dependency versions
-
-The `maven-versions-plugin` should be used to determine if there are newer versions of any of Isis' dependencies. Since this goes off to the internet, it may take a minute or two to run:
-
-[source,bash]
-----
-mvn versions:display-dependency-updates > /tmp/foo
-grep "\->" /tmp/foo | /bin/sort -u
-----
-
-Update any of the dependencies that are out-of-date. That said, do note that some dependencies may show up with a new dependency, when in fact the dependency is for an old, badly named version. Also, there may be new dependencies that you do not wish to move to, eg release candidates or milestones.
-
-For example, here is a report showing both of these cases:
-
-[source,bash]
-----
-[INFO]   asm:asm ..................................... 3.3.1 -> 20041228.180559
-[INFO]   commons-httpclient:commons-httpclient .......... 3.1 -> 3.1-jbossorg-1
-[INFO]   commons-logging:commons-logging ......... 1.1.1 -> 99.0-does-not-exist
-[INFO]   dom4j:dom4j ................................. 1.6.1 -> 20040902.021138
-[INFO]   org.datanucleus:datanucleus-api-jdo ................ 3.1.2 -> 3.2.0-m1
-[INFO]   org.datanucleus:datanucleus-core ................... 3.1.2 -> 3.2.0-m1
-[INFO]   org.datanucleus:datanucleus-jodatime ............... 3.1.1 -> 3.2.0-m1
-[INFO]   org.datanucleus:datanucleus-rdbms .................. 3.1.2 -> 3.2.0-m1
-[INFO]   org.easymock:easymock ................................... 2.5.2 -> 3.1
-[INFO]   org.jboss.resteasy:resteasy-jaxrs ............. 2.3.1.GA -> 3.0-beta-1
-----
-
-For these artifacts you will need to search http://search.maven.org[Maven central repo] directly yourself to confirm there are no newer dependencies not shown in this list.
-
-
-
-== Code formatting
-
-This is also a good time to make source code has been cleaned up and formatted according to the Apache Isis and ASF conventions. Use link:resources/Apache-code-style-formatting.xml[this] Eclipse template and link:resources/isis.importorder[this] import order.
-
-
-
-== Push changes
-
-Finally, push the changes up to origin:
-
-[source,bash]
-----
-git fetch    # check no new commits on origin/master
-git push
-----
-
-
-
-[[__cgcom_post-release-successful_release-non-asf-modules]]
-== Release (non-ASF) Modules
-
-There are two libraries of modules, both non-ASF but open source, that should be released.
-
-* link:http://isisaddons.org[Isis Addons] - modules addressing technical concerns
-* link:http://catalog.incodehq.org[Incode Catalog] - modules for various generic business subdomains
-
-These each use a common parent, `org.incode:incode-parent`.
-This must be released first, then both set of modules afterwards.
-
-
-[[__cgcom_post-release-successful_release-non-asf-modules_prereqs]]
-=== Prereqs
-
-Save this link:https://gist.github.com/danhaywood/e80daf6d25f5c1fb1093effba85d088a[gist] as `last_modified.sh` in an appropriate parent directory of both sets of repos.
-
-For example, if the isisaddons modules are cloned to `/c/github/isisaddons/isis-module-xxx` and the incode catalog modules are cloned to `/c/github/incodehq/incode-module-xxx`, then save in `/c/github`.
-
-
-
-[[__cgcom_post-release-successful_release-non-asf-modules_incode-parent]]
-=== Release `incode-parent`
-
-The `org.incode:incode-parent` Maven module is used as a parent for both sets of modules:
-
-* update its dependency on Apache Isis to reference the newly released version: +
-+
-[source,bash]
-----
-sh bumpver_isis.sh 1.14.0
-----
-
-* update the README
-
-** replace each version with next (ie the "How to Configure/Use" section, and the "Release to Maven Central" section at the end):
-
-*** replace 1.14.0-SNAPSHOT with 1.15.0-SNAPSHOT
-*** replace 1.13.0          with 1.14.0
-
-** update the "Change Log" section
-
-* Release using: +
-+
-[source,bash]
-----
-sh release.sh "1.14.0" "1.15.0-SNAPSHOT" "dan@haywood-associates.co.uk" "this is not really my password"
-----
-
-
-
-[[__cgcom_post-release-successful_release-non-asf-modules_incode-mavendeps]]
-=== Release `incode-mavendeps`
-
-The three `org.incode:mavendeps-isisXXX` module should be released next.
-
-* update its dependency on Apache Isis to reference the newly released version: +
-+
-[source,bash]
-----
-foreach -g incodehq/mavendeps sh bumpver_isis.sh 1.14.0
-----
-
-* update the README
-
-** replace each version with next (ie the "How to Configure/Use" section, and the "Release to Maven Central" section at the end):
-
-*** replace 1.14.0-SNAPSHOT with 1.15.0-SNAPSHOT
-*** replace 1.13.0          with 1.14.0
-
-** update the "Change Log" section
-
-* Release using: +
-+
-[source,bash]
-----
-foreach -g incodehq/mavendeps sh sh release.sh "1.14.0" "1.15.0-SNAPSHOT" "dan@haywood-associates.co.uk" \"this is not really my password\"
-----
-
-* update its dependency on Apache Isis to reference the next SNAPSHOT: +
-+
-[source,bash]
-----
-foreach -g incodehq/mavendeps sh bumpver_isis.sh 1.15.0-SNAPSHOT
-----
-
-
-
-[[__cgcom_post-release-successful_release-non-asf-modules_isisaddons]]
-=== Release Isis Addons
-
-Once the Apache Isis release is available, all of the (non-ASF) link:http://isisaddons.org[Isis Addons] should also be released.
-
-Using this link:https://gist.github.com/danhaywood/21b5b885433fd8bc440da3fab88c91cb[gist] to invoke operations across all (or selected) addons:
-
-* update its dependency on Apache Isis to reference the newly released version: +
-+
-[source,bash]
-----
-foreach -g isisaddons sh bumpver_isis.sh 1.14.0
-----
-+
-and use: +
-+
-[source,bash]
-----
-foreach -g isisaddons git diff HEAD^ HEAD
-----
-+
-and: +
-+
-[source,bash]
-----
-foreach -g isisaddons git status --branch --porcelain
-----
-+
-to review changes made.
-
-* update the README for each repository.
-
-** if using Windows, then: +
-+
-[source,bash]
-----
-"C:\Program Files (x86)\Notepad++\notepad++.exe" isisaddons/isis-m*/README.adoc  isisaddons/isis-w*/README.adoc
-----
-
-** replace each version with next (ie the "How to Configure/Use" section, and the "Release to Maven Central" section at the end):
-
-*** replace `1.14.0` with `1.15.0`
-*** replace `1.13.0` with `1.14.0` as necessary (pretty much everywhere apart from the "Change Log")
-
-** update the "Change Log" section
-
-* release the metamodel/module/wicket modules to mvn central (contains a sanity check before hand that everything compiles): +
-+
-[source,bash]
-----
-foreach -g isisaddons/isis-[mw] sh release.sh "1.14.0" "1.15.0-SNAPSHOT" "dan@haywood-associates.co.uk" \"this is not really my password\"
-----
-
-* In the parent directory where the `last_modified.sh` script has been saved (see xref:cgcom.adoc#__cgcom_post-release-successful_release-non-asf-modules_prereqs[above]), use to check that all modules were released successfully: +
-+
-[source,bash]
-----
-foreach -g isisaddons/isis-[mw] sh ../../last-modified.sh 1.14.0
-----
-+
-[IMPORTANT]
-====
-Wait at least 10 minutes to check; sync'ing to Maven central from the Sonatype OSS repository isn't instaneous.
-====
-
-* Assuming everything did get published ok, then push branch and tag: +
-+
-[source,bash]
-----
-foreach -g isisaddons/isis-[mw] "git push origin master && git push origin 1.14.0"
-----
-
-
-[[__cgcom_post-release-successful_release-non-asf-modules_incode-catalog]]
-=== Release Incode Catalog Modules
-
-Similarly, all of the (non-ASF) link:http://catalog.incode.org[Incode Catalog] modules should also be released.
-
-Using this link:https://gist.github.com/danhaywood/21b5b885433fd8bc440da3fab88c91cb[gist] to invoke operations across all (or selected) addons:
-
-* update its dependency on Apache Isis to reference the newly released version: +
-+
-[source,bash]
-----
-foreach -g incodehq/incode-module sh bumpver_isis.sh 1.14.0
-----
-
-* update the README for each repository. +
-+
-eg if using Windows, then:
-+
-[source,bash]
-----
-"C:\Program Files (x86)\Notepad++\notepad++.exe" incodehq/incode-*/README.adoc
-----
-
-** Replace each version with next (ie the "How to Configure/Use" section, and the "Release to Maven Central" section at the end):
-
-*** replace `1.14.0` with `1.15.0`
-*** replace `1.13.0` with `1.14.0` as necessary (pretty much everywhere apart from the "Change Log")
-
-** update the "Change Log" section
-
-* update cross-module dependencies +
-+
-Some of the incode catalog modules depend on isisaddons modules, and also on each other. +
-+
-eg if using Windows, then: +
-+
-[source,bash]
-----
-"C:\Program Files (x86)\Notepad++\notepad++.exe" incodehq/incode-module*/pom.xml  incodehq/incode-module-*/dom/pom.xml incodehq/incode-module-*/module/pom.xml
-----
-+
-[TIP]
-====
-See xref:cgcom.adoc#__cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies[below] for a list of the dependencies to update.
-====
-
-* If necessary, adjust the `_repos.txt` file (used by `foreach` function) so that repositories are released in the correct sequence (with respect to their mutual dependencies).
-For example, `incode-module-base` must be released prior to `incode-module-alias`.
-
-* release the `incode-module-???` modules to mvn central (contains a sanity check before hand that everything compiles): +
-+
-[source,bash]
-----
-foreach -g incodehq/incode-module-[a-w] sh release.sh "1.14.0" "1.15.0-SNAPSHOT" "dan@haywood-associates.co.uk" \"this is not really my password\"
-----
-
-* In the parent directory where the `last_modified.sh` script has been saved (see xref:cgcom.adoc#__cgcom_post-release-successful_release-non-asf-modules_prereqs[above]), use to check that all modules were released successfully: +
-+
-[source,bash]
-----
-foreach -g incodehq/incode-module-[a-w] sh ../../last-modified.sh 1.14.0
-----
-+
-[IMPORTANT]
-====
-Wait at least 10 minutes to check; sync'ing to Maven central from the Sonatype OSS repository isn't instaneous.
-====
-
-* Assuming everything did get published ok, then push branch and tag: +
-+
-[source,bash]
-----
-foreach -g incodehq/incode-module-[a-w] "git push origin master && git push origin 1.14.0"
-----
-
-
-[[__cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies]]
-==== Cross-module dependencies
-
-As of v1.14.0, the list of dependencies that needed to be updated (across all modules) were:
-
-** `<isis-module-fakedata.version>1.14.0</isis-module-fakedata.version>`
-** `<isis-module-freemarker.version>1.14.0</isis-module-freemarker.version>`
-** `<isis-wicket-fullcalendar2-cpt.version>1.14.0</isis-wicket-fullcalendar2-cpt.version>`
-** `<isis-wicket-gmap3-cpt.version>1.14.0</isis-wicket-gmap3-cpt.version>`
-** `<isis-module-poly.version>1.14.0</isis-module-poly.version>`
-** `<isis-module-security.version>1.14.0</isis-module-security.version>`
-** `<incode-module-base.version>1.14.0</incode-module-base.version>`
-** `<incode-module-fixturesupport.version>1.14.0</incode-module-fixturesupport.version>`
-** `<incode-module-unittestsupport.version>1.14.0</incode-module-unittestsupport.version>`
-** `<incode-module-integtestsupport.version>1.14.0</incode-module-integtestsupport.version>`
-** `<incode-module-country.version>1.14.0</incode-module-country.version>`
-** `<incode-module-document.version>1.14.0</incode-module-document.version>`
-** `<incode-module-docrendering-freemarker.version>1.14.0</incode-module-docrendering-freemarker.version>`
-** `<incode-module-docrendering-stringinterpolator.version>1.14.0</incode-module-docrendering-stringinterpolator.version>`
-** `<incode-module-docrendering-xdocreport.version>1.14.0</incode-module-docrendering-xdocreport.version>`
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-unsuccessful.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-unsuccessful.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-unsuccessful.adoc
deleted file mode 100644
index eb48739..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-unsuccessful.adoc
+++ /dev/null
@@ -1,94 +0,0 @@
-[[_cgcom_post-release-unsuccessful]]
-= Post Release (Unsuccessful)
-:notice: 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.
-:_basedir: ../
-:_imagesdir: images/
-:toc: right
-
-
-The release process consists of:
-
-* the release manager xref:cgcom.adoc#_cgcom_cutting-a-release[cutting the release]
-* members of the Apache Isis PMC xref:cgcom.adoc#_cgcom_verifying-releases[verifying] and voting on the release
-* the release manager performing post-release tasks, for either a xref:cgcom.adoc#_cgcom_post-release-successful[successful] or an unsuccessful vote (latter documented below).
-
-If the vote did not succeed (did not achieve +3 votes after 72 hours and/or is unlikely to do so), then the vote should be closed and the following steps performed.
-
-Note that a release manager may also decide to cancel a vote before 72 hours has elapsed (for example if an error is quickly discovered).
-
-
-== Inform dev ML
-
-Post the results to the `dev@isis.a.o` mailing list.
-
-For example, use the following subject for a vote on Apache Isis Core:
-
-[source,bash]
-----
-[RESULT] [VOTE] Apache Isis Core release 1.14.0
-----
-
-using the body (alter last line as appropriate):
-
-[source,bash]
-----
-The vote has completed with the following result :
-
-  +1 (binding): _list of names_
-  +1 (non binding): _list of names_
-
-  -1 (binding): _list of names_
-  -1 (non binding): _list of names_
-
-The vote is UNSUCCESSFUL.
-----
-
-
-== Tidy up branches
-
-Tidy up remote branches in the git repo:
-
-* delete the remote branch, for example: +
-+
-[source,bash]
-----
-git push --delete origin release-1.14.0-RC1
-----
-
-
-* delete the remote origin server's tags, for example: +
-+
-[source,bash]
-----
-git push --delete origin isis-1.14.0-RC1
-git push --delete origin simpleapp-archetype-1.14.0-RC1
-----
-
-
-* delete the tags that were created locally, for example: +
-+
-[source,bash]
-----
-git tag -d isis-1.14.0
-git tag -d isis-1.14.0-RC1
-git tag -d simpleapp-archetype-1.14.0
-git tag -d simpleapp-archetype-1.14.0-RC1
-----
-
-
-== Tidy up the Nexus repo
-
-Drop staging repositories:
-
-* drop the staging repository in http://repository.apache.org[Nexus]
-
-
-
-
-== Reset
-
-Finally, rewind the release branch to prior to the previous release candidate, and continue from there.
-
-
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-for-interim-releases.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-for-interim-releases.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-for-interim-releases.adoc
deleted file mode 100644
index 401894d..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-for-interim-releases.adoc
+++ /dev/null
@@ -1,80 +0,0 @@
-[[_cgcom_release-process-for-interim-releases]]
-= Interim Releases
-:notice: 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.
-:_basedir: ../
-:_imagesdir: images/
-:toc: right
-
-
-The intent of an "interim" release is to allow a developer team to release their application based on a `-SNAPSHOT` version of the framework.  Since `-SNAPSHOT` changes on a day-to-day basis, the idea is to tag a particular revision and to release this, thereby providing stability/traceability for the application being developed.
-
-Whereas xref:cgcom.adoc#_cgcom_cutting-a-release.adoc[formal release]s and xref:cgcom.adoc#_cgcom_relesae-process-for-snapshots.adoc[snapshot release]s are public (released through the Maven repository maintained by Apache Software Foundation), interim releases are non-public and rely on infrastructure provided by a developer team.  The tagged release resides _not_ in the link:../downloads.adoc#_downloads_source_code[official Apache Isis git repository], but instead in a fork/clone maintained by the developer team.
-
-[NOTE]
-====
-The procedure developed here was put together for the team working on the link:../powered-by.adoc#_powered-by_estatio[Estatio app], which maintains its own link:https://github.com/incodehq/isis[fork on github] and uses link:https://www.cloudbees.com/[CloudBees] as a Jenkins build server/private Maven repo.
-====
-
-
-== Prerequisites
-
-Create a remote fork/clone of the Apache Isis repository (eg using link:http://github.com[github] or link:http://bitbucket.org[bitbucket] or similar), and ensure that your local fork specifies this remote.
-
-Also, set up a CI server against your fork/clone, to build against any branches called `origin/interim/*`.  To build it should use the command:
-
-[source,bash]
-----
-mvn clean install -Dskip.app -Dskip.arch
-----
-
-that is, skipping the example simpleapp and archetype; only `core` framework is built
-
-The CI server should then also publish the resultant artifacts to a local Maven repository.  For example, Jenkins provides post-build plugins to perform such a task.
-
-
-
-== Sanity Check
-
-Ensure that the framework builds ok using the same command that your CI server is set up to execute (see section above).
-
-
-
-== Release
-
-Deploy the framework using:
-
-[source,bsah]
-----
-sh interim-release.sh xxx yyyyy
-----
-
-where `xxx` is the most recent release of Isis (to act as the base), and `yyyyy` is the name of the remote.
-
-For example,
-
-[source,bash]
-----
-sh interim-release.sh 1.13.0 incodehq
-----
-
-This will result in a new branch and tagged being pushed to the remote, with an appropriate version (details below).
-
-As noted in the prereqs (above), the CI server configured should then detect the new branch (or tag, if you prefer), build the framework (skipping application and architecture, as in the prerequisites) and then publish the resultant artifacts to a private Maven repo.
-
-
-
-=== Implementation details
-
-The script itself:
-
-* removes any local branches called `interim/*`
-* creates a new branch called `interim/YYYYmmDD-HHMM`
-** eg `interim/1.13.0.20160909-0758`
-* updates the version of the pom.xml to the baseline plus the date
-** eg `<version>1.13.0.20160909-0758</version>`
-* commits the changes and tags the new commit
-** eg `isis-1.13.0.20160909-0758`
-* removes any remote branches called `interim/*`
-* pushes both the branch and the tag to the remote.
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-for-snapshots.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-for-snapshots.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-for-snapshots.adoc
deleted file mode 100644
index 4fdcd72..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-for-snapshots.adoc
+++ /dev/null
@@ -1,86 +0,0 @@
-[[_cgcom_release-process-for-snapshots]]
-= Snapshot Releases
-:notice: 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.
-:_basedir: ../
-:_imagesdir: images/
-:toc: right
-
-
-Snapshot releases allows the current `-SNAPSHOT` version of the `core` modules  of the framework to be released to the Maven snapshot repository maintained by Apache Software Foundation.
-
-[NOTE]
-====
-Unless otherwise stated, you should assume that the steps described here are performed in the base directory of the module being released.
-====
-
-
-== Prerequisites
-
-Before you start, make sure you've defined the snapshots repo in your local `~/.m2/settings.xml` file:
-
-[source,xml]
-----
-<settings>
-  <servers>
-    <!-- To publish a snapshot of some part of Maven -->
-    <server>
-      <id>apache.snapshots.https</id>
-      <username>xxxxxxx</username>
-      <password>yyyyyyy</password>
-    </server>
-    ...
-  </servers>
-  ...
-</settings>
-----
-
-where `xxxxxxx` and `yyyyyyy` are your Apache LDAP username and password. For more information, see these http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env[ASF docs].
-
-{note
-It is also possible to configure to use `.ssh` secure keys, and thereby avoid hardcoding your Apache LDAP password into your `.m2/settings.xml` file. A description of how to do this can be found, for example, http://bval.apache.org/release-setup.html[here].
-}
-
-
-
-== Sanity Check
-
-Before deploying the snapshot, perform a quick sanity check.
-
-First, delete all Isis artifacts from your local Maven repo:
-
-[source,bash]
-----
-rm -rf ~/.m2/repository/org/apache/isis
-----
-
-Next, check that the framework builds ok:
-
-[source,bash]
-----
-cd core
-mvn clean install -o
-----
-
-Confirm that the versions of the Isis artifacts now cached in your local repository are correct (both those pulled down from Maven central repo, as well as those of the component built locally).
-
-
-
-== Deploy
-
-Deploy the framework using:
-
-[source,bsah]
-----
-cd core
-mvn -D deploy=snapshot deploy
-----
-
-This will deploy all the modules that make up a release.
-
-[TIP]
-====
-Expect this to take about 10 minutes, give or take.
-====
-
-To confirm that they are present, browse to Apache's https://repository.apache.org[Nexus repository manager] and search for "isis".
-

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-prereqs.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-prereqs.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-prereqs.adoc
deleted file mode 100644
index 851815e..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_release-process-prereqs.adoc
+++ /dev/null
@@ -1,92 +0,0 @@
-[[_cgcom_release-process-prereqs]]
-= Appendix: Release Prereqs
-:notice: 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.
-:_basedir: ../
-:_imagesdir: images/
-:toc: right
-
-
-
-This section (appendix) describes the prerequisites for the xref:cgcom.adoc#_cgcom_release-process[release process].
-
-
-
-== Configure toolchains plugin
-
-Apache Isis releases are built using Java 7, enforced using the maven toolchains plugin.
-Ensure that Java 7 is installed and the toolchains plugin is configured, as described in the xref:__dg_building-isis_configure-maven-toolchains-plugin[contributors' guide].
-
-
-
-== Public/private key
-
-The most important configuration you require is to set up public/private key pair.
-This is used by the `maven-release-plugin` to sign the code artifacts.
-See the page on xref:cgcom.adoc#_cgcom_key-generation[key generation] for more details.
-
-In order to prepare the release, you'll (need to) have a `~/.gnupg` directory with the relevant files (`gpg.conf`, `pubring.gpg`, `secring.gpg` etc), and have `gpg` on your operating system PATH.
-
-
-[NOTE]
-====
-If on Windows, the equivalent directory is `c:\users\xxx\appdata\roaming\gnupg`.
-For `gpg`, use either http://cygwin.com[cygwin.com] or http://www.gpg4win.org[gpg4win.org].
-
-Note also that the mSysGit version of `gpg.exe` (as provided by GitHub's bash client) is not compatible with that provided by cygwin; move it to one side and check that `gpg.exe` being used is that from gpg4win.
-
-If you use Atlassian's SourceTree, this also bundles a version of `gpg.exe` that is not compatible (in `C:\Users\xxx\AppData\Local\Atlassian\SourceTree\git_local\usr\bin`); again, move it to one side and instead use the one provided by gpg4win.
-====
-
-
-
-== Maven `settings.xml`
-
-During the release process the `maven-deploy-plugin` uploads the generated artifacts to a staging repo on the http://repository.apache.org[Apache repository manager]. This requires your Apache LDAP credentials to be specified in your `~/.m2/settings.xml` file:
-
-[source,xml]
-----
-<settings>
-  <servers>
-    <server>
-      <id>apache.releases.https</id>
-      <username>xxxxxxx</username>
-      <password>yyyyyyy</password>
-    </server>
-    ...
-  </servers>
-  ...
-</settings>
-----
-
-where `xxxxxxx` and `yyyyyyy` are your Apache LDAP username and password.
-For more information, see these http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env[ASF docs].
-
-
-[NOTE]
-====
-It is also possible to configure to use `.ssh` secure keys, and thereby avoid hardcoding your Apache LDAP password into your `.m2/settings.xml` file.
-A description of how to do this can be found, for example, http://bval.apache.org/release-setup.html[here].
-====
-
-
-Also, set up keyphrase for `gpg`; this avoids being prompted during release:
-
-[source,xml]
-----
-<profiles>
-  <profile>
-    <id>gpg</id>
-    <properties>
-      <gpg.executable>gpg2</gpg.executable>
-      <gpg.passphrase>this is not really my passphrase</gpg.passphrase>
-    </properties>
-  </profile>
-  ...
-</profiles>
-
-<activeProfiles>
-  <activeProfile>gpg</activeProfile>
-  ...
-</activeProfiles>
-----
-

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_cgcom_verifying-releases.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_verifying-releases.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_verifying-releases.adoc
deleted file mode 100644
index f5e6d96..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_verifying-releases.adoc
+++ /dev/null
@@ -1,305 +0,0 @@
-[[_cgcom_verifying-releases]]
-= Verifying a Release
-:notice: 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.
-:_basedir: ../
-:_imagesdir: images/
-:toc: right
-
-
-The release process consists of:
-
-* the release manager xref:cgcom.adoc#_cgcom_cutting-a-release[cutting the release]
-* members of the Apache Isis PMC verifying and voting on the release (documented below)
-* the release manager performing post-release tasks, for either a xref:cgcom.adoc#_cgcom_post-release-successful[successful] or an xref:cgcom.adoc#_cgcom_post-release-unsuccessful[unsuccessful] vote.
-
-This section describes some guidance on what a voter (members of the Apache Isis PMC and anyone else who wishes) is expected to do before casting their vote in order to verify a release.
-
-
-
-== Background
-
-Whenever a release manager announces a vote on a release (as per the xref:cgcom.adoc#_cgcom_release-process[release process]) on the link:../support.html[dev mailing list], it is the responsibility of the project's PMC to cast their vote on the release.  Anyone else can also vote, but only members of the Apache Isis PMC's vote are binding.
-
-Per this http://www.apache.org/dev/release.html[ASF documentation], the legal requirements for an ASF release are:
-
-* a source zip file + corresponding signature (signed by the release manager, which is in the ASF web of trust and in our KEYS file)
-* all source files have the Apache license (this is ensured by the running of the rat plugin prior to release; you could run it on the unzipped source)
-* all dependencies are appropriately licensed; see the `DEPENDENCIES` file which is automatically generated from the POMs plus the supplemental-models.xml file
-
-Note that the binaries are _not_ an ASF release, they merely exist on the Maven central repo as a convenience. That said, you might also want to verify the release by pulling the binaries from the Maven staging repository. Details of how to do this are also documented below.
-
-
-
-== Prerequisites
-
-To verify the source ZIP files, you will need to have imported the public keys used for signing Apache Isis releases. These can be downloaded from the root of the Apache Isis source tree.
-
-Since the Apache Isis source is mirrored on github.com, you can just use:
-
-[source,bash]
-----
-curl http://www.apache.org/dist/isis/KEYS > /tmp/KEYS
-gpg --import /tmp/KEYS
-----
-
-
-Also, we will be rebuilding Isis from source.  Therefore delete all Isis artifacts from your local Maven repo:
-
-[source,bash]
-----
-rm -rf ~/.m2/repository/org/apache/isis
-----
-
-
-== Verifying source artifacts
-
-You can either verify the source artifacts xref:cgcom.adoc#__cgcom_verifying-releases_manual-procedure[manuall], or use a script that xref:cgcom.adoc#__cgcom_verifying-releases_automated-procedure[automates] the steps.
-
-
-[[__cgcom_verifying-releases_manual-procedure]]
-=== Manual procedure
-
-The following section describes the steps to perform to manually verify a release.
-
-==== Download the artifacts
-
-Download both the ZIP and .ASC files from the location specified in the voting email. To verify that the signature is correct, use:
-
-[source,bash]
-----
-gpg --verify isis-x.y.z.zip.asc isis-x.y.z.zip
-----
-
-==== Building source artifacts
-
-Assuming the ZIP file verifies, it should be unpacked, and then the artifact built from source.
-
-To build Apache Isis core, first download any dependencies:
-
-[source]
-----
-mvn dependency:go-offline
-----
-
-Check that no Isis artifacts have yet been downloaded, ie there is no `~/.m2/org/repository/org/apache/isis` directory. If there are, it could indicate that the release being verified incorrectly references previous versions of Apache Isis
-
-Assuming all is ok, build using the `-o` offline flag:
-
-[source]
-----
-mvn clean install -o
-----
-
-Confirm that the versions of the Isis artifacts now cached in your local repository are correct.
-
-
-==== Verifying binary artifacts
-
-You can verify the binary releases by configuring your local Maven install to point to the Maven staging repository (or repositories) and then using them, eg to run the xref:ugfun.adoc#_ugfun_getting-started_simpleapp-archetype[SimpleApp archetype1] and running the resultant app.
-
-Configuring your local Maven install amounts to updating the `~/.m2/settings.xml` file:
-
-[source,xml]
-----
-<profiles>
-    <profile>
-        <id>verify-isis</id>
-        <repositories>
-            <repository>
-                <id>isis-core-staging</id>
-                <name>Isis Core Staging</name>
-                <releases>
-                    <enabled>true</enabled>
-                    <updatePolicy>always</updatePolicy>
-                    <checksumPolicy>warn</checksumPolicy>
-                </releases>
-                <url>http://repository.apache.org/content/repositories/orgapacheisis-10xx</url>
-                <layout>default</layout>
-            </repository>
-            ...
-        </repositories>
-    </profile>
-    ...
-</profiles>
-<activeProfiles>
-    <activeProfile>verify-isis</activeProfile>
-    ...
-</activeProfiles>
-----
-
-where the repository URL is as provided in the VOTE email. If there is more than one repository (as is sometimes the case if multiple components have been released), then repeat the <repository> section for each.
-
-Once the vote has completed, the staging repositories will be removed and so you should deactive the profile (comment out the `&lt;activeProfile&gt;` element). If you forget to deactive the profile, there should be no adverse effects; Maven will just spend unnecessary cycles attempting to hit a non-existent repo.
-
-
-
-
-[[__cgcom_verifying-releases_automated-procedure]]
-=== Automated procedure
-
-To save some time in verifying an Apache Isis release we've assembled a script to automate the process. The script is tested on Mac OSX and Linux. Windows users can use Cygwin or http://msysgit.github.io/[msysgit].
-
-It's _recommended_ that you start this process in an empty directory:
-
-[source,bash]
-----
-mkdir ~/verify-isis-release
-cd ~/verify-isis-release
-----
-
-
-==== Copy script to local machine
-
-Copy the following script, save to `verify-isis-release.sh`:
-
-
-[source,bash]
-----
-#!/bin/bash
-# Instructions:
-# -Create an empty directory
-# -Put a .txt file in it containing a list of all the urls of the zip files
-# -Run this script
-# TODO: enhance this script so it will stop when something is broken
-_download(){
-    for fil in `cat *.txt`
-    do
-       echo 'Downloading '$fil
-       curl  -L -O $fil
-       curl  -L -O $fil.asc
-    done
-}
-_verify(){
-    for zip in *.zip
-    do
-       echo 'Verifying '$zip
-       gpg --verify $zip.asc $zip
-    done
-}
-_unpack(){
-    echo 'Unpacking '
-    unzip -q '*.zip'
-}
-_build(){
-    echo 'Removing Apache Isis from local repo '$module
-    rm -rf ~/.m2/repository/org/apache/isis
-    COUNTER=0
-    for module in ./*/
-    do
-       COUNTER=$[COUNTER+1]
-       if [ $COUNTER -eq 1 ]
-       then
-         cd $module
-         echo 'Building Core '$module
-         mvn clean install -o
-         cd ..
-       else
-         cd $module
-         echo 'Building Module '$module
-         mvn clean install
-         cd ..
-       fi
-    done
-}
-# The work starts here
-_download
-_verify
-_unpack
-_build
-----
-
-Make sure the script is executable:
-
-[source]
-----
-chmod +x verify-isis-release.sh
-----
-
-[NOTE]
-====
-The script could be enhanced in many ways, feel free to contribute improvements!
-====
-
-
-==== Create an input file
-
-The input file is a plain `.txt` file containing all urls to the packages to be verified. Here's a sample of the release of Apache Isis 1.8.0:
-
-[source]
-----
-https://repository.apache.org/content/repositories/orgapacheisis-063/org/apache/isis/core/isis/1.8.0/isis-1.8.0-source-release.zip
-https://repository.apache.org/content/repositories/orgapacheisis-065/org/apache/isis/archetype/simpleapp-archetype/1.8.0/simpleapp-archetype-1.8.0-source-release.zip
-----
-
-The actual list of packages to be verified will be provided through the mailing list.
-
-
-
-==== Execute the script
-
-Execute...
-
-[source,bash]
-----
-./verify-isis-release.sh
-----
-
-\... and get yourself a cup of coffee.
-
-
-
-
-[[__cgcom_verifying-releases_creadur]]
-== (Optional) Creadur Tools
-
-The http://creadur.apache.org[Apache Creadur] project exists to provide a set of tools to ensure compliance with Apache's licensing standards.
-
-The main release auditing tool, http://creadur.apache.org/rat[Apache RAT] is used in the xref:cgcom.adoc#_cgcom_cutting-a-release[release process].
-
-Creadur's remaining tools - link:http://creadur.apache.org/tentacles/[Tentacles] and link:http://creadur.apache.org/whisker/[Whisker] - are to support the verification process.
-
-For example, Tentacles generates a report called `archives.html`. This lists all of the top-level binaires, their `LICENSE` and `NOTICE` files and any `LICENSE` and `NOTICE` files of any binaries they may contain.
-
-Validation of the output at this point is all still manual. Things to check include:
-
-* any binaries that contain no LICENSE and NOTICE files
-* any binaries that contain more than one LICENSE or NOTICE file
-
-In this report, each binary will have three links listed after its name '(licenses, notices, contents)'
-
-
-
-
-
-== Test the archetype
-
-Assuming that everything builds ok, then test the archetypes (adjust version as necessary):
-
-[source,bash]
-----
-mvn archetype:generate  \
-    -D archetypeGroupId=org.apache.isis.archetype \
-    -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.14.0 \
-    -D groupId=com.mycompany \
-    -D artifactId=myapp \
-    -D version=1.0-SNAPSHOT \
-    -B \
-    -o
-
-cd myapp
-mvn clean install -o
-cd webapp
-mvn jetty:run
-----
-
-Adjust the version as necessary.  If it runs up ok, then it's time to xref:cgcom.adoc#_cgcom_verifying-releases[vote]!
-
-
-
-
-== Casting a Vote
-
-When you have made the above checks (and any other checks you think may be relevant), cast your vote by replying to the email thread on the mailing list.
-
-If you are casting `-1`, please provide details of the problem(s) you have found.

http://git-wip-us.apache.org/repos/asf/isis/blob/2669a971/adocs/documentation/src/main/asciidoc/guides/_dg_agilej.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_dg_agilej.adoc b/adocs/documentation/src/main/asciidoc/guides/_dg_agilej.adoc
deleted file mode 100644
index a951fa4..0000000
--- a/adocs/documentation/src/main/asciidoc/guides/_dg_agilej.adoc
+++ /dev/null
@@ -1,55 +0,0 @@
-[[_dg_agilej]]
-= Appendix: AgileJ
-:Notice: 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.
-:_basedir: ../../../
-:_imagesdir: images/
-:toc: right
-
-
-[NOTE]
-====
-This material does not constitute an endorsement; AgileJ Structure Views is not affiliated to Apache Software Foundation in any way.  AgileJ has however provided a complimentary copy of its software to Apache Isis committers.
-====
-
-link:http://www.agilej.com/[AgileJ Structure Views] is a commercial product to reverse engineer and visualize Java classes from source code.
-
-The key to using the tool is in developing a suitable filter script, a DSL.  You can use the following script as a starting point for visualizing Apache Isis domain models:
-
-[source,AgileJ]
-----
-// use CTRL+SPACE for completion suggestions
-hide all fields
-hide setter methods
-hide private methods
-hide methods named compareTo
-hide methods named toString
-hide methods named inject*
-hide methods named disable*
-hide methods named default*
-hide methods named hide*
-hide methods named autoComplete*
-hide methods named choices*
-hide methods named title
-hide methods named iconName
-hide methods named validate*
-hide methods named modify*
-hide protected methods
-hide types annotated as DomainService
-hide types named Constants
-hide types named InvoicingInterval
-hide enums
-hide constructors
-hide inner types named *Event
-hide inner types named *Functions
-hide inner types named *Predicates
-show getter methods in green
-show methods annotated as Programmatic in orange
-show methods annotated as Action in largest
-hide dependency lines
-hide call lines
-hide method lines
-----
-
-For more information on AgileJ, see Paul Wells' 8-part tutorial series on Youtube; the first can be found link:https://www.youtube.com/watch?v=YrZQ7lMSsH0[here] (view the "show more" comments to click through to other parts).
-
-