Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.bugs')
-rw-r--r--org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.tasks.bugs/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
index a682614d5..71fa119c8 100644
--- a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.tasks.bugs;singleton:=true
-Bundle-Version: 3.14.2.qualifier
+Bundle-Version: 3.14.3.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.ui,
diff --git a/org.eclipse.mylyn.tasks.bugs/pom.xml b/org.eclipse.mylyn.tasks.bugs/pom.xml
index 004ff99e4..cfcafb3cf 100644
--- a/org.eclipse.mylyn.tasks.bugs/pom.xml
+++ b/org.eclipse.mylyn.tasks.bugs/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.14.2-SNAPSHOT</version>
+ <version>3.14.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.tasks.bugs</artifactId>
- <version>3.14.2-SNAPSHOT</version>
+ <version>3.14.3-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top