Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-06-13 02:34:02 +0000
committerMatthias Sohn2017-06-13 02:34:02 +0000
commit9259942da008a4e754da97c986df4b1084a13601 (patch)
tree413cc13d48a9e1532c29a8f130278f70e4a2160f /org.eclipse.egit.target
parent3c3fc375aad191b07f06816a0d9035f67da94937 (diff)
downloadegit-9259942da008a4e754da97c986df4b1084a13601.tar.gz
egit-9259942da008a4e754da97c986df4b1084a13601.tar.xz
egit-9259942da008a4e754da97c986df4b1084a13601.zip
Prepare 4.8.1-SNAPSHOT builds
Change-Id: Icdf0afe9e21e6fda56e4a6602faa4e65ac208dca 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 dc4ae92dd5..ce30734422 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: 4.8.0.201706111038-r
+Bundle-Version: 4.8.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml
index db44242665..94470fed66 100644
--- a/org.eclipse.egit.target/pom.xml
+++ b/org.eclipse.egit.target/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.8.0.201706111038-r</version>
+ <version>4.8.1-SNAPSHOT</version>
</parent>
<build>

Back to the top