Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.discovery-directory/plugin.properties2
-rw-r--r--org.eclipse.mylyn.discovery-directory/plugin.xml22
2 files changed, 12 insertions, 12 deletions
diff --git a/org.eclipse.mylyn.discovery-directory/plugin.properties b/org.eclipse.mylyn.discovery-directory/plugin.properties
index 099a8716..e67e0702 100644
--- a/org.eclipse.mylyn.discovery-directory/plugin.properties
+++ b/org.eclipse.mylyn.discovery-directory/plugin.properties
@@ -103,5 +103,5 @@ overview.summary.hudson = You can now complete your daily work with Hudson/Jenki
results. Accessing build information is instant and available offline. One of the most useful time savers is the ability to run tests that failed on the server within your workspace, \
with just one click. A significant feature that is now available is support for traceability between tasks, source and builds.\n\
\n\
-Supported Versions: Hudson 2.2 to 3.3, Jenkins 1.466 to 1.609
+Supported Versions: Hudson 2.2 to 3.3, Jenkins 1.466 to 1.642
.
diff --git a/org.eclipse.mylyn.discovery-directory/plugin.xml b/org.eclipse.mylyn.discovery-directory/plugin.xml
index 919f0b41..9951f560 100644
--- a/org.eclipse.mylyn.discovery-directory/plugin.xml
+++ b/org.eclipse.mylyn.discovery-directory/plugin.xml
@@ -77,8 +77,8 @@
license="%connectorDescriptor.license.bugzilla"
name="%connectorDescriptor.name.bugzilla"
provider="%connectorDescriptor.provider.bugzilla"
- siteUrl="http://download.eclipse.org/mylyn/snapshots/3.18"
- statsUrl="http://stats.mylyn.org/discovery/3.18/org.eclipse.mylyn.bugzilla">
+ siteUrl="http://download.eclipse.org/mylyn/snapshots/3.19"
+ statsUrl="http://stats.mylyn.org/discovery/3.19/org.eclipse.mylyn.bugzilla">
<icon
image32="images/bugzilla32.png">
</icon>
@@ -98,8 +98,8 @@
license="%connectorDescriptor.license.trac"
name="%connectorDescriptor.name.trac"
provider="%connectorDescriptor.provider.trac"
- siteUrl="http://download.eclipse.org/mylyn/snapshots/3.18"
- statsUrl="http://stats.mylyn.org/discovery/3.18/org.eclipse.mylyn.trac">
+ siteUrl="http://download.eclipse.org/mylyn/snapshots/3.19"
+ statsUrl="http://stats.mylyn.org/discovery/3.19/org.eclipse.mylyn.trac">
<icon
image32="images/trac32.png"
image64="images/trac64.png">
@@ -120,7 +120,7 @@
name="%connectorDescriptor.name.mantis"
provider="%connectorDescriptor.provider.mantis"
siteUrl="http://mylyn-mantis.sourceforge.net/eclipse/update/"
- statsUrl="http://stats.mylyn.org/discovery/3.18/com.itsolut.mantis">
+ statsUrl="http://stats.mylyn.org/discovery/3.19/com.itsolut.mantis">
<icon
image32="images/mantis-32.png"></icon>
<overview
@@ -139,7 +139,7 @@
name="%connectorDescriptor.name.foglyn"
provider="%connectorDescriptor.provider.foglyn"
siteUrl="http://update.foglyn.com/stable"
- statsUrl="http://stats.mylyn.org/discovery/3.18/com.foglyn">
+ statsUrl="http://stats.mylyn.org/discovery/3.19/com.foglyn">
<icon
image128="images/foglyn-128.png"
image32="images/foglyn-32.png"
@@ -162,7 +162,7 @@
name="%connectorDescriptor.name.tuleap"
provider="%connectorDescriptor.provider.tuleap"
siteUrl="http://eclipse.tuleap.net/mylyn.tasks/stable"
- statsUrl="http://stats.mylyn.org/discovery/3.18/org.tuleap">
+ statsUrl="http://stats.mylyn.org/discovery/3.19/org.tuleap">
<icon
image32="images/tuleap-32.png"
image64="images/tuleap-64.png"
@@ -183,8 +183,8 @@
license="%connectorDescriptor.license.gerrit"
name="%connectorDescriptor.name.gerrit"
provider="%connectorDescriptor.provider.gerrit"
- siteUrl="http://download.eclipse.org/mylyn/snapshots/3.18"
- statsUrl="http://stats.mylyn.org/discovery/3.18/org.eclipse.mylyn.gerrit">
+ siteUrl="http://download.eclipse.org/mylyn/snapshots/3.19"
+ statsUrl="http://stats.mylyn.org/discovery/3.19/org.eclipse.mylyn.gerrit">
<icon
image32="images/gerrit32.png">
</icon>
@@ -203,8 +203,8 @@
license="%connectorDescriptor.license.hudson"
name="%connectorDescriptor.name.hudson"
provider="%connectorDescriptor.provider.hudson"
- siteUrl="http://download.eclipse.org/mylyn/snapshots/3.18"
- statsUrl="http://stats.mylyn.org/discovery/3.18/org.eclipse.mylyn.hudson">
+ siteUrl="http://download.eclipse.org/mylyn/snapshots/3.19"
+ statsUrl="http://stats.mylyn.org/discovery/3.19/org.eclipse.mylyn.hudson">
<icon
image32="images/hudson-32.png">
</icon>

Back to the top