Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn-feature/pom.xml2
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/pom.xml2
-rw-r--r--org.eclipse.mylyn.bugzilla.core/pom.xml2
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/pom.xml2
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/pom.xml2
-rw-r--r--org.eclipse.mylyn.help.sdk/pom.xml2
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml2
-rw-r--r--org.eclipse.mylyn.oslc.core/pom.xml2
-rw-r--r--org.eclipse.mylyn.oslc.tests/pom.xml2
-rw-r--r--org.eclipse.mylyn.oslc.ui/pom.xml2
-rw-r--r--org.eclipse.mylyn.sdk-feature/pom.xml2
-rw-r--r--org.eclipse.mylyn.tasks.bugs/pom.xml2
-rw-r--r--org.eclipse.mylyn.tasks.core/pom.xml2
-rw-r--r--org.eclipse.mylyn.tasks.search/pom.xml2
-rw-r--r--org.eclipse.mylyn.tasks.tests/pom.xml2
-rw-r--r--org.eclipse.mylyn.tasks.ui/pom.xml2
-rw-r--r--org.eclipse.mylyn.test-feature/pom.xml2
-rw-r--r--org.eclipse.mylyn.tests.util/pom.xml2
-rw-r--r--org.eclipse.mylyn.trac-feature/pom.xml2
-rw-r--r--org.eclipse.mylyn.trac.core/pom.xml2
-rw-r--r--org.eclipse.mylyn.trac.tests/pom.xml2
-rw-r--r--org.eclipse.mylyn.trac.ui/pom.xml2
-rw-r--r--pom.xml44
23 files changed, 53 insertions, 35 deletions
diff --git a/org.eclipse.mylyn-feature/pom.xml b/org.eclipse.mylyn-feature/pom.xml
index a0c8d1c6f..555551c07 100644
--- a/org.eclipse.mylyn-feature/pom.xml
+++ b/org.eclipse.mylyn-feature/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.bugzilla-feature/pom.xml b/org.eclipse.mylyn.bugzilla-feature/pom.xml
index 0702886d3..3a108f7bd 100644
--- a/org.eclipse.mylyn.bugzilla-feature/pom.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.bugzilla.core/pom.xml b/org.eclipse.mylyn.bugzilla.core/pom.xml
index 30e214c01..0b7ac3654 100644
--- a/org.eclipse.mylyn.bugzilla.core/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.core/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.bugzilla.tests/pom.xml b/org.eclipse.mylyn.bugzilla.tests/pom.xml
index 320ddaf69..2efb966d8 100644
--- a/org.eclipse.mylyn.bugzilla.tests/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.tests/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.bugzilla.ui/pom.xml b/org.eclipse.mylyn.bugzilla.ui/pom.xml
index c3fccef4f..36eb4af13 100644
--- a/org.eclipse.mylyn.bugzilla.ui/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.help.sdk/pom.xml b/org.eclipse.mylyn.help.sdk/pom.xml
index b9613410d..b20153f70 100644
--- a/org.eclipse.mylyn.help.sdk/pom.xml
+++ b/org.eclipse.mylyn.help.sdk/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml
index fe8ef4bf9..9742cadb7 100644
--- a/org.eclipse.mylyn.help.ui/pom.xml
+++ b/org.eclipse.mylyn.help.ui/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.oslc.core/pom.xml b/org.eclipse.mylyn.oslc.core/pom.xml
index d1ae03726..6431466fb 100644
--- a/org.eclipse.mylyn.oslc.core/pom.xml
+++ b/org.eclipse.mylyn.oslc.core/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.oslc.tests/pom.xml b/org.eclipse.mylyn.oslc.tests/pom.xml
index 1c8ffc7fb..aa881c7f3 100644
--- a/org.eclipse.mylyn.oslc.tests/pom.xml
+++ b/org.eclipse.mylyn.oslc.tests/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.oslc.ui/pom.xml b/org.eclipse.mylyn.oslc.ui/pom.xml
index 657314ca3..513d9cabb 100644
--- a/org.eclipse.mylyn.oslc.ui/pom.xml
+++ b/org.eclipse.mylyn.oslc.ui/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.sdk-feature/pom.xml b/org.eclipse.mylyn.sdk-feature/pom.xml
index 0d3657f1e..948df577e 100644
--- a/org.eclipse.mylyn.sdk-feature/pom.xml
+++ b/org.eclipse.mylyn.sdk-feature/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.tasks.bugs/pom.xml b/org.eclipse.mylyn.tasks.bugs/pom.xml
index e4e274189..b736ae69c 100644
--- a/org.eclipse.mylyn.tasks.bugs/pom.xml
+++ b/org.eclipse.mylyn.tasks.bugs/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.tasks.core/pom.xml b/org.eclipse.mylyn.tasks.core/pom.xml
index d84ff81b1..c0bdd587d 100644
--- a/org.eclipse.mylyn.tasks.core/pom.xml
+++ b/org.eclipse.mylyn.tasks.core/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.tasks.search/pom.xml b/org.eclipse.mylyn.tasks.search/pom.xml
index bebfbb820..09015d995 100644
--- a/org.eclipse.mylyn.tasks.search/pom.xml
+++ b/org.eclipse.mylyn.tasks.search/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.tasks.tests/pom.xml b/org.eclipse.mylyn.tasks.tests/pom.xml
index 88d893e5b..8401972c6 100644
--- a/org.eclipse.mylyn.tasks.tests/pom.xml
+++ b/org.eclipse.mylyn.tasks.tests/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.tasks.ui/pom.xml b/org.eclipse.mylyn.tasks.ui/pom.xml
index 2758688dc..f756b5acf 100644
--- a/org.eclipse.mylyn.tasks.ui/pom.xml
+++ b/org.eclipse.mylyn.tasks.ui/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.test-feature/pom.xml b/org.eclipse.mylyn.test-feature/pom.xml
index 2190bb733..6251178de 100644
--- a/org.eclipse.mylyn.test-feature/pom.xml
+++ b/org.eclipse.mylyn.test-feature/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.tests.util/pom.xml b/org.eclipse.mylyn.tests.util/pom.xml
index 42feb7271..902e1c073 100644
--- a/org.eclipse.mylyn.tests.util/pom.xml
+++ b/org.eclipse.mylyn.tests.util/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.trac-feature/pom.xml b/org.eclipse.mylyn.trac-feature/pom.xml
index 79b080a95..b8f2cfec1 100644
--- a/org.eclipse.mylyn.trac-feature/pom.xml
+++ b/org.eclipse.mylyn.trac-feature/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.trac.core/pom.xml b/org.eclipse.mylyn.trac.core/pom.xml
index 03dcccb48..b2e289323 100644
--- a/org.eclipse.mylyn.trac.core/pom.xml
+++ b/org.eclipse.mylyn.trac.core/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.trac.tests/pom.xml b/org.eclipse.mylyn.trac.tests/pom.xml
index 5de819b91..8587f401e 100644
--- a/org.eclipse.mylyn.trac.tests/pom.xml
+++ b/org.eclipse.mylyn.trac.tests/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/org.eclipse.mylyn.trac.ui/pom.xml b/org.eclipse.mylyn.trac.ui/pom.xml
index 4cc56fb15..9ff1d7592 100644
--- a/org.eclipse.mylyn.trac.ui/pom.xml
+++ b/org.eclipse.mylyn.trac.ui/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index e5b9e9e8e..7d332745b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,14 +4,42 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.mylyn</groupId>
- <artifactId>mylyn-parent</artifactId>
+ <artifactId>org.eclipse.mylyn-parent</artifactId>
<version>3.7.0-SNAPSHOT</version>
- <relativePath>../org.eclipse.mylyn/org.eclipse.mylyn.releng</relativePath>
+ <relativePath>../org.eclipse.mylyn/org.eclipse.mylyn-parent</relativePath>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <artifactId>mylyn-tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<version>3.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <mailingLists>
+ <mailingList>
+ <name>Mylyn Tasks Mailing List</name>
+ <post>mylyn-tasks-dev@eclipse.org</post>
+ <subscribe>https://dev.eclipse.org/mailman/listinfo/mylyn-tasks-dev</subscribe>
+ <unsubscribe>https://dev.eclipse.org/mailman/listinfo/mylyn-tasks-dev</unsubscribe>
+ <archive>http://dev.eclipse.org/mhonarc/lists/mylyn-tasks-dev</archive>
+ </mailingList>
+ </mailingLists>
+ <issueManagement>
+ <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=Mylyn;product=Mylyn%20Tasks</url>
+ <system>Bugzilla</system>
+ </issueManagement>
+ <repositories>
+ <repository>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>mylyn-snapshots</id>
+ <url>http://download.eclipse.org/mylyn/maven/snapshots</url>
+ <layout>default</layout>
+ </repository>
+ <repository>
+ <id>mylyn-releases</id>
+ <url>http://download.eclipse.org/mylyn/maven/releases</url>
+ <layout>default</layout>
+ </repository>
+ </repositories>
<modules>
<module>org.eclipse.mylyn-feature</module>
<module>org.eclipse.mylyn.bugzilla-feature</module>
@@ -36,14 +64,4 @@
<module>org.eclipse.mylyn.trac.tests</module>
<module>org.eclipse.mylyn.trac.ui</module>
</modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- <version>${tycho-version}</version>
- <extensions>true</extensions>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top