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 2014/11/19 17:42:31 UTC

[15/15] portals-pluto git commit: Fixed bug in PortletHubDemo pom

Fixed bug in PortletHubDemo pom


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

Branch: refs/heads/PortletHub
Commit: 909e237636f7029149470b20347614fec75d9b0d
Parents: cdebb54
Author: Scott Nicklous <ms...@apache.org>
Authored: Wed Nov 19 17:39:23 2014 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Wed Nov 19 17:39:23 2014 +0100

----------------------------------------------------------------------
 pluto-PortletHubDemo/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/909e2376/pluto-PortletHubDemo/pom.xml
----------------------------------------------------------------------
diff --git a/pluto-PortletHubDemo/pom.xml b/pluto-PortletHubDemo/pom.xml
index 506726f..9f5efb4 100644
--- a/pluto-PortletHubDemo/pom.xml
+++ b/pluto-PortletHubDemo/pom.xml
@@ -8,7 +8,6 @@
     </parent>
 
 	<artifactId>PortletHubDemo</artifactId>
-	<version>0.0.1-SNAPSHOT</version>
 	<packaging>war</packaging>
 
 	<dependencies>
@@ -104,12 +103,12 @@
 					<plugin>
 						<groupId>org.apache.portals.pluto</groupId>
 						<artifactId>maven-pluto-plugin</artifactId>
-						<version>2.0.3</version>
+						<version>${project.version}</version>
 						<dependencies>
 							<dependency>
 								<groupId>org.apache.portals.pluto</groupId>
 								<artifactId>pluto-util</artifactId>
-								<version>2.0.3</version>
+								<version>${project.version}</version>
 								<scope>runtime</scope>
 							</dependency>
 						</dependencies>