diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-12-23 13:20:53 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-12-23 13:56:43 +0100 |
commit | b2ca2ffd7d6c18f327b325cf1c1f5da0ddb5a22b (patch) | |
tree | 475a24db61531b7fbd09c29902f6fc5306220fae /org.eclipse.jgit.http.test | |
parent | 15e8b4fb2e0367f1f66569da4e32ac730feb9119 (diff) | |
download | jgit-b2ca2ffd7d6c18f327b325cf1c1f5da0ddb5a22b.tar.gz jgit-b2ca2ffd7d6c18f327b325cf1c1f5da0ddb5a22b.zip |
JGit v3.6.0.201412230720-rv3.6.0.201412230720-r
Change-Id: Ic28e2bbbdb1099e948c64a005c39f6b8d8ac69a8
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test')
-rw-r--r-- | org.eclipse.jgit.http.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.http.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF index a95a1bd853..2bd9da5e53 100644 --- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.http.test -Bundle-Version: 3.6.0.qualifier +Bundle-Version: 3.6.0.201412230720-r Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index 48f98a5fdc..f24e5f1a75 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -51,7 +51,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0.201412230720-r</version> </parent> <artifactId>org.eclipse.jgit.http.test</artifactId> |