You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@portals.apache.org by ta...@apache.org on 2017/06/16 16:59:24 UTC

svn commit: r1798964 - /portals/site-live/pluto/v30/getting-started.html

Author: taylor
Date: Fri Jun 16 16:59:24 2017
New Revision: 1798964

URL: http://svn.apache.org/viewvc?rev=1798964&view=rev
Log:
fixing typo in archetype docs

Modified:
    portals/site-live/pluto/v30/getting-started.html

Modified: portals/site-live/pluto/v30/getting-started.html
URL: http://svn.apache.org/viewvc/portals/site-live/pluto/v30/getting-started.html?rev=1798964&r1=1798963&r2=1798964&view=diff
==============================================================================
--- portals/site-live/pluto/v30/getting-started.html (original)
+++ portals/site-live/pluto/v30/getting-started.html Fri Jun 16 16:59:24 2017
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 2017-06-15
+        Last Published: 2017-06-16
                           |   
                 <a href="http://portals.apache.org/pluto" class="externalLink">Home</a>
                           </div>
@@ -425,7 +425,7 @@ mvn archetype:generate \
     -DarchetypeArtifactId=bean-portlet-archetype \
     -DarchetypeVersion=3.0.0 \
     -DgroupId=com.mycompany \
-    -DartifactId=com.mycompany.my.generic.portlet
+    -DartifactId=com.mycompany.my.bean.portlet
         </pre>
 </div>
 </p>