Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Rosenberg2014-06-04 22:18:11 +0000
committerMatthias Sohn2014-06-04 22:58:36 +0000
commit84630b1e235207b2f1e0410783d1f0eb464462fc (patch)
treee2adbe229ea03b750d4d520626a07686cebf880e /org.eclipse.egit.target
parentacc887aef1fa25a62d05bf73ccda52fcb08db627 (diff)
downloadegit-84630b1e235207b2f1e0410783d1f0eb464462fc.tar.gz
egit-84630b1e235207b2f1e0410783d1f0eb464462fc.tar.xz
egit-84630b1e235207b2f1e0410783d1f0eb464462fc.zip
Prepare 3.5.0-SNAPSHOT builds
Change-Id: I2d26dd966f53039ba636bbf1aa100153b4215148 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 600db3193b..6285fc6d60 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: 3.4.0.qualifier
+Bundle-Version: 3.5.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml
index 595f003920..830e6f4c29 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>3.4.0-SNAPSHOT</version>
+ <version>3.5.0-SNAPSHOT</version>
</parent>
<build>

Back to the top