diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-13 15:03:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-13 15:03:59 +0200 |
commit | aacd4f721bba97eda3756e2fcbd71b5e57b3673a (patch) | |
tree | 2bfe79e35706b0007f1a8afda325de90d94f2871 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 4974090d33011edf6c4112ea881741f2bf288a8f (diff) | |
download | jgit-aacd4f721bba97eda3756e2fcbd71b5e57b3673a.tar.gz jgit-aacd4f721bba97eda3756e2fcbd71b5e57b3673a.zip |
JGit v2.0.0.201206130900-rv2.0.0.201206130900-r
Change-Id: I685e09b3e37d68614df1b5cc5f687a65cd6eb82d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index d54701d7e5..5c93a47e6e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit" label="%featureName" - version="2.0.0.qualifier" + version="2.0.0.201206130900-r" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index 326f68dc8c..16dba59975 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0.201206130900-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |