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:15:32 UTC

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

Author: danhaywood
Date: Tue Oct 14 05:15:31 2014
New Revision: 1631623

URL: http://svn.apache.org/r1631623
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=1631623&r1=1631622&r2=1631623&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:15:31 2014
@@ -1,7 +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 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.**
+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](http://github.com/isisaddons/isis-module-command) 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.