You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/08/08 15:51:11 UTC

git commit: CLEREZZA-926: Using sub-reactor parent new SNAPSHOT version

Repository: clerezza
Updated Branches:
  refs/heads/master 6fc0e1dcf -> 47495f25b


CLEREZZA-926: Using sub-reactor parent new SNAPSHOT version

Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/47495f25
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/47495f25
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/47495f25

Branch: refs/heads/master
Commit: 47495f25b59e238af44f23b37c34a27a42e9fb90
Parents: 6fc0e1d
Author: Reto Gmür <re...@apache.org>
Authored: Fri Aug 8 15:50:57 2014 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Fri Aug 8 15:50:57 2014 +0200

----------------------------------------------------------------------
 scala-scripting/script-engine/pom.xml | 2 +-
 scala-scripting/tests/pom.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/47495f25/scala-scripting/script-engine/pom.xml
----------------------------------------------------------------------
diff --git a/scala-scripting/script-engine/pom.xml b/scala-scripting/script-engine/pom.xml
index de57691..622b438 100644
--- a/scala-scripting/script-engine/pom.xml
+++ b/scala-scripting/script-engine/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.clerezza.scala</groupId>
         <artifactId>scala</artifactId>
-        <version>0.3</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>script-engine</artifactId>
     <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/47495f25/scala-scripting/tests/pom.xml
----------------------------------------------------------------------
diff --git a/scala-scripting/tests/pom.xml b/scala-scripting/tests/pom.xml
index bf94079..df59e35 100644
--- a/scala-scripting/tests/pom.xml
+++ b/scala-scripting/tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.clerezza.scala</groupId>
         <artifactId>scala</artifactId>
-        <version>0.3</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.clerezza.scala</groupId>
     <artifactId>tests</artifactId>