Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-12-18 14:23:10 +0000
committerMatthias Sohn2014-12-18 14:23:10 +0000
commit8899006c09058934074100ea8921b3175100412e (patch)
tree3c6d366afff934ed9f6ca9cbd0bf58a336ddba36 /org.eclipse.jgit.http.apache
parent4d6f66400eddb5df6097bc2f58fd2538d8ce6b37 (diff)
downloadjgit-8899006c09058934074100ea8921b3175100412e.tar.gz
jgit-8899006c09058934074100ea8921b3175100412e.tar.xz
jgit-8899006c09058934074100ea8921b3175100412e.zip
Change-Id: Iadbd460da494c04fba71f98c200d6b65ce1709c6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.apache')
-rw-r--r--org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.http.apache/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
index 389cfd4250..afcfc16011 100644
--- a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jgit.http.apache
-Bundle-Version: 3.5.3.qualifier
+Bundle-Version: 3.5.3.201412180710-r
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml
index 30750448c3..27ce10cdc2 100644
--- a/org.eclipse.jgit.http.apache/pom.xml
+++ b/org.eclipse.jgit.http.apache/pom.xml
@@ -48,7 +48,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>3.5.3-SNAPSHOT</version>
+ <version>3.5.3.201412180710-r</version>
</parent>
<artifactId>org.eclipse.jgit.http.apache</artifactId>

Back to the top