diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-12-21 00:30:45 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-12-21 00:31:26 +0100 |
commit | 2d78a8da97907df2b50f78d58171a29f13a2e887 (patch) | |
tree | cc6b0152b0d43ea60255093d40017d72452357be /org.eclipse.jgit.http.server | |
parent | aa357c2a9f49562b6849c0e821ec9c02c949e869 (diff) | |
download | jgit-2d78a8da97907df2b50f78d58171a29f13a2e887.tar.gz jgit-2d78a8da97907df2b50f78d58171a29f13a2e887.zip |
Prepare post 2.2.0.201212191850-r buildsstable-2.2
Change-Id: I1a0fe51c71551fcfc98f5dd435eb283fd661b77a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.server')
-rw-r--r-- | org.eclipse.jgit.http.server/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.http.server/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF index d5739799d0..60b4170a9f 100644 --- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.server/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.server -Bundle-Version: 2.2.0.201212191850-r +Bundle-Version: 2.2.0.qualifier Bundle-Localization: plugin Bundle-Vendor: %provider_name Export-Package: diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index 1e2a6e4f26..b3271d8162 100644 --- a/org.eclipse.jgit.http.server/pom.xml +++ b/org.eclipse.jgit.http.server/pom.xml @@ -52,7 +52,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>2.2.0.201212191850-r</version> + <version>2.2.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.http.server</artifactId> |