diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-08 00:36:30 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-08 00:54:27 +0200 |
commit | 75611a8314b19195a474ed529aa2bd4652427e20 (patch) | |
tree | 713e73c4d950cc0840a62517c093f50755bbd8e9 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | cfdb09e9dbf6ef946feef97be486bd1a79184875 (diff) | |
download | jgit-75611a8314b19195a474ed529aa2bd4652427e20.tar.gz jgit-75611a8314b19195a474ed529aa2bd4652427e20.zip |
JGit v1.1.0.201109071825-rc3v1.1.0.201109071825-rc3
Change-Id: I1b989d3101272632eacabe25a0b111ad0ff5bb3b
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..51f84b082a 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.201109071825-rc3" 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..6cc92c0bdf 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.201109071825-rc3</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.201109071825-rc3</version> </dependency> </dependencies> |