Skip to content

Commit cf49b98

Browse files
committed
[maven-release-plugin] prepare release JACoP_B-1.3.0
1 parent 9917507 commit cf49b98

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>JACoP_B</artifactId>
1313
<description>An update to the JACoP Plugin that helps in the management of ROIs, Z sections and helps generate cleaner reports</description>
1414
<groupId>ch.epfl.biop.coloc</groupId>
15-
<version>1.2.1-SNAPSHOT</version>
15+
<version>1.3.0</version>
1616

1717
<name>JACoP_B</name>
1818
<url>https://imagej.net/plugins/jacop</url>
@@ -108,7 +108,7 @@
108108
<connection>scm:git:https://github.com/BIOP/ijp-jacop-b</connection>
109109
<developerConnection>scm:git:git@github.com:BIOP/ijp-jacop-b</developerConnection>
110110
<url>https://github.com/BIOP/ijp-jacop-b</url>
111-
<tag>HEAD</tag>
111+
<tag>JACoP_B-1.3.0</tag>
112112
</scm>
113113
<issueManagement>
114114
<system>GitHub Issues</system>

release.properties

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Thu Jan 08 15:45:41 CET 2026
3+
completedPhase=end-release
4+
exec.activateProfiles=deploy-to-scijava
5+
exec.additionalArguments=-Dgpg.skip\=true
6+
exec.pomFileName=pom.xml
7+
exec.snapshotReleasePluginAllowed=false
8+
pinExternals=false
9+
preparationGoals=clean verify
10+
project.dev.ch.epfl.biop.coloc\:JACoP_B=1.3.1-SNAPSHOT
11+
project.rel.ch.epfl.biop.coloc\:JACoP_B=1.3.0
12+
project.scm.ch.epfl.biop.coloc\:JACoP_B.connection=scm\:git\:https\://github.com/BIOP/ijp-jacop-b
13+
project.scm.ch.epfl.biop.coloc\:JACoP_B.developerConnection=scm\:git\:git@github.com\:BIOP/ijp-jacop-b
14+
project.scm.ch.epfl.biop.coloc\:JACoP_B.tag=HEAD
15+
project.scm.ch.epfl.biop.coloc\:JACoP_B.url=https\://github.com/BIOP/ijp-jacop-b
16+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
17+
projectVersionPolicyId=default
18+
pushChanges=false
19+
releaseStrategyId=default
20+
remoteTagging=true
21+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
22+
scm.commentPrefix=[maven-release-plugin]
23+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
24+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
25+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
26+
scm.tag=JACoP_B-1.3.0
27+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
28+
scm.url=scm\:git\:https\://github.com/BIOP/ijp-jacop-b

0 commit comments

Comments
 (0)