diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-15 17:28:38 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-15 17:32:58 +0200 |
commit | 1cb0510ceea63b2f501019943bc88f31cb57df0d (patch) | |
tree | 2ba52ad8d01163c3857881c1310a7766958c3d90 /org.eclipse.jgit.junit | |
parent | a7d3c680151aa27608c6381db0983b51828c2358 (diff) | |
download | jgit-1cb0510ceea63b2f501019943bc88f31cb57df0d.tar.gz jgit-1cb0510ceea63b2f501019943bc88f31cb57df0d.zip |
JGit v1.1.0.201109151100-rv1.1.0.201109151100-r
Change-Id: Iadcec7e5973600e005cbdeb837fa197d3ae2ea86
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.junit')
-rw-r--r-- | org.eclipse.jgit.junit/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.junit/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF index a73cfd4a0e..93262a1a5a 100644 --- a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.junit -Bundle-Version: 1.1.0.qualifier +Bundle-Version: 1.1.0.201109151100-r Bundle-Localization: plugin Bundle-Vendor: %provider_name Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.jgit.junit/pom.xml b/org.eclipse.jgit.junit/pom.xml index 505dbf644a..d6d121709a 100644 --- a/org.eclipse.jgit.junit/pom.xml +++ b/org.eclipse.jgit.junit/pom.xml @@ -52,7 +52,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0.201109151100-r</version> </parent> <artifactId>org.eclipse.jgit.junit</artifactId> |