Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-06-10 20:16:43 +0000
committerSam Davis2015-06-10 20:17:13 +0000
commit81c1e1f22866c40318068ab9e60ac9a79107a4d7 (patch)
treee173c163e1d72dcc1e298325adc1f4f9d3072638 /pom.xml
parentedf402403de1dfe3374f8bd7bc02dde1ae7f623a (diff)
downloadorg.eclipse.mylyn.tasks-81c1e1f22866c40318068ab9e60ac9a79107a4d7.tar.gz
org.eclipse.mylyn.tasks-81c1e1f22866c40318068ab9e60ac9a79107a4d7.tar.xz
org.eclipse.mylyn.tasks-81c1e1f22866c40318068ab9e60ac9a79107a4d7.zip
touch pom
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 93d3755f1..50293ead0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>

Back to the top