Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-09-14 21:44:11 +0000
committerMatthias Sohn2015-09-14 21:44:11 +0000
commit729b24d775b6396b2cb38781cb0c942814949278 (patch)
tree24ff92663e8a63346dd38208ae5ddb0208ce1109 /org.eclipse.egit.target
parent26d586b582a44ce706814350e94969ba338891b4 (diff)
downloadegit-729b24d775b6396b2cb38781cb0c942814949278.tar.gz
egit-729b24d775b6396b2cb38781cb0c942814949278.tar.xz
egit-729b24d775b6396b2cb38781cb0c942814949278.zip
Prepare 4.0.3-SNAPSHOT builds
Change-Id: I2ea733b08ad181311f78c88564c27056b085b3cd 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 cc7fe0354f..b06d98968e 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.0.2.201509141540-r
+Bundle-Version: 4.0.3.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml
index 352a42a737..069d934c98 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.0.2.201509141540-r</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<build>

Back to the top