Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-11-12 17:52:05 +0000
committerMatthias Sohn2014-11-12 17:52:15 +0000
commit94ab825560bec672b952e5bd8909af2781f92563 (patch)
treea21003ba6c67e3377a1fe537c3171c801f956838 /org.eclipse.egit.target
parent9091c286923dc0c114b97626c615eeddd4928ae1 (diff)
downloadegit-94ab825560bec672b952e5bd8909af2781f92563.tar.gz
egit-94ab825560bec672b952e5bd8909af2781f92563.tar.xz
egit-94ab825560bec672b952e5bd8909af2781f92563.zip
Prepare post 3.6.0-m1 builds
Change-Id: I061d71bed22afcc35560c9fd10a194e3284264af 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 43d914950d..f133e66a10 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.6.0.201411121045-m1
+Bundle-Version: 3.6.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml
index 74588d785b..a16950a91e 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.6.0.201411121045-m1</version>
+ <version>3.6.0-SNAPSHOT</version>
</parent>
<build>

Back to the top