summaryrefslogtreecommitdiffstats
path: root/dependency-versions/README.md
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-19 11:21:47 +0200
committergjoranv <gv@yahooinc.com>2023-07-24 10:36:13 +0200
commit76144c5e3e99ff09bf2c495943807962ed25f0d1 (patch)
tree3d5d6b0c6d9367e0ae27e38fd049295de1b54645 /dependency-versions/README.md
parentc5e9d550ea8d680b569db01648097c3e2bef3d14 (diff)
Create new 'dependency-versions' pom module
- To be used as parent for all other poms, to ensure that the same versions of dependencies are used everywhere.
Diffstat (limited to 'dependency-versions/README.md')
-rw-r--r--dependency-versions/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/dependency-versions/README.md b/dependency-versions/README.md
new file mode 100644
index 00000000000..77290899619
--- /dev/null
+++ b/dependency-versions/README.md
@@ -0,0 +1,6 @@
+<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+# Version properites for all Vespa dependencies
+
+This pom should contain all version properties for 3rd party
+dependencies used in Vespa. It should be used as parent pom for
+all Vespa modules, including user "base poms".