diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-02-15 20:42:11 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-02-15 20:56:06 +0100 |
commit | e4ee677deafba17f575c8dd32c8c2732569b9808 (patch) | |
tree | 50bccecf67faf210cc070e14684ffdf43d7cfc61 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | ed7b322186a872bdd4f41a1a31554a7e90d74de6 (diff) | |
download | jgit-1.3.0.201202151440-r.tar.gz jgit-1.3.0.201202151440-r.zip |
JGit 1.3.0.201202151440-rv1.3.0.201202151440-r
Change-Id: I663208919f297836a9c16bf458e4a43ffaca4c12
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 5a563a45b1..898314f191 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.3.0.qualifier" + version="1.3.0.201202151440-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 e5918390c9..784ce493f0 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.3.0-SNAPSHOT</version> + <version>1.3.0.201202151440-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.3.0-SNAPSHOT</version> + <version>1.3.0.201202151440-r</version> </dependency> </dependencies> |