Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tests.util')
-rw-r--r--org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tests.util/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
index c1d05188d..0dbe57e0e 100644
--- a/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tests.util/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Tasks SDK Utilities
Bundle-SymbolicName: org.eclipse.mylyn.tests.util
-Bundle-Version: 3.22.0.qualifier
+Bundle-Version: 3.23.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.core.resources,
diff --git a/org.eclipse.mylyn.tests.util/pom.xml b/org.eclipse.mylyn.tests.util/pom.xml
index a58b2c3cf..1748ca73b 100644
--- a/org.eclipse.mylyn.tests.util/pom.xml
+++ b/org.eclipse.mylyn.tests.util/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.tests.util</artifactId>
- <version>3.22.0-SNAPSHOT</version>
+ <version>3.23.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top