Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2021-06-14 19:08:37 +0000
committerThomas Wolf2021-06-14 19:08:37 +0000
commitd34b63998185ab279158e58f93d906a7c9109e0f (patch)
treeca10914c8e0a34cad344f0fd7abee4ea607f1d3b /org.eclipse.mylyn.github.core
parente7c49921b9fc4b249903a9aa5e2a605b18d9ede2 (diff)
downloadegit-github-d34b63998185ab279158e58f93d906a7c9109e0f.tar.gz
egit-github-d34b63998185ab279158e58f93d906a7c9109e0f.tar.xz
egit-github-d34b63998185ab279158e58f93d906a7c9109e0f.zip
Prepare 5.12.1-SNAPSHOT builds
Change-Id: Ie04d7e9340d9ad9c016e389f9ec6d8582c177d7a Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.mylyn.github.core')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF24
-rw-r--r--org.eclipse.mylyn.github.core/pom.xml2
2 files changed, 13 insertions, 13 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 5c75b736..46d7a914 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -4,20 +4,20 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.mylyn.github.core
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 5.12.0.202106070339-r
+Bundle-Version: 5.12.1.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.eclipse.mylyn.internal.github.core;version="5.12.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.gist;version="5.12.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.issue;version="5.12.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.pr;version="5.12.0";x-friends:="org.eclipse.mylyn.github.ui"
+Export-Package: org.eclipse.mylyn.internal.github.core;version="5.12.1";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.gist;version="5.12.1";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.issue;version="5.12.1";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.pr;version="5.12.1";x-friends:="org.eclipse.mylyn.github.ui"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.20.0,4.0.0)",
org.eclipse.mylyn.commons.net;bundle-version="[3.20.0,4.0.0)"
-Import-Package: org.eclipse.egit.core;version="[5.12.0,5.13.0)",
- org.eclipse.egit.github.core;version="[5.12.0,5.13.0)",
- org.eclipse.egit.github.core.client;version="[5.12.0,5.13.0)",
- org.eclipse.egit.github.core.service;version="[5.12.0,5.13.0)",
- org.eclipse.egit.github.core.util;version="[5.12.0,5.13.0)",
- org.eclipse.jgit.lib;version="[5.12.0,5.13.0)",
- org.eclipse.jgit.transport;version="[5.12.0,5.13.0)"
+Import-Package: org.eclipse.egit.core;version="[5.12.1,5.13.0)",
+ org.eclipse.egit.github.core;version="[5.12.1,5.13.0)",
+ org.eclipse.egit.github.core.client;version="[5.12.1,5.13.0)",
+ org.eclipse.egit.github.core.service;version="[5.12.1,5.13.0)",
+ org.eclipse.egit.github.core.util;version="[5.12.1,5.13.0)",
+ org.eclipse.jgit.lib;version="[5.12.1,5.13.0)",
+ org.eclipse.jgit.transport;version="[5.12.1,5.13.0)"
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index 550e6fc4..77718d07 100644
--- a/org.eclipse.mylyn.github.core/pom.xml
+++ b/org.eclipse.mylyn.github.core/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>5.12.0.202106070339-r</version>
+ <version>5.12.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top