You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2013/09/30 10:13:10 UTC

svn commit: r1527481 - /tomee/tomee/trunk/tomee/tomee-static-content/pom.xml

Author: rmannibucau
Date: Mon Sep 30 08:13:10 2013
New Revision: 1527481

URL: http://svn.apache.org/r1527481
Log:
adding parent to tomee-static-content to be able to deploy

Modified:
    tomee/tomee/trunk/tomee/tomee-static-content/pom.xml

Modified: tomee/tomee/trunk/tomee/tomee-static-content/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-static-content/pom.xml?rev=1527481&r1=1527480&r2=1527481&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/tomee-static-content/pom.xml (original)
+++ tomee/tomee/trunk/tomee/tomee-static-content/pom.xml Mon Sep 30 08:13:10 2013
@@ -14,6 +14,11 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <parent>
+    <artifactId>tomee</artifactId>
+    <groupId>org.apache.openejb</groupId>
+    <version>1.6.0-SNAPSHOT</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.openejb.staticweb</groupId>
   <artifactId>tomee-static-content</artifactId>