From dd24911520ede50ffd7caee58b6f6b7ec7498eaa Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Wed, 10 Mar 2004 22:24:29 +0000 Subject: [PATCH] o I want to be able to read/write the element but I want everything delegated to the version field, so for lack of a better term I made the element for modello to shunt control of one field to another. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162602 13f79535-47bb-0310-9956-ffa450edef68 --- maven-model/maven.mdo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo index 066326b146..fc5ead6735 100644 --- a/maven-model/maven.mdo +++ b/maven-model/maven.mdo @@ -58,6 +58,12 @@ Human readable name of the project. String + + currentVersion + The current version of the project. + String + version + version The current version of the project.