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/01/18 15:19:22 UTC

git commit: CLEREZZA-824: using snapshot version of ext-parent

Updated Branches:
  refs/heads/master b4fa0f0be -> 487ed6fce


CLEREZZA-824: using snapshot version of ext-parent


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

Branch: refs/heads/master
Commit: 487ed6fcefdf9e68a507e55558d2d975d0c66f4c
Parents: b4fa0f0
Author: retobg <re...@apache.org>
Authored: Sat Jan 18 15:19:04 2014 +0100
Committer: retobg <re...@apache.org>
Committed: Sat Jan 18 15:19:04 2014 +0100

----------------------------------------------------------------------
 ext/jena-arq/pom.xml  |  2 +-
 ext/jena-core/pom.xml |  2 +-
 ext/jena-iri/pom.xml  |  2 +-
 ext/jena-tdb/pom.xml  |  2 +-
 nbactions.xml         | 10 ++++++++++
 5 files changed, 14 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/487ed6fc/ext/jena-arq/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-arq/pom.xml b/ext/jena-arq/pom.xml
index 85330cd..db392e6 100644
--- a/ext/jena-arq/pom.xml
+++ b/ext/jena-arq/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>1</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/487ed6fc/ext/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-core/pom.xml b/ext/jena-core/pom.xml
index 251702c..5fe04fd 100644
--- a/ext/jena-core/pom.xml
+++ b/ext/jena-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>1</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/487ed6fc/ext/jena-iri/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-iri/pom.xml b/ext/jena-iri/pom.xml
index 63ebd04..27b90f4 100644
--- a/ext/jena-iri/pom.xml
+++ b/ext/jena-iri/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>1</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/487ed6fc/ext/jena-tdb/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-tdb/pom.xml b/ext/jena-tdb/pom.xml
index cd59594..5a7a685 100644
--- a/ext/jena-tdb/pom.xml
+++ b/ext/jena-tdb/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>1</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/487ed6fc/nbactions.xml
----------------------------------------------------------------------
diff --git a/nbactions.xml b/nbactions.xml
index 5833b1c..e6ddacf 100644
--- a/nbactions.xml
+++ b/nbactions.xml
@@ -31,4 +31,14 @@
                 <generateBackupPoms>false</generateBackupPoms>
             </properties>
         </action>
+        <action>
+            <actionName>CUSTOM-deploy</actionName>
+            <goals>
+                <goal>clean</goal>
+                <goal>deploy</goal>
+            </goals>
+            <properties>
+                <Env.MAVEN_OPTS>-Xmx1024M -XX:MaxPermSize=128M</Env.MAVEN_OPTS>            
+            </properties>
+        </action>
     </actions>