diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-15 17:28:38 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-15 17:32:58 +0200 |
commit | 1cb0510ceea63b2f501019943bc88f31cb57df0d (patch) | |
tree | 2ba52ad8d01163c3857881c1310a7766958c3d90 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | a7d3c680151aa27608c6381db0983b51828c2358 (diff) | |
download | jgit-1cb0510ceea63b2f501019943bc88f31cb57df0d.tar.gz jgit-1cb0510ceea63b2f501019943bc88f31cb57df0d.zip |
JGit v1.1.0.201109151100-rv1.1.0.201109151100-r
Change-Id: Iadcec7e5973600e005cbdeb837fa197d3ae2ea86
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 | 4 |
2 files changed, 3 insertions, 3 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 67b520edb6..1f43f1b7b7 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="1.1.0.qualifier" + version="1.1.0.201109151100-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 bc4b0e4368..1fc92d544f 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>1.1.0-SNAPSHOT</version> + <version>1.1.0.201109151100-r</version> </parent> <artifactId>org.eclipse.jgit.feature</artifactId> @@ -62,7 +62,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0.201109151100-r</version> </dependency> </dependencies> |