Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2021-06-03 09:20:03 +0000
committerThomas Wolf2021-06-03 09:20:03 +0000
commit768014433b836aa64d5cac66fd2f1df886f75fa4 (patch)
tree1f480da298418787c59cc3bebaeb1547cac46096 /org.eclipse.egit.github.core.tests
parent2a3569281fd2f188cfe9453b5548d78e68417fcb (diff)
downloadegit-github-768014433b836aa64d5cac66fd2f1df886f75fa4.tar.gz
egit-github-768014433b836aa64d5cac66fd2f1df886f75fa4.tar.xz
egit-github-768014433b836aa64d5cac66fd2f1df886f75fa4.zip
EGit Mylyn Github Connector v5.12.0.202106021050-rc1v5.12.0.202106021050-rc1
Change-Id: I0e0705e44046fea3bb47d0c3081b079afbf18ad2 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.github.core.tests')
-rw-r--r--org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit.github.core.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
index 24bb66a2..a184fad6 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.egit.github.core.tests
Bundle-SymbolicName: org.eclipse.egit.github.core.tests
-Bundle-Version: 5.12.0.qualifier
+Bundle-Version: 5.12.0.202106021050-rc1
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.gson;version="[1.6.0,3.0.0]",
diff --git a/org.eclipse.egit.github.core.tests/pom.xml b/org.eclipse.egit.github.core.tests/pom.xml
index 882c494f..06330ba8 100644
--- a/org.eclipse.egit.github.core.tests/pom.xml
+++ b/org.eclipse.egit.github.core.tests/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>5.12.0-SNAPSHOT</version>
+ <version>5.12.0.202106021050-rc1</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top