Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-04-23 21:43:50 +0000
committerMatthias Sohn2019-04-23 21:43:50 +0000
commit1d297c3ddcd12a8b4021e0d4cdd02a705a983b12 (patch)
tree8ef19824a03b1774037536f3d991ebbcb1b5e810 /org.eclipse.jgit.lfs.test
parent8277f62897a99539c6a3654e3a9ae8357d0f74be (diff)
downloadjgit-1d297c3ddcd12a8b4021e0d4cdd02a705a983b12.tar.gz
jgit-1d297c3ddcd12a8b4021e0d4cdd02a705a983b12.tar.xz
jgit-1d297c3ddcd12a8b4021e0d4cdd02a705a983b12.zip
Change-Id: I4ed2aff28bff702a8c1b42814acb04c7ef9025a7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.test')
-rw-r--r--org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.lfs.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
index 5cd9146f32..7864235d38 100644
--- a/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.lfs.test
Bundle-SymbolicName: org.eclipse.jgit.lfs.test
-Bundle-Version: 5.2.2.qualifier
+Bundle-Version: 5.2.2.201904231744-r
Bundle-Vendor: %provider_name
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.jgit.lfs.test/pom.xml b/org.eclipse.jgit.lfs.test/pom.xml
index fc23bc5078..9dce1e884d 100644
--- a/org.eclipse.jgit.lfs.test/pom.xml
+++ b/org.eclipse.jgit.lfs.test/pom.xml
@@ -50,7 +50,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>5.2.2-SNAPSHOT</version>
+ <version>5.2.2.201904231744-r</version>
</parent>
<artifactId>org.eclipse.jgit.lfs.test</artifactId>

Back to the top