You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2011/10/25 18:04:42 UTC

svn commit: r1188755 - in /oodt/trunk/pcs/opsui: pom.xml src/java/ src/main/java/

Author: mattmann
Date: Tue Oct 25 16:04:42 2011
New Revision: 1188755

URL: http://svn.apache.org/viewvc?rev=1188755&view=rev
Log:
- progress towards OODT-157 PCS Operator User Interface web application

Added:
    oodt/trunk/pcs/opsui/src/main/java/
      - copied from r1188753, oodt/trunk/pcs/opsui/src/java/
Removed:
    oodt/trunk/pcs/opsui/src/java/
Modified:
    oodt/trunk/pcs/opsui/pom.xml

Modified: oodt/trunk/pcs/opsui/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pcs/opsui/pom.xml?rev=1188755&r1=1188754&r2=1188755&view=diff
==============================================================================
--- oodt/trunk/pcs/opsui/pom.xml (original)
+++ oodt/trunk/pcs/opsui/pom.xml Tue Oct 25 16:04:42 2011
@@ -22,7 +22,7 @@ the License.
 	<groupId>org.apache.oodt</groupId>
 	<artifactId>pcs-opsui</artifactId>
 	<packaging>war</packaging>
-	<version>0.3-SNAPSHOT</version>
+	<version>0.4-SNAPSHOT</version>
 	<name>Process Control System Operator Interface Webapp</name>
 	<properties>
 		<wicket.version>1.4.16</wicket.version>
@@ -39,7 +39,7 @@ the License.
 		<dependency>
 		  <groupId>org.apache.oodt</groupId>
 		  <artifactId>oodt-webapp-components</artifactId>
-		  <version>0.3-SNAPSHOT</version>
+		  <version>0.4-SNAPSHOT</version>
 		  <exclusions>
 		    <exclusion>
 		      <artifactId>cas-filemgr</artifactId>