Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-12-31 01:08:55 +0000
committerMatthias Sohn2017-12-31 01:08:55 +0000
commit55bf5a6c117822abf2f2ecb44fc415dc8a027ad7 (patch)
tree921fc32a613269a7a7af2ccd29bf9256a3142e5a /org.eclipse.jgit.junit.http
parent8779092716f096278ef7c763e2707111c897f82e (diff)
downloadjgit-55bf5a6c117822abf2f2ecb44fc415dc8a027ad7.tar.gz
jgit-55bf5a6c117822abf2f2ecb44fc415dc8a027ad7.tar.xz
jgit-55bf5a6c117822abf2f2ecb44fc415dc8a027ad7.zip
Change-Id: I9cc3a839d906acd01829df1de64cfafca8a6d008 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.junit.http')
-rw-r--r--org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.junit.http/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF
index 1e6354a45d..42663b3dba 100644
--- a/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.junit.http
Bundle-SymbolicName: org.eclipse.jgit.junit.http
-Bundle-Version: 4.10.0.qualifier
+Bundle-Version: 4.10.0.201712302008-r
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Bundle-ActivationPolicy: lazy
diff --git a/org.eclipse.jgit.junit.http/pom.xml b/org.eclipse.jgit.junit.http/pom.xml
index 482747ef89..1772bb1554 100644
--- a/org.eclipse.jgit.junit.http/pom.xml
+++ b/org.eclipse.jgit.junit.http/pom.xml
@@ -50,7 +50,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.10.0.201712302008-r</version>
</parent>
<artifactId>org.eclipse.jgit.junit.http</artifactId>

Back to the top