aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLyubomir Marinov <lyubomir.marinov@jitsi.org>2016-04-05 18:40:03 -0500
committerLyubomir Marinov <lyubomir.marinov@jitsi.org>2016-04-05 18:40:03 -0500
commitdb8970fc0135c018326baea5fd7218545eaeb688 (patch)
tree5886ad03f9f5d07f314c950423a9542412742e68
parentcd6b77bb0e342ca4a8593f9272400ecda14a7b92 (diff)
downloadjitsi-db8970fc0135c018326baea5fd7218545eaeb688.zip
jitsi-db8970fc0135c018326baea5fd7218545eaeb688.tar.gz
jitsi-db8970fc0135c018326baea5fd7218545eaeb688.tar.bz2
List a jitsi-specific version of jitsi/libjitsi
We made an effort to support reproducible builds. That made us specify explicit jitsi/libjitsi and jitsi/jitsi-universe (artifact) versions. The jitsi Maven project is the only one which did not specify an explicit jitsi/libjitsi version. However, jitsi/jitsi-videobridge depends on jitsi/jitsi and, consequently, sees a mixture of jitsi/libjitsi and jitsi/jitsi-universe versions during its build.
-rw-r--r--m2/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/m2/pom.xml b/m2/pom.xml
index f5dc422..69f77fc 100644
--- a/m2/pom.xml
+++ b/m2/pom.xml
@@ -44,6 +44,16 @@
<module>jitsi-version</module>
</modules>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>libjitsi</artifactId>
+ <version>1.0-20160202.214638-87</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<build>
<sourceDirectory>../../src</sourceDirectory>
<pluginManagement>