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/02/14 10:33:08 UTC

[isis] 01/02: ISIS-1813: updates docs and example apps

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

danhaywood pushed a commit to branch release-1.16.1-RC1
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 0e041cfb2427df0b008a14a70e90b281976b727d
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Feb 14 10:32:44 2018 +0000

    ISIS-1813: updates docs and example apps
    
    The updates to example apps WILL BE in the released archetypes for 1.16.1 RC1
---
 .../src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc        | 2 +-
 example/application/helloworld/pom.xml                                  | 2 +-
 example/application/simpleapp/README.adoc                               | 2 +-
 example/application/simpleapp/pom.xml                                   | 2 +-
 4 files changed, 4 insertions(+), 4 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 b5a167a..3fc0d8d 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
@@ -478,7 +478,7 @@ mvn clean install
 * can be run from an IDE
 ** mainClass=`org.apache.isis.WebServer`
 ** args=`-m domainapp.application.manifest.DomainAppAppManifestWithFixtures`
-** run before: `mvn -f pom-jdo-enhance-all.xml datanucleus:enhance -o` in the root module
+** run before: `mvn -pl module-simple datanucleus:enhance -o` in the root module
 
 * can be run using the mvn jetty plugin:
 +
diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index bb2cef0..efa8848 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -36,7 +36,7 @@
     <packaging>war</packaging>
 
     <properties>
-        <isis.version>1.16.1-SNAPSHOT</isis.version>
+        <isis.version>1.16.1</isis.version>
 
         <compiler-plugin.source>1.8</compiler-plugin.source>
         <compiler-plugin.target>1.8</compiler-plugin.target>
diff --git a/example/application/simpleapp/README.adoc b/example/application/simpleapp/README.adoc
index d52423d..6b62aab 100644
--- a/example/application/simpleapp/README.adoc
+++ b/example/application/simpleapp/README.adoc
@@ -70,7 +70,7 @@ Extend/adapt these according to your own standards.
 +
 [source,bash]
 ----
-mvn -f pom-jdo-enhance-all.xml datanucleus:enhance
+mvn -pl module-simple datanucleus:enhance -o
 ----
 
 * To also generate the link:https://github.com/eirbjo/jetty-console[Jetty console], allowing the application to run as a standalone JAR: +
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 8525106..35127f6 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -36,7 +36,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <isis.version>1.16.1-SNAPSHOT</isis.version>
+        <isis.version>1.16.1</isis.version>
 
         <lombok.version>1.16.18</lombok.version>
 

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.