Skip to content

Commit bc18cfa

Browse files
committed
[maven-release-plugin] prepare release scijava-table-1.0.3
1 parent 0f2dfc6 commit bc18cfa

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
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scijava-table</artifactId>
13-
<version>1.0.3-SNAPSHOT</version>
13+
<version>1.0.3</version>
1414

1515
<name>SciJava Table</name>
1616
<description>Table structures for SciJava.</description>
@@ -91,7 +91,7 @@
9191
<scm>
9292
<connection>scm:git:https://github.com/scijava/scijava-table</connection>
9393
<developerConnection>scm:git:git@github.com:scijava/scijava-table</developerConnection>
94-
<tag>HEAD</tag>
94+
<tag>scijava-table-1.0.3</tag>
9595
<url>https://github.com/scijava/scijava-table</url>
9696
</scm>
9797
<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+
#Sun May 24 11:13:26 CDT 2026
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
project.scm.org.scijava\:scijava-table.url=https\://github.com/scijava/scijava-table
8+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
9+
scm.tag=scijava-table-1.0.3
10+
remoteTagging=true
11+
exec.additionalArguments=-Dgpg.skip\=true
12+
project.scm.org.scijava\:scijava-table.connection=scm\:git\:https\://github.com/scijava/scijava-table
13+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
14+
project.dev.org.scijava\:scijava-table=1.0.4-SNAPSHOT
15+
projectVersionPolicyId=default
16+
scm.url=scm\:git\:https\://github.com/scijava/scijava-table
17+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
18+
pinExternals=false
19+
preparationGoals=clean verify
20+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
21+
exec.snapshotReleasePluginAllowed=false
22+
exec.activateProfiles=deploy-to-scijava
23+
project.rel.org.scijava\:scijava-table=1.0.3
24+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
25+
project.scm.org.scijava\:scijava-table.developerConnection=scm\:git\:git@github.com\:scijava/scijava-table
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
project.scm.org.scijava\:scijava-table.tag=HEAD
28+
completedPhase=end-release

0 commit comments

Comments
 (0)