mirror of https://github.com/sbt/sbt.git
Add `POM_RELEASE_NOTES_KEY`
This commit is contained in:
parent
436656f719
commit
3cee90bd55
|
|
@ -14,6 +14,7 @@ public class SbtPomExtraProperties {
|
|||
public static final String POM_SBT_VERSION = "sbtVersion";
|
||||
public static final String POM_API_KEY = "info.apiURL";
|
||||
public static final String VERSION_SCHEME_KEY = "info.versionScheme";
|
||||
public static final String POM_RELEASE_NOTES_KEY = "info.releaseNotesUrl";
|
||||
|
||||
public static final String LICENSE_COUNT_KEY = "license.count";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue