Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ed541d

Browse filesBrowse files
Christoph Läubrichlaeubi
authored andcommitted
Fix Artifact id returned instead of project version
Signed-off-by: Christoph Läubrich <christoph@laeubi-soft.de>
1 parent 65e7544 commit 5ed541d
Copy full SHA for 5ed541d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/main/java/org/codehaus/plexus/build/connect/messages/ProjectMessage.java
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.