diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-12-18 15:23:10 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-12-18 15:23:10 +0100 |
commit | 8899006c09058934074100ea8921b3175100412e (patch) | |
tree | 3c6d366afff934ed9f6ca9cbd0bf58a336ddba36 /org.eclipse.jgit.http.apache | |
parent | 4d6f66400eddb5df6097bc2f58fd2538d8ce6b37 (diff) | |
download | jgit-8899006c09058934074100ea8921b3175100412e.tar.gz jgit-8899006c09058934074100ea8921b3175100412e.zip |
JGit v3.5.3.201412180710-rv3.5.3.201412180710-rstable-3.5
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.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 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> |