Author: reto
Date: Mon Feb 20 09:39:19 2012
New Revision: 1291164
URL: http://svn.apache.org/viewvc?rev=1291164&view=rev
Log:
CLEREZZA-687: inheriting from apache parent (not from clerezza parent to keep
this project protable to a more suitable home)
Modified:
incubator/clerezza/trunk/parent/scala-scripting/pom.xml
Modified: incubator/clerezza/trunk/parent/scala-scripting/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/scala-scripting/pom.xml?rev=1291164&r1=1291163&r2=1291164&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/scala-scripting/pom.xml (original)
+++ incubator/clerezza/trunk/parent/scala-scripting/pom.xml Mon Feb 20 09:39:19
2012
@@ -22,6 +22,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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>10</version>
+ </parent>
<groupId>org.apache.clerezza.scala</groupId>
<artifactId>scala</artifactId>
<version>0.2-incubating-SNAPSHOT</version>