You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ja...@apache.org on 2014/04/07 19:34:27 UTC

[1/3] git commit: Use commons-fileupload version as defined in parent

Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x 10208c4c4 -> f797b5d98
  refs/heads/karaf-3.0.x d8a700ecd -> 2ce5574c9
  refs/heads/master 7591761c6 -> 63c7b3796


Use commons-fileupload version as defined in parent


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/63c7b379
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/63c7b379
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/63c7b379

Branch: refs/heads/master
Commit: 63c7b3796a106ab4a5f301926a1d73fd71d598ff
Parents: 7591761
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Mon Apr 7 15:02:39 2014 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Mon Apr 7 15:02:39 2014 -0230

----------------------------------------------------------------------
 webconsole/console/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/63c7b379/webconsole/console/pom.xml
----------------------------------------------------------------------
diff --git a/webconsole/console/pom.xml b/webconsole/console/pom.xml
index 64d3300..fbd369b 100644
--- a/webconsole/console/pom.xml
+++ b/webconsole/console/pom.xml
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.2.2</version>
+            <version>${commons-fileupload.version}</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>


[3/3] git commit: Use commons-fileupload version as defined in parent

Posted by ja...@apache.org.
Use commons-fileupload version as defined in parent


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

Branch: refs/heads/karaf-2.x
Commit: f797b5d98f0c036b4eaacd810e117af2d04afeb1
Parents: 10208c4
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Mon Apr 7 15:02:39 2014 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Mon Apr 7 15:04:13 2014 -0230

----------------------------------------------------------------------
 webconsole/console/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/f797b5d9/webconsole/console/pom.xml
----------------------------------------------------------------------
diff --git a/webconsole/console/pom.xml b/webconsole/console/pom.xml
index 0555340..fb71ac9 100644
--- a/webconsole/console/pom.xml
+++ b/webconsole/console/pom.xml
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.2.2</version>
+            <version>${commons-fileupload.version}</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>


[2/3] git commit: Use commons-fileupload version as defined in parent

Posted by ja...@apache.org.
Use commons-fileupload version as defined in parent


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/2ce5574c
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/2ce5574c
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/2ce5574c

Branch: refs/heads/karaf-3.0.x
Commit: 2ce5574c99a13fae74cc92c7630e690048186c50
Parents: d8a700e
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Mon Apr 7 15:02:39 2014 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Mon Apr 7 15:04:01 2014 -0230

----------------------------------------------------------------------
 webconsole/console/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/2ce5574c/webconsole/console/pom.xml
----------------------------------------------------------------------
diff --git a/webconsole/console/pom.xml b/webconsole/console/pom.xml
index 51a60ff..6e58b83 100644
--- a/webconsole/console/pom.xml
+++ b/webconsole/console/pom.xml
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.2.2</version>
+            <version>${commons-fileupload.version}</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>