diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-13 15:17:59 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-02-13 15:24:41 +0100 |
commit | 19d6cadeff67f9eb1e85712fb3077cbb4ee8a8b8 (patch) | |
tree | 8193ddea3cccd747794ea52e639046852edc96cc /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | 3f8ac550e85bd2d6f792f5970e71ff127f45361e (diff) | |
download | jgit-19d6cadeff67f9eb1e85712fb3077cbb4ee8a8b8.tar.gz jgit-19d6cadeff67f9eb1e85712fb3077cbb4ee8a8b8.zip |
JGit v2.3.0.201302130906v2.3.0.201302130906
Change-Id: If2e5fcbc01c2a7f058ef13d60b0bba5f77300d52
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 85d5d355c1..982033c1f9 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="2.3.0.qualifier" + version="2.3.0.201302130906" 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 572eb76a3d..d7a4b328d1 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>2.3.0-SNAPSHOT</version> + <version>2.3.0.201302130906</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |