Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-12-24 14:59:30 +0000
committerMatthias Sohn2016-12-24 14:59:30 +0000
commitca67255cd0b1cdd22c251130e8dcead0d4a63de1 (patch)
tree57462e5d6c7dc4727854119927c14e5878ab16ef /org.eclipse.egit.target
parentf0453ea2ae5df13decda837fa6e2d6fc65138ec1 (diff)
downloadegit-ca67255cd0b1cdd22c251130e8dcead0d4a63de1.tar.gz
egit-ca67255cd0b1cdd22c251130e8dcead0d4a63de1.tar.xz
egit-ca67255cd0b1cdd22c251130e8dcead0d4a63de1.zip
Prepare 4.6.1-SNAPSHOT builds
Change-Id: I32a6d58bf4e5ec14ee074cc884e0b185be553dbd 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 79fb989227..a8682ddc2b 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.6.0.201612231935-r
+Bundle-Version: 4.6.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml
index aeb6639432..ece5bef984 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.6.0.201612231935-r</version>
+ <version>4.6.1-SNAPSHOT</version>
</parent>
<build>

Back to the top