diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-28 10:36:08 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-28 10:36:08 +0200 |
commit | fdfd6e2872705360f94653ec54a37170e2fc0e3d (patch) | |
tree | 757106f394ecc469b7bdd1094e430342dbbcb568 /org.eclipse.jgit.http.apache | |
parent | 9e5380e7fb797e83b6f6b5754249bea4cae534e7 (diff) | |
download | jgit-fdfd6e2872705360f94653ec54a37170e2fc0e3d.tar.gz jgit-fdfd6e2872705360f94653ec54a37170e2fc0e3d.zip |
JGit v4.1.0.201509280440-rv4.1.0.201509280440-r
Change-Id: I9a536870b9f5c1247c52d6c976a954115982fa1c
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.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.http.apache/pom.xml | 2 |
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 1e4c598f32..890a8c1497 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: 4.1.0.qualifier +Bundle-Version: 4.1.0.201509280440-r Bundle-RequiredExecutionEnvironment: JavaSE-1.7 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 6754de25a7..c1ed04199e 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>4.1.0-SNAPSHOT</version> + <version>4.1.0.201509280440-r</version> </parent> <artifactId>org.eclipse.jgit.http.apache</artifactId> |