diff options
author | Jeff Johnston | 2015-02-03 17:32:24 +0000 |
---|---|---|
committer | Jeff Johnston | 2015-02-03 20:15:49 +0000 |
commit | a7d1bf98cacf1f979f1cdc5d9920fd32801e585f (patch) | |
tree | 6af1edda1a9f31913d14a6430d8c6d0992e2eb87 /pom.xml | |
parent | 1aa1588e2bb2cf63cf54615782bfcfcf1340bd23 (diff) | |
download | org.eclipse.linuxtools-a7d1bf98cacf1f979f1cdc5d9920fd32801e585f.tar.gz org.eclipse.linuxtools-a7d1bf98cacf1f979f1cdc5d9920fd32801e585f.tar.xz org.eclipse.linuxtools-a7d1bf98cacf1f979f1cdc5d9920fd32801e585f.zip |
Fix updates target to be updates-nightly-luna.
- Also fix linuxtools-e4.4 target.
Change-Id: I3c093aaa58509be2440607ab11069cf2987c4b19
Reviewed-on: https://git.eclipse.org/r/41003
Tested-by: Hudson CI
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ </distributionManagement> <properties> - <mirror-repo-name>updates-nightly</mirror-repo-name> + <mirror-repo-name>updates-nightly-luna</mirror-repo-name> <tycho-version>0.22.0</tycho-version> <tycho-extras-version>0.22.0</tycho-extras-version> <target-platform>linuxtools-e4.4</target-platform> |