diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-30 21:33:49 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-30 21:33:49 +0200 |
commit | dbf091a7eeb9ecc51518bbf20239df50a302f3d9 (patch) | |
tree | 39e06defbbc44621457e478064a41546276be74d /org.eclipse.jgit.ui | |
parent | f2e0ace1e0e99182ae99670d3e820debdeb2128b (diff) | |
download | jgit-dbf091a7eeb9ecc51518bbf20239df50a302f3d9.tar.gz jgit-dbf091a7eeb9ecc51518bbf20239df50a302f3d9.zip |
JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2
Change-Id: Ifad678794525c01838b03e52bada66e1c089c5ae
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ui')
-rw-r--r-- | org.eclipse.jgit.ui/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.ui/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF index 221ea599d7..09d87cd88e 100644 --- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.jgit.ui Bundle-SymbolicName: org.eclipse.jgit.ui -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.0.0.201805301535-rc2 Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.jgit.awtui;version="5.0.0" diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml index c30f4b17d4..34ddc1c1b5 100644 --- a/org.eclipse.jgit.ui/pom.xml +++ b/org.eclipse.jgit.ui/pom.xml @@ -52,7 +52,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.0.0.201805301535-rc2</version> </parent> <artifactId>org.eclipse.jgit.ui</artifactId> |