Skip to content

Commit b20843b

Browse files
committed
[maven-release-plugin] prepare release MorphoLibJ_-1.6.2
1 parent a630942 commit b20843b

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>fr.inra.ijpb</groupId>
1313
<artifactId>MorphoLibJ_</artifactId>
14-
<version>1.6.2-SNAPSHOT</version>
14+
<version>1.6.2</version>
1515

1616
<name>MorphoLibJ</name>
1717
<description>Mathematical morphology library and plugins for ImageJ/Fiji.</description>
@@ -83,7 +83,7 @@
8383
<scm>
8484
<connection>scm:git:https://github.com/ijpb/MorphoLibJ</connection>
8585
<developerConnection>scm:git:[email protected]:ijpb/MorphoLibJ</developerConnection>
86-
<tag>HEAD</tag>
86+
<tag>MorphoLibJ_-1.6.2</tag>
8787
<url>https://github.com/ijpb/MorphoLibJ</url>
8888
</scm>
8989
<issueManagement>

release.properties

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Mon Oct 16 15:14:18 CEST 2023
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
project.rel.fr.inra.ijpb\:MorphoLibJ_=1.6.2
8+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
9+
scm.tag=MorphoLibJ_-1.6.2
10+
project.scm.fr.inra.ijpb\:MorphoLibJ_.tag=HEAD
11+
remoteTagging=true
12+
exec.additionalArguments=-Dgpg.skip\=true
13+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
14+
project.scm.fr.inra.ijpb\:MorphoLibJ_.connection=scm\:git\:https\://github.com/ijpb/MorphoLibJ
15+
projectVersionPolicyId=default
16+
scm.url=scm\:git\:https\://github.com/ijpb/MorphoLibJ
17+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
18+
project.scm.fr.inra.ijpb\:MorphoLibJ_.url=https\://github.com/ijpb/MorphoLibJ
19+
pinExternals=false
20+
preparationGoals=clean verify
21+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
22+
exec.snapshotReleasePluginAllowed=false
23+
project.dev.fr.inra.ijpb\:MorphoLibJ_=1.6.3-SNAPSHOT
24+
exec.activateProfiles=deploy-to-scijava
25+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
26+
project.scm.fr.inra.ijpb\:MorphoLibJ_.developerConnection=scm\:git\:[email protected]\:ijpb/MorphoLibJ
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)