Author: reto
Date: Tue May 22 13:24:12 2012
New Revision: 1341465
URL: http://svn.apache.org/viewvc?rev=1341465&view=rev
Log:
synced with trunk version were changes do not seem to be CLEREZZA-617 related
Modified:
incubator/clerezza/issues/CLEREZZA-617/scala-scripting/pom.xml
Modified: incubator/clerezza/issues/CLEREZZA-617/scala-scripting/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-617/scala-scripting/pom.xml?rev=1341465&r1=1341464&r2=1341465&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-617/scala-scripting/pom.xml (original)
+++ incubator/clerezza/issues/CLEREZZA-617/scala-scripting/pom.xml Tue May 22
13:24:12 2012
@@ -22,6 +22,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>
@@ -63,12 +68,16 @@
<dependency>
<groupId>org.apache.clerezza.scala</groupId>
<artifactId>script-engine</artifactId>
- <version>0.1-incubating-SNAPSHOT</version>
+ <version>0.2-incubating-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
<distributionManagement>
<!-- where to deploy the artifacts -->
+ <site>
+ <id>people.apache.org</id>
+
<url>scp://people.apache.org/www/incubator.apache.org/clerezza/mvn-site/scala-scripting</url>
+ </site>
<repository>
<id>apache.releases.https</id>
<name>Apache Release Distribution Repository</name>