You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ms...@apache.org on 2015/01/28 15:42:48 UTC

[13/14] portals-pluto git commit: Changed portlet hub demo portlet version to v3.0

Changed portlet hub demo portlet version to v3.0


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/676a5ec5
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/676a5ec5
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/676a5ec5

Branch: refs/heads/V3Prototype
Commit: 676a5ec55bfef008919c82fab406275ccf2632d8
Parents: e92c13c
Author: Scott Nicklous <ms...@apache.org>
Authored: Wed Jan 28 13:50:42 2015 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Wed Jan 28 13:50:42 2015 +0100

----------------------------------------------------------------------
 PortletHubDemo/src/main/webapp/WEB-INF/portlet.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/676a5ec5/PortletHubDemo/src/main/webapp/WEB-INF/portlet.xml
----------------------------------------------------------------------
diff --git a/PortletHubDemo/src/main/webapp/WEB-INF/portlet.xml b/PortletHubDemo/src/main/webapp/WEB-INF/portlet.xml
index ed46720..f81145e 100644
--- a/PortletHubDemo/src/main/webapp/WEB-INF/portlet.xml
+++ b/PortletHubDemo/src/main/webapp/WEB-INF/portlet.xml
@@ -1,8 +1,8 @@
-<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" 
+<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_3_0.xsd" 
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
            xmlns:rp="http://www.apache.org/portals/pluto/pub-render-params/ResourcePortlet"
-             xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" 
-             version="2.0"
+             xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_3_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_3_0.xsd" 
+             version="3.0"
     		id="ph.resource.portlet">
    <portlet>
       <portlet-name>PH-ResourcePortlet-PRP</portlet-name>