Skip to content

Commit 8fbef2e

Browse files
committed
[maven-release-plugin] prepare release scripting-jython-1.0.1
1 parent 8cf8171 commit 8fbef2e

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-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-jython</artifactId>
13-
<version>1.0.1-SNAPSHOT</version>
13+
<version>1.0.1</version>
1414

1515
<name>SciJava Scripting: Jython</name>
1616
<description>JSR-223-compliant Jython scripting language plugin.</description>
@@ -69,7 +69,7 @@
6969
<scm>
7070
<connection>scm:git:https://github.com/scijava/scripting-jython</connection>
7171
<developerConnection>scm:git:[email protected]:scijava/scripting-jython</developerConnection>
72-
<tag>HEAD</tag>
72+
<tag>scripting-jython-1.0.1</tag>
7373
<url>https://github.com/scijava/scripting-jython</url>
7474
</scm>
7575
<issueManagement>

release.properties

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

0 commit comments

Comments
 (0)