License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.ncredinburgh |
ArtifactId | ArtifactIdmaven-release-yearly-policy |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionMaven Release Yearly Policy
Versioning policy for use with Maven's maven-release-plugin, specifies a versioning
scheme along the lines of that currently used by IntelliJ, namely year.major.minor.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.ncredinburgh/maven-release-yearly-policy/ -->
<dependency>
<groupId>com.ncredinburgh</groupId>
<artifactId>maven-release-yearly-policy</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ncredinburgh/maven-release-yearly-policy/
implementation 'com.ncredinburgh:maven-release-yearly-policy:1.0'
// https://jarcasting.com/artifacts/com.ncredinburgh/maven-release-yearly-policy/
implementation ("com.ncredinburgh:maven-release-yearly-policy:1.0")
'com.ncredinburgh:maven-release-yearly-policy:jar:1.0'
<dependency org="com.ncredinburgh" name="maven-release-yearly-policy" rev="1.0">
<artifact name="maven-release-yearly-policy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ncredinburgh', module='maven-release-yearly-policy', version='1.0')
)
libraryDependencies += "com.ncredinburgh" % "maven-release-yearly-policy" % "1.0"
[com.ncredinburgh/maven-release-yearly-policy "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.release : maven-release-api | jar | 2.5.3 |
org.apache.maven.release : maven-release-manager | jar | 2.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-component-annotations | jar | 1.5.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |