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 2018/01/04 14:24:59 UTC

[isis] branch master updated (689231b -> c5e4a0d)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 689231b  ISIS-1465: tidies up configuration properties across .adoc's
     add c2a94fb  ISIS-1465: adds missing headers
     new c5e4a0d  ISIS-1465: updates to release docs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../guides/cgcom/_cgcom_cutting-a-release.adoc         | 10 +++++-----
 .../isis/applib/layout/menubars/MenuBarsAbstract.java  | 18 ++++++++++++++++++
 .../main/java/org/apache/isis/applib/util/Clause.java  | 18 ++++++++++++++++++
 .../Module_Util_transitiveDependenciesOf_Test.java     | 18 ++++++++++++++++++
 .../config/ConfigurationProperty_isProtected_Test.java | 18 ++++++++++++++++++
 .../scenarios/ObjectFactoryForIntegration.java         | 18 ++++++++++++++++++
 .../facets/object/query/VisitorForClauseAbstract.java  | 18 ++++++++++++++++++
 .../facets/object/query/VisitorForFromClause.java      | 18 ++++++++++++++++++
 .../facets/object/query/VisitorForVariablesClause.java | 18 ++++++++++++++++++
 .../DefaultViewConfiguration_parseValue_Test.java      | 18 ++++++++++++++++++
 .../metamodel/services/menubars/menubars.layout.xml    | 18 ++++++++++++++++++
 .../services/menubars/bootstrap3/ServiceAndAction.java | 18 ++++++++++++++++++
 .../services/userprof/UserProfileServiceDefault.java   | 18 ++++++++++++++++++
 .../changes/PreAndPostValues_shouldAudit_Test.java     | 18 ++++++++++++++++++
 .../IsisComponentProvider_within_Test.java             | 18 ++++++++++++++++++
 .../fixture/budget/SomeServiceToInclude.java           | 18 ++++++++++++++++++
 .../budgetassignment/SomeServiceNotToInclude.java      | 18 ++++++++++++++++++
 .../viewer/restfulobjects/applib/Rel_getName_Test.java | 18 ++++++++++++++++++
 .../java/domainapp/application/menubars.layout.xml     | 18 ++++++++++++++++++
 .../domainapp/application/manifest/menubars.layout.xml | 18 ++++++++++++++++++
 20 files changed, 347 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@isis.apache.org" <co...@isis.apache.org>'].

[isis] 01/01: ISIS-1465: updates to release docs

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit c5e4a0d3cf937370c6164e0e6fd56dd9f0f50928
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 4 14:22:47 2018 +0000

    ISIS-1465: updates to release docs
---
 .../main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
index a26f8fa..dedbeb4 100644
--- a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
@@ -55,8 +55,8 @@ For example:
 ----
 cd core
 export ISISTMP=/c/tmp                               # <1>
-export ISISDEV=1.16.0-SNAPSHOT
-export ISISREL=1.15.1
+export ISISDEV=2.1.0-SNAPSHOT
+export ISISREL=2.0.0
 export ISISRC=RC1
 export ISISBRANCH=release-$ISISREL-$ISISRC
 export ISISJIRA=ISIS-9999                           # <2>
@@ -73,7 +73,7 @@ Obviously, alter `$ISISDEV` and `$ISISREL` as required, and bump `$ISISRC` for r
 
 [IMPORTANT]
 ====
-Note that the branch name is *not* the same any of the eventual tag names (eg `isis-1.16.0` or `simpleapp-archetype-1.16.0`).
+Note that the branch name is *not* the same any of the eventual tag names (eg `isis-2.0.0` or `simpleapp-archetype-2.0.0`).
 
 If they did have the same name, then what would happen is that the `maven-release-plugin` would checkout the (HEAD of the) branch and thus upload a SNAPSHOT to the snapshot repository.
 What it should of course do is checkout the tag and then upload that to the release staging repository.
@@ -103,13 +103,13 @@ his will normally have been done already during earlier development; but confirm
 If it has not, make the change.
 
 Double check that the version number of the core POM (`core/pom.xml`) should reflect the branch name that you are now on.
-For example, if releasing version `1.16.0`, the POM should read:
+For example, if releasing version `2.0.0`, the POM should read:
 
 [source,xml]
 ----
 <groupId>org.apache.isis.core</groupId>
 <artifactId>isis</artifactId>
-<version>1.16.0-SNAPSHOT</version>
+<version>2.0.0-SNAPSHOT</version>
 ----
 
 Also, check that there are no snapshot dependencies:

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.