Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-03-30 17:31:02 +0000
committerSam Davis2015-03-30 17:31:02 +0000
commit873517f609afc87d223625e2f2badb1dd41612a4 (patch)
tree5a8d621dd1bf76cb4efe5ae857b2fe010689d071
parent6e15da5a98407752bb2e37f495fb3bec12d7a4ac (diff)
downloadorg.eclipse.mylyn-873517f609afc87d223625e2f2badb1dd41612a4.tar.gz
org.eclipse.mylyn-873517f609afc87d223625e2f2badb1dd41612a4.tar.xz
org.eclipse.mylyn-873517f609afc87d223625e2f2badb1dd41612a4.zip
451225: touch parent pom to force a build
Change-Id: I982677841f04b4593567d16c4555686740b5350b Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=451225
-rw-r--r--org.eclipse.mylyn-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn-parent/pom.xml b/org.eclipse.mylyn-parent/pom.xml
index 9779fb03..cc1c3cc2 100644
--- a/org.eclipse.mylyn-parent/pom.xml
+++ b/org.eclipse.mylyn-parent/pom.xml
@@ -9,7 +9,7 @@
Contributors:
Tasktop Technologies - initial API and implementation
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Back to the top