Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-09-26 13:01:12 +0000
committerMatthias Sohn2014-09-26 13:01:12 +0000
commit5139e5baaf95226d6f25dccabfd4bcfc3eb9f14e (patch)
tree8a9ca2423d81455bc6d7b9822c4b2631cb0b48cf /org.eclipse.egit
parent429e62c618a69d6719172fbfe8a1d981804af822 (diff)
downloadegit-5139e5baaf95226d6f25dccabfd4bcfc3eb9f14e.tar.gz
egit-5139e5baaf95226d6f25dccabfd4bcfc3eb9f14e.tar.xz
egit-5139e5baaf95226d6f25dccabfd4bcfc3eb9f14e.zip
Prepare 3.5.1-SNAPSHOT builds
Change-Id: If09f97118dd22c11d90bf5d744452f29f01d8996 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit')
-rw-r--r--org.eclipse.egit/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit/META-INF/MANIFEST.MF b/org.eclipse.egit/META-INF/MANIFEST.MF
index e3fd5a0534..a333a9552b 100644
--- a/org.eclipse.egit/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.egit
-Bundle-Version: 3.5.0.201409260305-r
+Bundle-Version: 3.5.1.qualifier
Bundle-Vendor: %provider_name
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
diff --git a/org.eclipse.egit/pom.xml b/org.eclipse.egit/pom.xml
index fb7f9441e3..c53a17c28c 100644
--- a/org.eclipse.egit/pom.xml
+++ b/org.eclipse.egit/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>3.5.0.201409260305-r</version>
+ <version>3.5.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit</artifactId>

Back to the top