Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-04-07 22:10:10 +0000
committerMatthias Sohn2016-04-07 22:10:10 +0000
commit4f0daa3bb2a5fa28286f1973deb9d13996cc73cc (patch)
treedaf152dde41505f1d81f0088e8cea92d8d2117b5 /org.eclipse.jgit.junit
parent57e6274bcf5fe2b6f0405e430907a2973e227f7c (diff)
downloadjgit-4f0daa3bb2a5fa28286f1973deb9d13996cc73cc.tar.gz
jgit-4f0daa3bb2a5fa28286f1973deb9d13996cc73cc.tar.xz
jgit-4f0daa3bb2a5fa28286f1973deb9d13996cc73cc.zip
Change-Id: I902cdf1ff92ce8c6e9d80c4965d8d5bd8b9ac6c1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.junit')
-rw-r--r--org.eclipse.jgit.junit/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.junit/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF
index 8b10b4b7f0..b71290de38 100644
--- a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.junit
-Bundle-Version: 4.3.0.201604071045-r
+Bundle-Version: 4.3.0.201604071810-r
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Bundle-ActivationPolicy: lazy
diff --git a/org.eclipse.jgit.junit/pom.xml b/org.eclipse.jgit.junit/pom.xml
index 18f528f31c..89a1337cb2 100644
--- a/org.eclipse.jgit.junit/pom.xml
+++ b/org.eclipse.jgit.junit/pom.xml
@@ -52,7 +52,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>4.3.0.201604071045-r</version>
+ <version>4.3.0.201604071810-r</version>
</parent>
<artifactId>org.eclipse.jgit.junit</artifactId>

Back to the top