Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2016-01-11 20:59:33 +0000
committerSam Davis2016-01-11 20:59:33 +0000
commit86fbddf81816cbb3380c3363e27dbaf89c9495f0 (patch)
treea45267f6d508cc8e3c21bbfab0725e70b627fe7b /org.eclipse.mylyn.gerrit.dashboard.feature
parentd69b33d647eedd8d334a6890220c2c468e1cf0f6 (diff)
downloadorg.eclipse.mylyn.reviews-86fbddf81816cbb3380c3363e27dbaf89c9495f0.tar.gz
org.eclipse.mylyn.reviews-86fbddf81816cbb3380c3363e27dbaf89c9495f0.tar.xz
org.eclipse.mylyn.reviews-86fbddf81816cbb3380c3363e27dbaf89c9495f0.zip
479456: update o.e.m.reviews versions to 3.19
Change-Id: I54723eb01e74293de0f21bd109e41c60a9a22597 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=479456
Diffstat (limited to 'org.eclipse.mylyn.gerrit.dashboard.feature')
-rw-r--r--org.eclipse.mylyn.gerrit.dashboard.feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.gerrit.dashboard.feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.gerrit.dashboard.feature/feature.xml b/org.eclipse.mylyn.gerrit.dashboard.feature/feature.xml
index 46250cb51..c719286ce 100644
--- a/org.eclipse.mylyn.gerrit.dashboard.feature/feature.xml
+++ b/org.eclipse.mylyn.gerrit.dashboard.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn.gerrit.dashboard.feature"
label="%featureName"
- version="2.9.0.qualifier"
+ version="2.10.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1">
diff --git a/org.eclipse.mylyn.gerrit.dashboard.feature/pom.xml b/org.eclipse.mylyn.gerrit.dashboard.feature/pom.xml
index 5bd218830..0201ad91c 100644
--- a/org.eclipse.mylyn.gerrit.dashboard.feature/pom.xml
+++ b/org.eclipse.mylyn.gerrit.dashboard.feature/pom.xml
@@ -5,9 +5,9 @@
<parent>
<artifactId>org.eclipse.mylyn.reviews.parent</artifactId>
<groupId>org.eclipse.mylyn.reviews</groupId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.10.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.gerrit.dashboard.feature</artifactId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.10.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top