mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 04:10:52 +01:00
Read version from build-info.properties instead of pom.properties
This commit is contained in:
committed by
René Pfeuffer
parent
acd8eb3a9a
commit
9d27c12de3
@@ -71,7 +71,7 @@ public class BasicContextProvider implements SCMContextProvider
|
||||
|
||||
/** Path to the maven properties file of the scm-core artifact */
|
||||
public static final String MAVEN_PROPERTIES =
|
||||
"/META-INF/maven/sonia.scm/scm-core/pom.properties";
|
||||
"/META-INF/scm/build-info.properties";
|
||||
|
||||
/** Maven property for the version of the artifact */
|
||||
public static final String MAVEN_PROPERTY_VERSION = "version";
|
||||
|
||||
Reference in New Issue
Block a user