Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2020-05-06 22:16:59 +0000
committerMatthias Sohn2020-05-06 22:16:59 +0000
commit68b549172f2e7c14f537d86dff9aec75a4c2bb2b (patch)
tree498a4a571cff271a3e43c18e842e93114b94887b /org.eclipse.mylyn.github.ui
parentd45c48b6cba4f8e6a342cabe7350a9ae86656e7f (diff)
downloadegit-github-68b549172f2e7c14f537d86dff9aec75a4c2bb2b.tar.gz
egit-github-68b549172f2e7c14f537d86dff9aec75a4c2bb2b.tar.xz
egit-github-68b549172f2e7c14f537d86dff9aec75a4c2bb2b.zip
Prepare 5.8.0-SNAPSHOT builds
Change-Id: If4f5efe7e6d7f2e1e9c8e3edf2d572964648922b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index d2ae8a15..be605244 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.mylyn.github.ui
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi
-Bundle-Version: 5.8.0.202005061305-m2
+Bundle-Version: 5.8.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml
index 7d6ecffa..3a2865ca 100644
--- a/org.eclipse.mylyn.github.ui/pom.xml
+++ b/org.eclipse.mylyn.github.ui/pom.xml
@@ -16,7 +16,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>5.8.0.202005061305-m2</version>
+ <version>5.8.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top