diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-04 18:55:13 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-04 18:55:13 +0200 |
commit | 7c37177952713d037f4956c9a86e59d3fe2413e9 (patch) | |
tree | 8e8d276dd4e6433607dbc3e4c785867771853947 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | eed58242dfbc30f13c46ab92ff60ba4bfb2b9953 (diff) | |
download | jgit-7c37177952713d037f4956c9a86e59d3fe2413e9.tar.gz jgit-7c37177952713d037f4956c9a86e59d3fe2413e9.zip |
JGit v3.0.2.201309041250-rc2v3.0.2.201309041250-rc2
Change-Id: Ie18ced75f573f140969af2a7d9edb45c76523715
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF index 99a880f2b8..2da26a82cb 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF @@ -2,4 +2,4 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JGit Target Platform Bundle Bundle-SymbolicName: org.eclipse.jgit.target -Bundle-Version: 3.0.2.qualifier +Bundle-Version: 3.0.2.201309041250-rc2 diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml index 5ff35ba5b4..dcf02eb5e8 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -49,7 +49,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.2.201309041250-rc2</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |