Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2017-11-27 21:25:59 +0000
committerSam Davis2017-11-27 21:25:59 +0000
commit34e0f06b180b106d1852c113e6530b688df0c759 (patch)
tree897d2258e56c75dc7a9f5d29b3fda48ee440efc5 /org.eclipse.mylyn.bugzilla.core
parent4ccf7d8ad0f346062085775b6d47b30daa613105 (diff)
downloadorg.eclipse.mylyn.tasks-34e0f06b180b106d1852c113e6530b688df0c759.tar.gz
org.eclipse.mylyn.tasks-34e0f06b180b106d1852c113e6530b688df0c759.tar.xz
org.eclipse.mylyn.tasks-34e0f06b180b106d1852c113e6530b688df0c759.zip
527820: update org.eclipse.mylyn.tasks versions to 3.23.2R_3_23_2
Change-Id: I0000000000000000000000000000000000000000 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=527820
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.bugzilla.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index 5aaf5c0cd..7489b518d 100644
--- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.core;singleton:=true
-Bundle-Version: 3.23.1.qualifier
+Bundle-Version: 3.23.2.qualifier
Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.tasks.core;bundle-version="[3.8.0,4.0.0)",
diff --git a/org.eclipse.mylyn.bugzilla.core/pom.xml b/org.eclipse.mylyn.bugzilla.core/pom.xml
index 12210d315..7ae22948d 100644
--- a/org.eclipse.mylyn.bugzilla.core/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.core/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
- <version>3.23.1-SNAPSHOT</version>
+ <version>3.23.2-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.tasks</groupId>
<artifactId>org.eclipse.mylyn.bugzilla.core</artifactId>
- <version>3.23.1-SNAPSHOT</version>
+ <version>3.23.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top