Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-07-14 20:56:53 +0000
committerMatthias Sohn2013-07-14 20:56:53 +0000
commit07078bd7d87057a57ed8d6fd1d24091bf24832de (patch)
treea4cba0ec72742c79029bb56fb636c5723d73c812 /org.eclipse.egit.target
parenta7edb8562cd0b44ec8d7c3a72b6f558f867eed97 (diff)
downloadegit-07078bd7d87057a57ed8d6fd1d24091bf24832de.tar.gz
egit-07078bd7d87057a57ed8d6fd1d24091bf24832de.tar.xz
egit-07078bd7d87057a57ed8d6fd1d24091bf24832de.zip
Change-Id: I5ce25010116e08aad6ae7a0d173f5546c19592ba 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 d1ce3255a8..d0c51c6714 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.0.0.qualifier
+Bundle-Version: 3.0.1.201307141637-r
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml
index 334a347c85..94c86aa0fb 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.0.0-SNAPSHOT</version>
+ <version>3.0.1.201307141637-r</version>
</parent>
<build>

Back to the top