diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-31 01:50:55 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-31 01:50:55 +0200 |
commit | b0531ee1806ffc22542a480a5a9bdccb27c576eb (patch) | |
tree | f099e6a5e031d7be969f1ac63894f72f6ef59026 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 9bd9d9a698a0f2adf858b5dd25d44db9af9a84d4 (diff) | |
download | jgit-b0531ee1806ffc22542a480a5a9bdccb27c576eb.tar.gz jgit-b0531ee1806ffc22542a480a5a9bdccb27c576eb.zip |
Reduce number of hard-coded maven artifact versions
This reduces the number of hard-coded version numbers we have to touch
with every release.
Change-Id: I0f2e910423d3db081b644968cd0d6a89178ba12a
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.xml | 2 |
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 f6a1bbe9bb..326f68dc8c 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.0.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> </dependencies> |