summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-02-13 23:12:03 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2013-02-13 23:12:40 +0100
commit647acec3d9ead269b977dc03c52c8e1d86ca3980 (patch)
treef2e22d17cddaa15c5ceb9c5be245d86179471845 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature
parentc0cfcc76e004e041f7e166e55e5d00e8b9b22aff (diff)
parent9a5f4b46ccac22dd3dec8205ab50ec84f495db2f (diff)
downloadjgit-647acec3d9ead269b977dc03c52c8e1d86ca3980.tar.gz
jgit-647acec3d9ead269b977dc03c52c8e1d86ca3980.zip
Merge branch 'stable-2.3'
* stable-2.3: Prepare post 2.3.0.201302130906 builds JGit v2.3.0.201302130906 Replace explicit version by property where possible Add better documentation to DirCacheCheckout Prepare post 2.3rc1 builds JGit v2.3.0.201302060400-rc1 Change-Id: I5a7626014dc38e7623937a4241dbf8a6db05c1f9 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/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 2d80a2b6f7..9431d315a0 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>