Skip to content

Commit cb82124

Browse files
committed
[maven-release-plugin] prepare release scripting-python-0.4.0
1 parent a2ab8d2 commit cb82124

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

1212
<artifactId>scripting-python</artifactId>
13-
<version>0.4.0-SNAPSHOT</version>
13+
<version>0.4.0</version>
1414

1515
<name>SciJava Scripting: Python</name>
1616
<description>Python scripting language plugin to be used via scyjava.</description>
@@ -65,7 +65,7 @@
6565
<scm>
6666
<connection>scm:git:https://github.com/scijava/scripting-python</connection>
6767
<developerConnection>scm:git:git@github.com:scijava/scripting-python</developerConnection>
68-
<tag>HEAD</tag>
68+
<tag>scripting-python-0.4.0</tag>
6969
<url>https://github.com/scijava/scripting-python</url>
7070
</scm>
7171
<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+
#Tue May 27 23:49:54 CDT 2025
3+
project.scm.org.scijava\:scripting-python.developerConnection=scm\:git\:git@github.com\:scijava/scripting-python
4+
scm.commentPrefix=[maven-release-plugin]
5+
exec.pomFileName=pom.xml
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.scm.org.scijava\:scripting-python.tag=HEAD
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
scm.tag=scripting-python-0.4.0
11+
remoteTagging=true
12+
project.rel.org.scijava\:scripting-python=0.4.0
13+
exec.additionalArguments=-Dgpg.skip\=true
14+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
15+
projectVersionPolicyId=default
16+
project.scm.org.scijava\:scripting-python.url=https\://github.com/scijava/scripting-python
17+
scm.url=scm\:git\:https\://github.com/scijava/scripting-python
18+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
19+
pinExternals=false
20+
preparationGoals=clean verify
21+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
22+
project.scm.org.scijava\:scripting-python.connection=scm\:git\:https\://github.com/scijava/scripting-python
23+
exec.snapshotReleasePluginAllowed=false
24+
exec.activateProfiles=deploy-to-scijava
25+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
26+
project.dev.org.scijava\:scripting-python=0.4.1-SNAPSHOT
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)