Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2017-04-11 17:51:43 +0000
committerGerrit Code Review @ Eclipse.org2017-04-11 20:36:00 +0000
commit027444c29e37a0478645bd6da74185e18add8863 (patch)
treeb0b279d142f8b3aa8370ada17989e1ce37a555cc /org.eclipse.mylyn.bugzilla.tests
parent1cf6eac9ee42682d4011c22f86b11051542475a5 (diff)
downloadorg.eclipse.mylyn.tasks-027444c29e37a0478645bd6da74185e18add8863.tar.gz
org.eclipse.mylyn.tasks-027444c29e37a0478645bd6da74185e18add8863.tar.xz
org.eclipse.mylyn.tasks-027444c29e37a0478645bd6da74185e18add8863.zip
505126: update org.eclipse.mylyn.tasks versions to 3.23
Change-Id: I1e92f72a45e96edb7e975a1ac31c46d10ae01c12 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=505126
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
index f2fa63689..ed4f8ba30 100644
--- a/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Bugzilla Connector Tests
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.tests;singleton:=true
-Bundle-Version: 3.22.0.qualifier
+Bundle-Version: 3.23.0.qualifier
Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.compare,
org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.bugzilla.tests/pom.xml b/org.eclipse.mylyn.bugzilla.tests/pom.xml
index e7510028e..9b12d3e88 100644
--- a/org.eclipse.mylyn.bugzilla.tests/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.tests/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.22.0-SNAPSHOT</version>
+ <version>3.23.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.tests</artifactId>
- <version>3.22.0-SNAPSHOT</version>
+ <version>3.23.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<test.suite>${project.artifactId}.AllBugzillaTests</test.suite>

Back to the top