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 2014/10/14 07:14:52 UTC

svn commit: r1631622 - /isis/site/trunk/content/components/objectstores/jdo/services/command-service-jdo.md

Author: danhaywood
Date: Tue Oct 14 05:14:51 2014
New Revision: 1631622

URL: http://svn.apache.org/r1631622
Log:
isis addon modules

Modified:
    isis/site/trunk/content/components/objectstores/jdo/services/command-service-jdo.md

Modified: isis/site/trunk/content/components/objectstores/jdo/services/command-service-jdo.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/services/command-service-jdo.md?rev=1631622&r1=1631621&r2=1631622&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/services/command-service-jdo.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/services/command-service-jdo.md Tue Oct 14 05:14:51 2014
@@ -1,8 +1,7 @@
 Title: CommandServiceJdo
 
 {note
-In 1.6.0 this implementation was released as `org.apache.isis.core:isis-module-command-jdo:1.6.0` and also as an [Isis addon](http://github.com/isisaddons/isis-module-command) module.
-In 1.7.0+ only the Isis addon implementation is released.
+In 1.6.0 this implementation was released as *org.apache.isis.core:isis-module-command-jdo:1.6.0* and was also released as an [Isis addon](http://github.com/isisaddons/isis-module-command) module.  **In 1.7.0+ only the Isis addon implementation is released.**
 }
 
 The JDO objectstore provides an implementation of the applib [CommandService](../../../../reference/services/command-context.html) that persists the command data into a `CommandJdo` entity.  This is mapped to an `IsisCommand` table.