Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties2
-rw-r--r--org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/messages.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index d6b2183ba..5c5429a83 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -29,7 +29,7 @@
</license>
<url>
- <discovery label="Mylyn 3.7 for Eclipse 3.6, 3.7 and 3.8" url="http://download.eclipse.org/mylyn/releases/3.7"/>
+ <discovery label="Mylyn 3.8 for Eclipse 3.7, 3.8 and 4.2" url="http://download.eclipse.org/mylyn/releases/3.8"/>
</url>
<requires>
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties
index c6871571f..2039c2821 100644
--- a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties
+++ b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/messages.properties
@@ -126,7 +126,7 @@ BugzillaOperation_Reassign_to_default_assignee=Reassign to default assignee
BugzillaOperation_unconfirmed=Unconfirm (change status to UNCONFIRMED)
BugzillaOperation_verified=Verify as
-BugzillaRepositoryConnector_BUGZILLA_CONNECTOR_LABEL=Bugzilla (supports 3.4 and later)
+BugzillaRepositoryConnector_BUGZILLA_CONNECTOR_LABEL=Bugzilla (supports 3.6 and later)
BugzillaRepositoryConnector_Check_repository_configuration=Check repository configuration: {0}
BugzillaRepositoryConnector_checking_for_changed_tasks=Checking for changed tasks
BugzillaRepositoryConnector_Query_for_changed_tasks=Query for changed tasks
diff --git a/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/messages.properties b/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/messages.properties
index 17a9eb925..5341e46a9 100644
--- a/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/messages.properties
+++ b/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/messages.properties
@@ -36,7 +36,7 @@ TracCorePlugin_Unexpected_server_response_=Unexpected server response:
TracRepositoryConnector_Getting_changed_tasks=Getting changed tasks
TracRepositoryConnector_Querying_repository=Querying repository
-TracRepositoryConnector_Trac_Client_Label=Trac (supports 0.11 and later through Web and XML-RPC)
+TracRepositoryConnector_Trac_Client_Label=Trac (supports 0.12 and later through Web and XML-RPC)
TracTaskDataHandler_Accept=Accept
TracTaskDataHandler_Leave=Leave
TracTaskDataHandler_Leave_as_Status=Leave as {0}

Back to the top