Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2016-06-30 17:02:19 +0000
committerFrank Becker2016-06-30 17:02:19 +0000
commit0074842f0acccad74b8ec25732e75849b295d39f (patch)
treeebf14d7dbfa87036f86687d9ee33bd28b56fb4b1 /org.eclipse.mylyn.commons.activity.tests
parent849fb70f8e6d67b88e29fe26a9bd1de0ecc42558 (diff)
downloadorg.eclipse.mylyn.commons-0074842f0acccad74b8ec25732e75849b295d39f.tar.gz
org.eclipse.mylyn.commons-0074842f0acccad74b8ec25732e75849b295d39f.tar.xz
org.eclipse.mylyn.commons-0074842f0acccad74b8ec25732e75849b295d39f.zip
492212: [release] release Mylyn 3.20 (update version)
Change-Id: Ibeb82041e2b6eb0a114b2b0fccf3bee25bd49d62 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=492212
Diffstat (limited to 'org.eclipse.mylyn.commons.activity.tests')
-rw-r--r--org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.activity.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF
index 3b301766..d6f998c8 100644
--- a/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Commons Activity Monitor Tests
Bundle-SymbolicName: org.eclipse.mylyn.commons.activity.tests;singleton:=true
-Bundle-Version: 3.20.0.qualifier
+Bundle-Version: 3.21.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.commons.activity.tests/pom.xml b/org.eclipse.mylyn.commons.activity.tests/pom.xml
index b07122db..f1890db3 100644
--- a/org.eclipse.mylyn.commons.activity.tests/pom.xml
+++ b/org.eclipse.mylyn.commons.activity.tests/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.21.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.activity.tests</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.21.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<test.suite>${project.artifactId}.AllActivityTests</test.suite>

Back to the top