[mondrian] 01/01: Fixed the Maven coordinates of commons-math and commons-vfs

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 28 13:16:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository mondrian.

commit 80eb9d483dafb68bda074076ad8ffe8261844be3
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jul 28 15:13:44 2016 +0200

    Fixed the Maven coordinates of commons-math and commons-vfs
---
 debian/changelog |  7 +++++++
 debian/pom.xml   | 10 +++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7fdc4bd..8e7647c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mondrian (1:3.11.0.1-4) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the Maven coordinates of commons-math and commons-vfs
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 28 Jul 2016 14:47:01 +0200
+
 mondrian (1:3.11.0.1-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/pom.xml b/debian/pom.xml
index 238d7c4..e0d563d 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -74,14 +74,14 @@
       <version>1.3</version>
     </dependency>
     <dependency>
-      <groupId>commons-math</groupId>
+      <groupId>org.apache.commons</groupId>
       <artifactId>commons-math</artifactId>
-      <version>1.0</version>
+      <version>2.2</version>
     </dependency>
     <dependency>
-      <groupId>commons-vfs</groupId>
-      <artifactId>commons-vfs</artifactId>
-      <version>1.0</version>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-vfs2</artifactId>
+      <version>2.1</version>
     </dependency>
     <dependency>
       <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mondrian.git



More information about the pkg-java-commits mailing list