Skip to content

Commit

Permalink
[maven-release-plugin] prepare release MorphoLibJ_-1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dlegland committed Jul 23, 2024
1 parent 8f05178 commit d0fbd87
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>fr.inra.ijpb</groupId>
<artifactId>MorphoLibJ_</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>

<name>MorphoLibJ</name>
<description>Mathematical morphology library and plugins for ImageJ/Fiji.</description>
Expand Down Expand Up @@ -83,7 +83,7 @@
<scm>
<connection>scm:git:https://github.com/ijpb/MorphoLibJ</connection>
<developerConnection>scm:git:git@github.com:ijpb/MorphoLibJ</developerConnection>
<tag>HEAD</tag>
<tag>MorphoLibJ_-1.6.3</tag>
<url>https://github.com/ijpb/MorphoLibJ</url>
</scm>
<issueManagement>
Expand Down
28 changes: 28 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#release configuration
#Tue Jul 23 15:40:33 CEST 2024
completedPhase=end-release
exec.activateProfiles=deploy-to-scijava
exec.additionalArguments=-Dgpg.skip\=true
exec.pomFileName=pom.xml
exec.snapshotReleasePluginAllowed=false
pinExternals=false
preparationGoals=clean verify
project.dev.fr.inra.ijpb\:MorphoLibJ_=1.6.4-SNAPSHOT
project.rel.fr.inra.ijpb\:MorphoLibJ_=1.6.3
project.scm.fr.inra.ijpb\:MorphoLibJ_.connection=scm\:git\:https\://github.com/ijpb/MorphoLibJ
project.scm.fr.inra.ijpb\:MorphoLibJ_.developerConnection=scm\:git\:git@github.com\:ijpb/MorphoLibJ
project.scm.fr.inra.ijpb\:MorphoLibJ_.tag=HEAD
project.scm.fr.inra.ijpb\:MorphoLibJ_.url=https\://github.com/ijpb/MorphoLibJ
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
projectVersionPolicyId=default
pushChanges=false
releaseStrategyId=default
remoteTagging=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
scm.commentPrefix=[maven-release-plugin]
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
scm.tag=MorphoLibJ_-1.6.3
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.url=scm\:git\:https\://github.com/ijpb/MorphoLibJ

0 comments on commit d0fbd87

Please sign in to comment.