-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release pom-scijava-38.0.1
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
</parent> | ||
|
||
<artifactId>pom-scijava</artifactId> | ||
<version>38.0.1-SNAPSHOT</version> | ||
<version>38.0.1</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>SciJava Parent POM</name> | ||
|
@@ -186,7 +186,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/scijava/pom-scijava</connection> | ||
<developerConnection>scm:git:[email protected]:scijava/pom-scijava</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>pom-scijava-38.0.1</tag> | ||
<url>https://github.com/scijava/pom-scijava</url> | ||
</scm> | ||
<issueManagement> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#release configuration | ||
#Mon Jul 08 15:18:33 CDT 2024 | ||
scm.commentPrefix=[maven-release-plugin] | ||
exec.pomFileName=pom.xml | ||
pushChanges=false | ||
releaseStrategyId=default | ||
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n | ||
scm.tag=pom-scijava-38.0.1 | ||
remoteTagging=true | ||
project.dev.org.scijava\:pom-scijava=38.0.2-SNAPSHOT | ||
exec.additionalArguments=-Dgpg.skip\=true | ||
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} | ||
projectVersionPolicyId=default | ||
scm.url=scm\:git\:https\://github.com/scijava/pom-scijava | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
pinExternals=false | ||
preparationGoals=clean verify | ||
project.scm.org.scijava\:pom-scijava.tag=HEAD | ||
project.scm.org.scijava\:pom-scijava.developerConnection=scm\:git\:[email protected]\:scijava/pom-scijava | ||
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} | ||
exec.snapshotReleasePluginAllowed=false | ||
project.scm.org.scijava\:pom-scijava.connection=scm\:git\:https\://github.com/scijava/pom-scijava | ||
exec.activateProfiles=deploy-to-scijava | ||
project.scm.org.scijava\:pom-scijava.url=https\://github.com/scijava/pom-scijava | ||
scm.developmentCommitComment=@{prefix} prepare for next development iteration | ||
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} | ||
project.rel.org.scijava\:pom-scijava=38.0.1 | ||
completedPhase=end-release |