diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-05-05 23:33:03 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-05-05 23:33:03 +0200 |
commit | f6c42684d9af1355cecdd5f83fbf216718980ab9 (patch) | |
tree | e9bacb94c79d34c9007c9f11d9938ef5437eea81 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | f9c0783e7dda06a709f55906d48ce6b379bd5a08 (diff) | |
download | jgit-f6c42684d9af1355cecdd5f83fbf216718980ab9.tar.gz jgit-f6c42684d9af1355cecdd5f83fbf216718980ab9.zip |
JGit v3.4.0.201405051725-m7v3.4.0.201405051725-m7
Change-Id: I8d941d22becdf019199a1c0fe28aa5835038647d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml index 8bcf092e57..e2fb572267 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.pgm" label="%featureName" - version="3.4.0.qualifier" + version="3.4.0.201405051725-m7" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml index f7e56337ab..61bdde1928 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.0.201405051725-m7</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |