Skip to content

Commit 5ed541d

Browse files
Christoph Läubrichlaeubi
Christoph Läubrich
authored andcommitted
Fix Artifact id returned instead of project version
Signed-off-by: Christoph Läubrich <[email protected]>
1 parent 65e7544 commit 5ed541d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codehaus/plexus/build/connect/messages/ProjectMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public String getArtifactId() {
6363
* @return the version of the project
6464
*/
6565
public String getVersion() {
66-
return getProperty(ARTIFACT_ID);
66+
return getProperty(VERSION);
6767
}
6868

6969
/**

0 commit comments

Comments
 (0)