mirror of https://github.com/sbt/sbt.git
Merge pull request #410 from armanbilge/feature/pom-release-notes-key
Add `POM_RELEASE_NOTES_KEY`
This commit is contained in:
commit
e9a997fecd
|
|
@ -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