diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-11-13 15:04:05 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-11-13 15:40:08 +0100 |
commit | 11ad807f7ae0a04789f050037c12765880367276 (patch) | |
tree | 12503d31580c58bd9b326d2156b8b24f4d3c4f1a /org.eclipse.jgit.http.test | |
parent | 371e1a02bd049a7ff5bc6d6936fb1b7e296f26d3 (diff) | |
download | jgit-11ad807f7ae0a04789f050037c12765880367276.tar.gz jgit-11ad807f7ae0a04789f050037c12765880367276.zip |
JGit v3.2.0.201311130903-m3v3.2.0.201311130903-m3
Change-Id: Icca089f4a60cc94123dc8bf61f7f76f501e08c4d
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 31fae6048f..a3bf3d0474 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.2.0.qualifier +Bundle-Version: 3.2.0.201311130903-m3 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 99893d45a6..d6260ccf31 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.2.0-SNAPSHOT</version> + <version>3.2.0.201311130903-m3</version> </parent> <artifactId>org.eclipse.jgit.http.test</artifactId> |