Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-06-13 21:34:01 +0000
committerMatthias Sohn2018-06-13 23:06:18 +0000
commitd83b42807f460584ebc1767866a17c40f6d8c16a (patch)
tree9b77c89cda43fd7485aaf649080c4b5dc355b3a4 /org.eclipse.egit.target
parentba0bcbfe69b2803c843c19b6e800b2525b227cb2 (diff)
downloadegit-d83b42807f460584ebc1767866a17c40f6d8c16a.tar.gz
egit-d83b42807f460584ebc1767866a17c40f6d8c16a.tar.xz
egit-d83b42807f460584ebc1767866a17c40f6d8c16a.zip
Prepare 5.0.1-SNAPSHOT builds
Change-Id: I344cd75d3b44fbeebe87de555a98066f57e27f03 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.target')
-rw-r--r--org.eclipse.egit.target/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit.target/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.target/META-INF/MANIFEST.MF b/org.eclipse.egit.target/META-INF/MANIFEST.MF
index a3a46f00cc..b7410aa6fd 100644
--- a/org.eclipse.egit.target/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.target/META-INF/MANIFEST.MF
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGit Target Platform Bundle
Bundle-SymbolicName: org.eclipse.egit.target
-Bundle-Version: 5.0.0.201806131550-r
+Bundle-Version: 5.0.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml
index ab664d56c4..a6be5c99bf 100644
--- a/org.eclipse.egit.target/pom.xml
+++ b/org.eclipse.egit.target/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>5.0.0.201806131550-r</version>
+ <version>5.0.1-SNAPSHOT</version>
</parent>
<build>

Back to the top