Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2012-09-20 18:15:27 +0000
committerJeff Johnston2012-09-20 19:33:20 +0000
commitd4f40089efaa7d8f004efa267e6874a6a6e84f92 (patch)
tree8d211d8cc91795f8dd2d907409801a5608f95c6f /pom.xml
parent92d0a2cef82ac6c11154e58a12a3d28f10863a13 (diff)
downloadorg.eclipse.linuxtools-d4f40089efaa7d8f004efa267e6874a6a6e84f92.tar.gz
org.eclipse.linuxtools-d4f40089efaa7d8f004efa267e6874a6a6e84f92.tar.xz
org.eclipse.linuxtools-d4f40089efaa7d8f004efa267e6874a6a6e84f92.zip
Move name of the mirrors repository attribute to top-level pom.
The ${repo.name} attribute of the mirrorsURL should be accessible from from the top-level pom. Change-Id: Ia3b951f15444bade8827b612671d05019d45427b Reviewed-on: https://git.eclipse.org/r/7857 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 41dced150e..c849721a80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@
</distributionManagement>
<properties>
+ <mirror-repo-name>updates-nightly</mirror-repo-name>
<tycho-version>0.15.0</tycho-version>
<tycho-extras-version>0.15.0</tycho-extras-version>
<platform-version-name>juno</platform-version-name>

Back to the top